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:
matt 2008-10-14 18:06:32 +00:00
parent 886aca4463
commit 833efd1f62
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;
}