Opened 12 years ago
Closed 12 years ago
#26456 closed defect (bug) (fixed)
New admin styling: Disabled select boxes are not distinguishable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | 3.8 |
| Component: | Administration | Keywords: | has-patch |
| Focuses: | ui | Cc: |
Description
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 CSS for select[disabled] in wp-admin.css to give it a lighter color, but that's again overridden by a more specific selector .wp-admin select.
Caused by [26293].
There's also a duplicate color property set for select. The attached patch fixes this.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Fix color of disabled select boxes