diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-18 16:37:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-18 16:37:39 +0200 |
commit | 4b7e294ebd85d84ce10d1ffa1deabc4585462fbd (patch) | |
tree | c97e68670cf8bacd46c1c7a407ba4af2f25f079a /userContent | |
parent | f04334b132c84259a7d5d0592e38ab87fab5fee2 (diff) | |
download | jenkins.debian.net-4b7e294ebd85d84ce10d1ffa1deabc4585462fbd.tar.xz |
reproducible: use tango icon colors for bugs too
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/reproducible/static/style.css | 10 |
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 { |