From: Grégoire Aubert Date: Wed, 12 Jul 2017 09:10:07 +0000 (+0200) Subject: Change color of the activity events icons X-Git-Tag: 6.5-RC1~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=294ce018e68884e899f35aba07d41c7fe2aa0e0b;p=sonarqube.git Change color of the activity events icons --- diff --git a/server/sonar-web/src/main/js/apps/projectActivity/components/projectActivity.css b/server/sonar-web/src/main/js/apps/projectActivity/components/projectActivity.css index 5833f26d7ce..4bec19f63e2 100644 --- a/server/sonar-web/src/main/js/apps/projectActivity/components/projectActivity.css +++ b/server/sonar-web/src/main/js/apps/projectActivity/components/projectActivity.css @@ -215,15 +215,15 @@ } .project-activity-event-icon.QUALITY_GATE { - color: #00aa00; + color: #9139d4; } .project-activity-event-icon.QUALITY_PROFILE { - color: #ed7d20; + color: #cccccc; } .project-activity-event-icon.OTHER { - color: #9139d4; + color: #442d1b; } .project-activity-version-badge {