Make WordPress Core

Changeset 50385


Ignore:
Timestamp:
02/18/2021 03:14:07 PM (4 years ago)
Author:
ryelle
Message:

Administration: Apply background color to updated message in plugin list table.

Follow-up to [50025].
Props afragen.
Fixes #52452.

File:
1 edited

Legend:

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

    r50278 r50385  
    20822082    }
    20832083
    2084     .plugins .active.update + .plugin-update-tr:before {
     2084    .plugins .active.update + .plugin-update-tr:before,
     2085    .plugins .active.updated + .plugin-update-tr:before {
    20852086        background-color: #f0f6fc;
    20862087        border-left: 4px solid #72aee6;
Note: See TracChangeset for help on using the changeset viewer.