Fox white on white login login fields. Props sivel. fixes #7906
git-svn-id: http://svn.automattic.com/wordpress/trunk@9230 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd0d70f411
commit
06b0afb510
|
@ -590,10 +590,14 @@ input.readonly {
|
||||||
border-color: #328ab2;
|
border-color: #328ab2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wphead h1, #wphead h1 a, #login form input {
|
#wphead h1, #wphead h1 a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login form input {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
|
||||||
#wphead h1 a:hover {
|
#wphead h1 a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue