소스 검색

Force {color: white} for buttons

@soyjavi 14 년 전
부모
커밋
005a36a830
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

@@ -13,7 +13,7 @@ a.button {
 	display: inline-block;
 	height: 31px;
 	padding: 0 9px 0 8px;
-	color: white;
+	color: #fff !important;
 	outline: none;
 	.user-select(none);
 	.border-radius(3px);