[wp-trac] [WordPress Trac] #16442: Admin CSS Display Quirk
WordPress Trac
wp-trac at lists.automattic.com
Wed Feb 2 13:35:57 UTC 2011
#16442: Admin CSS Display Quirk
----------------------------+-----------------------------
Reporter: Aikar | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.0.4
Severity: trivial | Keywords:
----------------------------+-----------------------------
The admin CSS file colors-classic.css is missing a color: tag for input
boxes
near top of file:
textarea, input[type="text"], input[type="password"], input[type="file"],
input[type="button"], input[type="submit"], input[type="reset"], select {
background-color: #FFFFFF;
border-color: #DFDFDF;
}
If you set a background color on an element, you have to set a foreground
color too, but WordPress is not.
This causes anyone with a non standard OS Theme color scheme (typical
Linux user) to not be able to see the site correctly.
For me, The select boxes are a VERY light grey like #eee on top of #fff,
aka I can't read it.
Can you please add a color: #000 to that definition.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16442>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list