Make WordPress Core

Changeset 34356


Ignore:
Timestamp:
09/20/2015 12:52:56 PM (9 years ago)
Author:
obenland
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r34332 r34356  
    16191619/* ms */
    16201620/* Background Color for Site Status */
    1621 .wp-list-table tr.site-deleted {
     1621.wp-list-table .site-deleted {
    16221622    background: #ff8573;
    16231623}
    1624 .wp-list-table tr.site-spammed {
     1624.wp-list-table .site-spammed {
    16251625    background: #faafaa;
    16261626}
    1627 .wp-list-table tr.site-archived {
     1627.wp-list-table .site-archived {
    16281628    background: #ffebe8;
    16291629}
    1630 .wp-list-table tr.site-mature {
     1630.wp-list-table .site-mature {
    16311631    background: #fecac2;
    16321632}
Note: See TracChangeset for help on using the changeset viewer.