WordPress.org

Make WordPress Core

#20648 closed defect (bug) (fixed)

Login text input foreground is too dark

Reported by: helenyhou Owned by: ryan
Priority: normal Milestone: 3.4
Component: UI Version:
Severity: normal Keywords: has-patch
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 14 months ago.

Download all attachments as: .zip

Change History (3)

helenyhou14 months ago

comment:1 helenyhou14 months 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.).

comment:2 ryan13 months 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.