Opened 13 years ago
Closed 13 years ago
#20648 closed defect (bug) (fixed)
Login text input foreground is too dark
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | UI | Keywords: | has-patch |
Focuses: | 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. Thatinput[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.).