From 1459686965ca91ce7ac5af1b4d1ab3da829685c5 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 30 Nov 2012 13:17:55 +0000 Subject: Adjusted CSS not to colour non-raised alerts in tables. --- static/stylesheets/mauve.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'static/stylesheets') diff --git a/static/stylesheets/mauve.css b/static/stylesheets/mauve.css index cac6833..64a95db 100644 --- a/static/stylesheets/mauve.css +++ b/static/stylesheets/mauve.css @@ -23,16 +23,15 @@ tr { border-bottom: none; } -tr.urgent { +tr.urgent.raised { background-color: #f88; } -tr.normal { - /* Mauve, as defined by wikipedia. */ +tr.normal.raised { background-color: #ff8; } -tr.low { +tr.low.raised { background-color: #8f8; } -- cgit v1.2.1