Opened 16 years ago
Closed 15 years ago
#13986 closed enhancement (duplicate)
Specify foreground colors on inputs
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 3.0 |
| Component: | Administration | Keywords: | ui-feedback |
| Focuses: | Cc: |
Description
Users of dark desktop themes have naturally light colors by default in text boxes. W3C accessibility guidelines strongly suggest specifying a foreground color anywhere a background color is specified; I find that this applies especially to <input> tags, as Firefox uses OS colors for those.
Patch is attached.
Attachments (1)
Change History (5)
#1
@
16 years ago
- Keywords ui-feedback added; css colors design accessibility removed
- Type changed from defect (bug) to enhancement
#2
@
16 years ago
For future reference, only patch the dev versions. It's easier to review the patch in Trac and easier to apply (as any change to the minified file since the patch would then conflict, as it is all one line).
Note: See
TracTickets for help on using
tickets.
Patch adding a foreground color (#202020) to admin CP colors. "fresh" stylesheet only.