From 2fd95c7f1adf2c1ce90ea333430b63aba10b9cd3 Mon Sep 17 00:00:00 2001 From: Yota Ichino Date: Tue, 2 Feb 2016 15:35:45 +0000 Subject: [PATCH] Fix invisible closed label Closed label has label-important attribute which was not defined in gitbucket.css, so that define the attribute. --- src/main/webapp/assets/common/css/gitbucket.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 7681543cd..5d65b077c 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -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;