]> source.dussan.org Git - sonarqube.git/commitdiff
minor update of the CSS class .background-gray
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 6 Oct 2010 17:30:52 +0000 (17:30 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 6 Oct 2010 17:30:52 +0000 (17:30 +0000)
sonar-server/src/main/webapp/stylesheets/style.css

index e986ba12579bb710622ad4b531c79e9a4b460e3c..5f7900bcd32e2985909aa1715ca39322ea4917f9 100644 (file)
@@ -922,9 +922,9 @@ ul.operations li a {
 /* ------------------- BOXES ------------------- */
 .box {
   border: 1px solid silver;
-  background-color: #efefef;
+  background-color: #f4f4f4;
   margin-bottom: 5px;
-  color: #555;
+  color: #444;
   padding: 10px;
 }
 
@@ -1429,7 +1429,7 @@ table.nowrap td, td.nowrap {
 }
 .background-gray {
   background-color: #f4f4f4;
-  color: #555;
+  color: #444;
 }
 
 /* CONFIGURATION OF Q PROFILES */