From 16368d38a4397d0835c1af5e51fdc1cb55f53588 Mon Sep 17 00:00:00 2001 From: jamiesensei Date: Fri, 22 Jun 2007 11:02:45 +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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 6b3453202f..10aa22bb82 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -361,19 +361,18 @@ table.flexible .r1 { background-color: #aaffaa; } -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; } - /*** *** Blocks ***/ -- 2.39.5