[wp-trac] [WordPress Trac] #60043: Pages list text color is White on White
WordPress Trac
noreply at wordpress.org
Wed Dec 20 21:16:46 UTC 2023
#60043: Pages list text color is White on White
-------------------------------------------------+-------------------------
Reporter: gls9879872 | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Administration | Version:
Severity: critical | Resolution: worksforme
Keywords: reporter-feedback needs-testing- | Focuses:
info |
-------------------------------------------------+-------------------------
Changes (by sabernhardt):
* resolution: maybelater => worksforme
* milestone: Awaiting Review =>
Comment:
If you do not want to determine the cause, you could still try adding
//admin// styles via a plugin such as [https://wordpress.org/plugins
/custom-css-js/ Simple Custom CSS and JS].
The following CSS probably would be enough to revert the text color on the
Pages screen (only):
{{{
.post-type-page .widefat.pages th,
.post-type-page .widefat.pages td,
.post-type-page .widefat.pages a {
color: revert;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60043#comment:11>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list