소스 검색

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);