From 4b7e294ebd85d84ce10d1ffa1deabc4585462fbd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 18 May 2015 16:37:39 +0200 Subject: reproducible: use tango icon colors for bugs too --- userContent/reproducible/static/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'userContent') 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 { -- cgit v1.2.3-54-g00ecf