|
257 | 257 | .vim-current, |
258 | 258 | .vim-current th, |
259 | 259 | .vim-current td { |
260 | | - background-color: #f0f6fc !important; |
| 260 | + background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08) !important; |
261 | 261 | } |
262 | 262 |
|
263 | 263 | th .comment-grey-bubble { |
@@ -1194,7 +1194,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before { |
1194 | 1194 | } |
1195 | 1195 |
|
1196 | 1196 | #bulk-titles .ntdelbutton:focus { |
1197 | | - box-shadow: 0 0 0 2px #3582c4; |
| 1197 | + box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9); |
1198 | 1198 | /* Only visible in Windows High Contrast mode */ |
1199 | 1199 | outline: 2px solid transparent; |
1200 | 1200 | /* Reset inherited offset from Gutenberg */ |
@@ -1270,7 +1270,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before { |
1270 | 1270 |
|
1271 | 1271 | .plugins .active td, |
1272 | 1272 | .plugins .active th { |
1273 | | - background-color: #f0f6fc; |
| 1273 | + background-color: rgba(var(--wp-admin-theme-color--rgb), 0.08); |
1274 | 1274 | } |
1275 | 1275 |
|
1276 | 1276 | .plugins .update th, |
@@ -1311,7 +1311,7 @@ ul.cat-checklist input[name="post_category[]"]:indeterminate::before { |
1311 | 1311 |
|
1312 | 1312 | .plugins .active th.check-column, |
1313 | 1313 | .plugin-update-tr.active td { |
1314 | | - border-left: 4px solid #72aee6; |
| 1314 | + border-left: 4px solid var(--wp-admin-theme-color); |
1315 | 1315 | } |
1316 | 1316 |
|
1317 | 1317 | .wp-list-table.plugins .plugin-title, |
@@ -2330,8 +2330,8 @@ div.action-links, |
2330 | 2330 |
|
2331 | 2331 | .plugins .active.update + .plugin-update-tr:before, |
2332 | 2332 | .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); |
2335 | 2335 | } |
2336 | 2336 |
|
2337 | 2337 | .plugins .plugin-update-tr .update-message { |
|
0 commit comments