From 1ac1e90b4b694728db4a554cd89cefb8436978b9 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 6 Dec 2010 21:47:54 +0000 Subject: SONAR-249 change the color of variation values in dashboards --- sonar-server/src/main/webapp/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-server') diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 2893e22bba3..1461b3a8210 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -885,7 +885,7 @@ ul.operations li a { /* ------------------- VARIATIONS ------------------- */ .var { font-weight: bold; - color: #005C9C !important; + color: #444 !important; } .varb {/* better */ font-weight: bold; -- cgit v1.2.3