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:
parent
40d1133c6f
commit
3c71a49abc
|
@ -60,6 +60,11 @@ abbr {
|
|||
border: 0;
|
||||
font-variant: normal;
|
||||
}
|
||||
|
||||
label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#logo {
|
||||
margin: 6px 0 14px 0;
|
||||
border-bottom: none;
|
||||
|
|
Loading…
Reference in New Issue