mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user