aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-12-06 21:47:54 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-12-06 21:47:54 +0000
commit1ac1e90b4b694728db4a554cd89cefb8436978b9 (patch)
treef598ea5fe25cf023e5cb415c511475db5dce0f89
parent28c6db6d3104c9f215d605ea7b3ef1f48da025a0 (diff)
downloadsonarqube-1ac1e90b4b694728db4a554cd89cefb8436978b9.tar.gz
sonarqube-1ac1e90b4b694728db4a554cd89cefb8436978b9.zip
SONAR-249 change the color of variation values in dashboards
-rw-r--r--sonar-server/src/main/webapp/stylesheets/style.css2
1 files changed, 1 insertions, 1 deletions
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;