Labels for the installation form should get the pointer cursor. props Ankit K Gupta. fixes #28818.
Built from https://develop.svn.wordpress.org/trunk@29325 git-svn-id: http://core.svn.wordpress.org/trunk@29106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e370ae439d
commit
8aec296fe8
|
@ -60,6 +60,11 @@ abbr {
|
||||||
border: 0;
|
border: 0;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
margin: 6px 0 14px 0;
|
margin: 6px 0 14px 0;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -60,6 +60,11 @@ abbr {
|
||||||
border: 0;
|
border: 0;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
margin: 6px 0 14px 0;
|
margin: 6px 0 14px 0;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue