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:
parent
f64a6a8da7
commit
22eb74c67b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user