Plugins: Colorize plugin card compatibility icons on Add Plugins screen.
Props afragen, melchoyce, daniel-koskinen. Fixes #44619. Built from https://develop.svn.wordpress.org/trunk@44352 git-svn-id: http://core.svn.wordpress.org/trunk@44182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
930079c8a5
commit
b06701a167
|
@ -1531,12 +1531,14 @@ div.action-links,
|
|||
color: #444;
|
||||
}
|
||||
|
||||
.plugin-card .compatibility-incompatible:before {
|
||||
.plugin-card .column-compatibility .compatibility-incompatible:before {
|
||||
content: "\f158";
|
||||
color: #c62d2d;
|
||||
}
|
||||
|
||||
.plugin-card .compatibility-compatible:before {
|
||||
.plugin-card .column-compatibility .compatibility-compatible:before {
|
||||
content: "\f147";
|
||||
color: #31843f;
|
||||
}
|
||||
|
||||
.plugin-card .notice {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1531,12 +1531,14 @@ div.action-links,
|
|||
color: #444;
|
||||
}
|
||||
|
||||
.plugin-card .compatibility-incompatible:before {
|
||||
.plugin-card .column-compatibility .compatibility-incompatible:before {
|
||||
content: "\f158";
|
||||
color: #c62d2d;
|
||||
}
|
||||
|
||||
.plugin-card .compatibility-compatible:before {
|
||||
.plugin-card .column-compatibility .compatibility-compatible:before {
|
||||
content: "\f147";
|
||||
color: #31843f;
|
||||
}
|
||||
|
||||
.plugin-card .notice {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.1-alpha-44351';
|
||||
$wp_version = '5.1-alpha-44352';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue