aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/common
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-19 22:12:00 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-09-26 23:49:38 +0200
commit50a29c569f8448a939877de1918ab3ff937366b8 (patch)
tree793a173461e17df5f3da0e01b1d54546972175c6 /server/sonar-web/src/main/js/components/common
parente66b868ad008967f65428a4e5400225600e9413e (diff)
downloadsonarqube-50a29c569f8448a939877de1918ab3ff937366b8.tar.gz
sonarqube-50a29c569f8448a939877de1918ab3ff937366b8.zip
SONAR-9802 complete system info page
Diffstat (limited to 'server/sonar-web/src/main/js/components/common')
-rw-r--r--server/sonar-web/src/main/js/components/common/StatusIndicator.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/common/StatusIndicator.css b/server/sonar-web/src/main/js/components/common/StatusIndicator.css
index 26008838cd2..7e7aab81429 100644
--- a/server/sonar-web/src/main/js/components/common/StatusIndicator.css
+++ b/server/sonar-web/src/main/js/components/common/StatusIndicator.css
@@ -25,7 +25,7 @@
background-color: #d4333f;
}
-.sstatus-indicator.yellow {
+.status-indicator.yellow {
background-color: #eabe06;
}