From edbbeb02f26ab28d2a03edec2cd584ee5d45dd62 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Fri, 22 Jun 2007 11:03:19 +0000 Subject: [PATCH] making environment colours css selector refer to table class instead of body id. So that colours show up on other pages besides admin page. --- theme/standard/styles_color.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index d9c6a3ec964..8302bb51c6f 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -265,16 +265,16 @@ body#admin-blocks table#incompatible td.c0 { color: #ff0000; } -body#admin-environment .error { +.environmenttable .error { background-color : red; color : inherit; } -body#admin-environment .warn { +.environmenttable .warn { background-color : yellow; } -body#admin-environment .ok { +.environmenttable .ok { background-color : lightgreen; } table.flexible .r0 {