Cursor style for login form submit, fixes #6452. Hat tip: ionfish.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
886aca4463
commit
833efd1f62
|
@ -29,7 +29,7 @@ form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}
|
||||||
-khtml-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
cursor: default;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue