Pointer cursor for switch in Quick Edit, props johnbillion, fixes #10064

git-svn-id: https://develop.svn.wordpress.org/trunk@11542 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-06-10 10:24:05 +00:00
parent 9c15878e5a
commit 7322042554
1 changed files with 5 additions and 0 deletions

View File

@ -2748,6 +2748,11 @@ tr.inline-edit-row td {
width: 8em;
}
.inline-edit-row .catshow,
.inline-edit-row .cathide {
cursor: pointer;
}
ul.cat-checklist {
height: 12em;
border-style: solid;