Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20648 closed defect (bug) (fixed)

Login text input foreground is too dark

Reported by: helenyhou's profile helenyhou Owned by: ryan's profile ryan
Milestone: 3.4 Priority: normal
Severity: normal Version:
Component: UI Keywords: has-patch
Focuses: Cc:

Description

[20748] for #19923 had the side effect of affecting the login form inputs. We need to correct back to the slightly lighter gray.

Attachments (1)

20648.diff (591 bytes) - added by helenyhou 13 years ago.

Download all attachments as: .zip

Change History (3)

@helenyhou
13 years ago

#1 @helenyhou
13 years ago

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.).

#2 @ryan
13 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [20771]:

Lighten login form input foreground. Props helenyhou. fixes #20648

Note: See TracTickets for help on using tickets.