aboutsummaryrefslogtreecommitdiffstats
path: root/public/css
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-01-28 14:01:07 -0200
committerAndrey Nering <andrey.nering@gmail.com>2017-01-28 14:01:07 -0200
commit5348e8b71ab42ae04c59b70b5225035bfe05b0a0 (patch)
tree216494ab0efe19e43e0509e4c9085ad193167c05 /public/css
parent27d30f1a619ff716e39d79e7322c487e1299b75d (diff)
downloadgitea-5348e8b71ab42ae04c59b70b5225035bfe05b0a0.tar.gz
gitea-5348e8b71ab42ae04c59b70b5225035bfe05b0a0.zip
Fix color: closed PR was showing as purple instead of red
Diffstat (limited to 'public/css')
-rw-r--r--public/css/index.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/public/css/index.css b/public/css/index.css
index c636d17d5f..1bb9e9fd40 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -2726,17 +2726,16 @@ footer .ui.language .menu {
.user.notification table tr {
cursor: pointer;
}
-.user.notification .octicon-issue-opened,
-.user.notification .octicon-git-pull-request {
+.user.notification .octicon.green {
color: #21ba45;
}
-.user.notification .octicon-issue-closed {
+.user.notification .octicon.red {
color: #d01919;
}
-.user.notification .octicon-git-merge {
+.user.notification .octicon.purple {
color: #a333c8;
}
-.user.notification .octicon-pin {
+.user.notification .octicon.blue {
color: #2185d0;
}
.dashboard {