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:
azaozz 2009-06-10 10:24:05 +00:00
parent 281d6bb761
commit 8beede3cde
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;