[wp-trac] [WordPress Trac] #26456: New admin styling: Disabled select boxes are not distinguishable
WordPress Trac
noreply at wordpress.org
Fri Dec 6 17:42:17 UTC 2013
#26456: New admin styling: Disabled select boxes are not distinguishable
----------------------------+-----------------------------
Reporter: TobiasBg | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Keywords:
----------------------------+-----------------------------
Similarly to #26004 (which deals with checkboxes and radio buttons),
disabled HTML `<select disabled>` boxes can not be distinguished from non-
disabled ones.
There is [http://core.trac.wordpress.org/browser/trunk/src/wp-admin/css
/wp-admin.css#L877 CSS] for `select[disabled]` in wp-admin.css to give it
a lighter color, but that's again overridden by a more specific
[http://core.trac.wordpress.org/browser/trunk/src/wp-admin/css/wp-
admin.css#L1104 selector] `.wp-admin select`.
Caused by [26293].
There's also a duplicate color property set for `select`. The attached
patch fixes this.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26456>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list