summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-07 16:00:53 +0000
committerHolger Levsen <holger@layer-acht.org>2015-08-07 20:01:42 +0200
commit09391a8b9b270829df1bf142d40b036eb22a1cbb (patch)
tree65a3de932c8d86b65a4c15d6fab58414b928620e /userContent
parent31d32eb5c7f9ac3de860b9c1782a1f808a631945 (diff)
downloadjenkins.debian.net-09391a8b9b270829df1bf142d40b036eb22a1cbb.tar.xz
reproducible: also find pending bugs and mark them with a brown P in the pages
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 5c6af262..92efd7a6 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -179,6 +179,12 @@ a.bug-patch:after {
font-weight: bold;
}
+a.bug-pending:after {
+ content: "P";
+ color: #663300;
+ font-weight: bold;
+}
+
a.bug-done {
text-decoration: line-through;
color: #73d216;
@@ -195,6 +201,11 @@ span.bug-patch {
font-weight: bold;
}
+span.bug-pending {
+ color: #663300;
+ font-weight: bold;
+}
+
span.bug-done {
text-decoration: line-through;
color: #73d216;