]> source.dussan.org Git - sonarqube.git/commitdiff
Switch colors of the overview meta headers and overview analysis
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Fri, 4 Aug 2017 16:01:42 +0000 (18:01 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 9 Aug 2017 14:29:43 +0000 (16:29 +0200)
server/sonar-web/src/main/js/apps/overview/styles.css

index 43437c1062325b1c853aa0e71a73e65f052fd86d..46b4bcaec9118077ca75faef2fc13f72a362f3ee 100644 (file)
 }
 
 .overview-meta-header {
-  color: #797979;
+  color: #444;
 }
 
 .overview-meta-list > li {
 }
 
 .overview-analysis {
+  color: #777;
 }
 
 .overview-analysis + .overview-analysis {