forked from kevadesu/forgejo
Fix color: closed PR was showing as purple instead of red
This commit is contained in:
parent
27d30f1a61
commit
5348e8b71a
4 changed files with 37 additions and 23 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue