Pointer cursor for switch in Quick Edit, props johnbillion, fixes #10064
git-svn-id: http://svn.automattic.com/wordpress/trunk@11542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
281d6bb761
commit
8beede3cde
|
@ -2748,6 +2748,11 @@ tr.inline-edit-row td {
|
||||||
width: 8em;
|
width: 8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline-edit-row .catshow,
|
||||||
|
.inline-edit-row .cathide {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
ul.cat-checklist {
|
ul.cat-checklist {
|
||||||
height: 12em;
|
height: 12em;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
|
Loading…
Reference in New Issue