mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Administration: Apply background color to updated message in plugin list table.
Follow-up to [50025]. Props afragen. Fixes #52452. git-svn-id: https://develop.svn.wordpress.org/trunk@50385 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d8da8a3619
commit
d6dfdfdac7
@ -2081,7 +2081,8 @@ div.action-links,
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.plugins .active.update + .plugin-update-tr:before {
|
||||
.plugins .active.update + .plugin-update-tr:before,
|
||||
.plugins .active.updated + .plugin-update-tr:before {
|
||||
background-color: #f0f6fc;
|
||||
border-left: 4px solid #72aee6;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user