Bläddra i källkod

Force {color: white} for buttons

@soyjavi 14 år sedan
förälder
incheckning
005a36a830

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 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);