Change the colors on the login error messages. Props mt. fixes #6105
git-svn-id: http://svn.automattic.com/wordpress/trunk@7163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1da923bdfd
commit
224cd002de
|
@ -74,9 +74,8 @@ h1 a {
|
|||
}
|
||||
|
||||
#login_error {
|
||||
background-color: #f00;
|
||||
border-color: #800;
|
||||
color: #fff;
|
||||
background-color: #ffebe8;
|
||||
border-color: #c00;
|
||||
}
|
||||
|
||||
#nav { margin: 0 0 0 8px; padding: 16px; }
|
||||
|
|
Loading…
Reference in New Issue