Cursor style for login form submit, fixes #6452. Hat tip: ionfish.

git-svn-id: https://develop.svn.wordpress.org/trunk@9173 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-10-14 18:06:32 +00:00
parent 9b83dd6714
commit 3ea6e61df7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
cursor: default;
cursor: pointer;
text-decoration: none;
margin-top: -6px;
}