mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
e3e91dbadc
commit
050def62a3
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user