From e1a8368c28fd06f1330d191b9e347caf08862df6 Mon Sep 17 00:00:00 2001 From: simnandez Date: Fri, 14 Dec 2012 17:10:39 +0100 Subject: [PATCH] GUI: Amarok buttons black label are most visible --- htdocs/theme/amarok/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index 8e7022b0f2c..761bcf1212f 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -678,7 +678,7 @@ border-left: solid 1px rgba(0,0,0,.3); ); } -.button, a.butAction{color:white;} +.button, a.butAction{color:black;} .butActionDelete{color:white;}