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

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


Built from https://develop.svn.wordpress.org/trunk@50385


git-svn-id: http://core.svn.wordpress.org/trunk@49996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryelle 2021-02-18 15:16:03 +00:00
parent c9220d8cab
commit 369c43ff2e
5 changed files with 7 additions and 5 deletions

View File

@ -2082,7 +2082,8 @@ div.action-links,
margin-right: 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-right: 4px solid #72aee6;
}

File diff suppressed because one or more lines are too long

View File

@ -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;
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.7-beta3-50384';
$wp_version = '5.7-beta3-50385';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.