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:
@@ -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 {
|
||||
|
||||
Vendored
+1
-1
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 {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user