summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-18 16:29:00 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-18 16:29:00 +0200
commitf04334b132c84259a7d5d0592e38ab87fab5fee2 (patch)
tree07a8f1c1d2fba001f8734b0207a26ccba4527797 /userContent
parenta8a8c1647d1b526df1acb064241f7060a7808a71 (diff)
downloadjenkins.debian.net-f04334b132c84259a7d5d0592e38ab87fab5fee2.tar.xz
reproducible: improve bug indicators for packages
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index 13f38ca6..d431d3f6 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -177,17 +177,22 @@ a.bug-patch:after {
a.bug-done {
text-decoration: line-through;
+ color: green;
}
-span.bug-patch {
+span.bug {
color: red;
font-weight: bold;
}
+span.bug-patch {
+ color: yellow;
+ font-weight: bold;
+}
+
span.bug-done {
text-decoration: line-through;
- font-weight: bold;
- color: black;
+ color: green;
}
td, th {