Lighten login form input foreground. Props helenyhou. fixes #20648
git-svn-id: http://core.svn.wordpress.org/trunk@20771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d58d5993b0
commit
07e415d940
|
@ -6392,7 +6392,9 @@ a.rsswidget {
|
||||||
padding: 12px 16px 0;
|
padding: 12px 16px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login form .input {
|
.login form .input,
|
||||||
|
.login input[type="text"] {
|
||||||
|
color: #555;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -6409,10 +6411,6 @@ a.rsswidget {
|
||||||
box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
|
box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.login input {
|
|
||||||
color: #555;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login #pass-strength-result {
|
.login #pass-strength-result {
|
||||||
width: 250px;
|
width: 250px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue