Преглед на файлове

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