]> git.mjollnir.org Git - moodle.git/commitdiff
making environment colours css selector refer to table class instead of body id....
authorjamiesensei <jamiesensei>
Fri, 22 Jun 2007 11:02:45 +0000 (11:02 +0000)
committerjamiesensei <jamiesensei>
Fri, 22 Jun 2007 11:02:45 +0000 (11:02 +0000)
theme/standard/styles_color.css

index 6b3453202f4a942da0c5ca9e0d373d2419bf9a60..10aa22bb82a0f55203a8ac89fab6aa606e19e81f 100644 (file)
@@ -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
  ***/