Make the css for the row status highlighting more specific so that it works regardless of the ordering of the CSS loading. Fixes #16827 props wpmuguru.

git-svn-id: https://develop.svn.wordpress.org/trunk@18086 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood
2011-06-01 13:52:49 +00:00
parent cf2dd7ff71
commit 6dcfd5fc14
3 changed files with 6 additions and 6 deletions

View File

@@ -19,15 +19,15 @@
}
/* Background Color for Site Status */
.site-deleted {
.wp-list-table .site-deleted {
background: #ff8573;
}
.site-spammed {
.wp-list-table .site-spammed {
background: #faafaa;
}
.site-archived {
.wp-list-table .site-archived {
background: #ffebe8;
}
.site-mature {
.wp-list-table .site-mature {
background: #fecac2;
}