From 50a29c569f8448a939877de1918ab3ff937366b8 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 19 Sep 2017 22:12:00 +0200 Subject: SONAR-9802 complete system info page --- server/sonar-web/src/main/js/components/common/StatusIndicator.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/sonar-web/src/main/js/components/common') 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; } -- cgit v1.2.3