Make untested compatibility text black at all window widths
This commit is contained in:
@ -183,17 +183,7 @@
|
|||||||
line-height: 13px !important;
|
line-height: 13px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make untested text black with more specific selectors */
|
/* Note: Text color moved outside media query to apply globally */
|
||||||
body.wp-admin .plugin-card .compatibility-untested,
|
|
||||||
body.wp-admin .plugin-card .compatibility-untested span,
|
|
||||||
body.wp-admin .plugin-card .compatibility-untested strong,
|
|
||||||
body.wp-admin .plugin-card-bottom .compatibility-untested *,
|
|
||||||
.plugin-card .notice.compatibility-untested,
|
|
||||||
.plugin-card .compatibility-untested strong,
|
|
||||||
.plugin-card .notice.compatibility-untested p,
|
|
||||||
.plugin-card .notice.compatibility-untested span {
|
|
||||||
color: #000 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Ensure compatibility text container has full width */
|
/* Ensure compatibility text container has full width */
|
||||||
body.wp-admin .plugin-card-bottom p,
|
body.wp-admin .plugin-card-bottom p,
|
||||||
@ -251,6 +241,18 @@ body.wp-admin .wp-list-table.plugin-install #the-list .plugin-card .action-links
|
|||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make untested text black at all window widths */
|
||||||
|
body.wp-admin .plugin-card .compatibility-untested,
|
||||||
|
body.wp-admin .plugin-card .compatibility-untested span,
|
||||||
|
body.wp-admin .plugin-card .compatibility-untested strong,
|
||||||
|
body.wp-admin .plugin-card-bottom .compatibility-untested *,
|
||||||
|
.plugin-card .notice.compatibility-untested,
|
||||||
|
.plugin-card .compatibility-untested strong,
|
||||||
|
.plugin-card .notice.compatibility-untested p,
|
||||||
|
.plugin-card .notice.compatibility-untested span {
|
||||||
|
color: #000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.plugin-card:hover {
|
.plugin-card:hover {
|
||||||
border-color: #999;
|
border-color: #999;
|
||||||
|
Reference in New Issue
Block a user