瀏覽代碼

Force {font-weight: bold} for buttons

@soyjavi 14 年之前
父節點
當前提交
4d96dd2a1c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/stylesheets/css/Lungo.widgets.button.css
  2. 1 1
      src/stylesheets/less/Lungo.widgets.button.less

文件差異過大導致無法顯示
+ 1 - 1
src/stylesheets/css/Lungo.widgets.button.css


+ 1 - 1
src/stylesheets/less/Lungo.widgets.button.less

@@ -23,7 +23,7 @@ a.button {
 	box-shadow: inset 0 1px 0 rgba(34,57,100,0.6), inset 1px 0 0 rgba(34,57,100,0.4), inset -1px 0 0 rgba(34,57,100,0.5), inset 0 -1px 0 rgba(34,57,100,0.6),inset 0 2px 0 rgba(255,255,255,.3),inset 0 0 4px rgba(255,255,255,.3),0 1px 2px rgba(0,0,0,.29);
 		
 	font-size: 1.0em;
-	font-weight: bold;
+	font-weight: bold !important;
 	line-height: 32px;
 	text-align: center; 
 	text-shadow: 0 -1px 0 rgba(0,0,0,.3);