making environment colours css selector refer to table class instead of body id. So that colours show up on other pages besides admin page.

This commit is contained in:
jamiesensei
2007-06-22 11:03:19 +00:00
parent d8e68c5e51
commit edbbeb02f2
+3 -3
View File
@@ -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 {