summaryrefslogtreecommitdiffstats
path: root/userContent
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-18 16:37:39 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-18 16:37:39 +0200
commit4b7e294ebd85d84ce10d1ffa1deabc4585462fbd (patch)
treec97e68670cf8bacd46c1c7a407ba4af2f25f079a /userContent
parentf04334b132c84259a7d5d0592e38ab87fab5fee2 (diff)
downloadjenkins.debian.net-4b7e294ebd85d84ce10d1ffa1deabc4585462fbd.tar.xz
reproducible: use tango icon colors for bugs too
Diffstat (limited to 'userContent')
-rw-r--r--userContent/reproducible/static/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/userContent/reproducible/static/style.css b/userContent/reproducible/static/style.css
index d431d3f6..bd6f2e2f 100644
--- a/userContent/reproducible/static/style.css
+++ b/userContent/reproducible/static/style.css
@@ -171,28 +171,28 @@ table.scheduled tr td:first-child::before {
a.bug-patch:after {
content: "+";
- color: red;
+ color: #cc0000;
font-weight: bold;
}
a.bug-done {
text-decoration: line-through;
- color: green;
+ color: #73d216;
}
span.bug {
- color: red;
+ color: #cc0000;
font-weight: bold;
}
span.bug-patch {
- color: yellow;
+ color: #f57900;
font-weight: bold;
}
span.bug-done {
text-decoration: line-through;
- color: green;
+ color: #73d216;
}
td, th {