Make WordPress Core

Changeset 61780

Timestamp:
03/02/2026 12:34:05 AM (3 days ago)
Author:
joedolson
Message:

Admin: Reskin - update active plugin colors.

Update the background and border colors to new admin color scheme on active plugin highlighting.

Props fabiankaegy, r1k0, shailu25, noruzzaman, rahultank, joedolson.
Fixes #64745.

File:
1 edited

Legend:

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

    r61763 r61780  
    258258.vim-current th,
    259259.vim-current td {
    260     background-color: #f0f6fc !important;
     260    background-color: !important;
    261261}
    262262
     
    12711271.plugins .active td,
    12721272.plugins .active th {
    1273     background-color: #f0f6fc;
     1273    background-color: ;
    12741274}
    12751275
     
    13121312.plugins .active th.check-column,
    13131313.plugin-update-tr.active td {
    1314     border-left: 4px solid #72aee6;
     1314    border-left: 4px solid ;
    13151315}
    13161316
     
    23312331    .plugins .active.update + .plugin-update-tr:before,
    23322332    .plugins .active.updated + .plugin-update-tr:before {
    2333         background-color: #f0f6fc;
    2334         border-left: 4px solid #72aee6;
     2333        background-color: ;
     2334        border-left: 4px solid ;
    23352335    }
    23362336
Note: See TracChangeset for help on using the changeset viewer.