Multisite: Make site status classes available to other elements.

Fixes a regression introduced in [31181], where links to user's site would not
have a colored background based on their status anymore.

Fixed during WordCamp Switzerland Contributor Day.

Props psoluch.
Fixes #33595.



git-svn-id: https://develop.svn.wordpress.org/trunk@34356 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-09-20 12:52:56 +00:00
parent e3e91dbadc
commit 050def62a3

View File

@ -1618,16 +1618,16 @@ div.action-links,
/* ms */
/* Background Color for Site Status */
.wp-list-table tr.site-deleted {
.wp-list-table .site-deleted {
background: #ff8573;
}
.wp-list-table tr.site-spammed {
.wp-list-table .site-spammed {
background: #faafaa;
}
.wp-list-table tr.site-archived {
.wp-list-table .site-archived {
background: #ffebe8;
}
.wp-list-table tr.site-mature {
.wp-list-table .site-mature {
background: #fecac2;
}