Skip to content

Commit b8855c4

Browse files
committed
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. git-svn-id: https://develop.svn.wordpress.org/trunk@61780 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 6fe58e9 commit b8855c4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/wp-admin/css/list-tables.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
.vim-current,
258258
.vim-current th,
259259
.vim-current td {
260-
background-color: #f0f6fc !important;
260+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08) !important;
261261
}
262262

263263
th .comment-grey-bubble {
@@ -1270,7 +1270,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
12701270

12711271
.plugins .active td,
12721272
.plugins .active th {
1273-
background-color: #f0f6fc;
1273+
background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08);
12741274
}
12751275

12761276
.plugins .update th,
@@ -1311,7 +1311,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
13111311

13121312
.plugins .active th.check-column,
13131313
.plugin-update-tr.active td {
1314-
border-left: 4px solid #72aee6;
1314+
border-left: 4px solid var(--wp-admin-theme-color);
13151315
}
13161316

13171317
.wp-list-table.plugins .plugin-title,
@@ -2330,8 +2330,8 @@ div.action-links,
23302330

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: rgba(var(--wp-admin-theme-color--rgb), 0.08);
2334+
border-left: 4px solid var(--wp-admin-theme-color);
23352335
}
23362336

23372337
.plugins .plugin-update-tr .update-message {

0 commit comments

Comments
 (0)