Opened 14 months ago
Closed 13 months ago
#20648 closed defect (bug) (fixed)
Login text input foreground is too dark
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | UI | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
20648.diff fixes this and combines the rather redundant .login form .input and .login input declarations. That input[type="text"] overrides the later .login input baffles me.
On further thought, the added .login input[type="text"] could probably be left out in terms of what's in core, but seems like a good cover for added text inputs. Could perhaps also be expanded to include other types (email, url, etc.).