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:
Yota Ichino
2016-02-02 15:35:45 +00:00
parent d58ed55c3a
commit 2fd95c7f1a

View File

@@ -1099,6 +1099,10 @@ a.issue-title {
background-color: #6cc644; background-color: #6cc644;
} }
.label-important {
background-color: #bd2c00;
}
ul.label-list { ul.label-list {
list-style-type: none; list-style-type: none;
padding-left: 0px; padding-left: 0px;