Labels for the installation form should get the pointer cursor. props Ankit K Gupta. fixes #28818.

git-svn-id: https://develop.svn.wordpress.org/trunk@29325 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2014-07-29 16:04:44 +00:00
parent 40d1133c6f
commit 3c71a49abc
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ abbr {
border: 0;
font-variant: normal;
}
label {
cursor: pointer;
}
#logo {
margin: 6px 0 14px 0;
border-bottom: none;