mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Fix invisible closed label
Closed label has label-important attribute which was not defined in gitbucket.css, so that define the attribute.
This commit is contained in:
@@ -1099,6 +1099,10 @@ a.issue-title {
|
||||
background-color: #6cc644;
|
||||
}
|
||||
|
||||
.label-important {
|
||||
background-color: #bd2c00;
|
||||
}
|
||||
|
||||
ul.label-list {
|
||||
list-style-type: none;
|
||||
padding-left: 0px;
|
||||
|
||||
Reference in New Issue
Block a user