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

git-svn-id: https://develop.svn.wordpress.org/trunk@20771 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-05-11 19:33:09 +00:00
parent 9b8b0bffac
commit 7bb44e9f43
1 changed files with 3 additions and 5 deletions

View File

@ -6392,7 +6392,9 @@ a.rsswidget {
padding: 12px 16px 0;
}
.login form .input {
.login form .input,
.login input[type="text"] {
color: #555;
font-weight: 200;
font-size: 24px;
line-height: 1;
@ -6409,10 +6411,6 @@ a.rsswidget {
box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
}
.login input {
color: #555;
}
.login #pass-strength-result {
width: 250px;
font-weight: bold;