]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5107 SONAR-5115 Update alert widget to look well with new alert level icons
authorStas Vilchik <vilchiks@gmail.com>
Wed, 5 Mar 2014 14:34:50 +0000 (15:34 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 5 Mar 2014 14:34:50 +0000 (15:34 +0100)
sonar-server/src/main/webapp/stylesheets/style.css

index be6f6eadeab6fcb445b1fe178a232603cda89479..ebd3710689dfc015d4e668002fb85165401879e0 100644 (file)
@@ -1447,18 +1447,18 @@ div.autocompleteNote {
 }
 
 .color_OK {
-  background-color: #6ec563;
-  color: #fff;
+  border: 2px solid #85bb43 !important;
+  color: #85bb43 !important;
 }
 
 .color_WARN {
-  background-color: #ff8500;
-  color: #fff;
+  border: 2px solid #f90 !important;
+  color: #f90 !important;
 }
 
 .color_ERROR {
-  background-color: #f93f40;
-  color: #FFF;
+  border: 2px solid #d4333f !important;
+  color: #d4333f !important;
 }
 
 #alerts_widget {