aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-07-12 11:10:07 +0200
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>2017-07-13 14:34:17 +0200
commit294ce018e68884e899f35aba07d41c7fe2aa0e0b (patch)
tree1008653b251012a8b06cefcc995010e6111d3db2 /server/sonar-web
parentf043c152d6cbf7adc287a2542c49d7838e28c626 (diff)
downloadsonarqube-294ce018e68884e899f35aba07d41c7fe2aa0e0b.tar.gz
sonarqube-294ce018e68884e899f35aba07d41c7fe2aa0e0b.zip
Change color of the activity events icons
Diffstat (limited to 'server/sonar-web')
-rw-r--r--server/sonar-web/src/main/js/apps/projectActivity/components/projectActivity.css6
1 files changed, 3 insertions, 3 deletions
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 {