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:
Sergey Biryukov 2019-11-18 13:16:54 +00:00
parent f64a6a8da7
commit 22eb74c67b
1 changed files with 1 additions and 1 deletions

View File

@ -1321,7 +1321,7 @@ ul.cat-checklist {
.plugins .paused .error-display code { .plugins .paused .error-display code {
font-size: 90%; font-size: 90%;
font-style: italic; font-style: italic;
color: rgb( 0, 0, 0, 0.7 ); color: rgba( 0, 0, 0, 0.7 );
} }
.plugins .resume-link { .plugins .resume-link {