mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Administration: Switch rgb() CSS property for paused plugin error message in Plugins list table to rgba().
While technically correct as is, the latter is more consistent with other admin styles and causes less confusion. Props manikmist09. Fixes #48629. git-svn-id: https://develop.svn.wordpress.org/trunk@46744 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1321,7 +1321,7 @@ ul.cat-checklist {
|
||||
.plugins .paused .error-display code {
|
||||
font-size: 90%;
|
||||
font-style: italic;
|
||||
color: rgb( 0, 0, 0, 0.7 );
|
||||
color: rgba( 0, 0, 0, 0.7 );
|
||||
}
|
||||
|
||||
.plugins .resume-link {
|
||||
|
||||
Reference in New Issue
Block a user