From: jamiesensei Date: Fri, 22 Jun 2007 11:02:45 +0000 (+0000) Subject: making environment colours css selector refer to table class instead of body id.... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=16368d38a4397d0835c1af5e51fdc1cb55f53588;p=moodle.git making environment colours css selector refer to table class instead of body id. So that colours show up on other pages besides admin page. --- 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 ***/