Change cursor to e-resize when menu is folded, props ydekproductions

git-svn-id: https://develop.svn.wordpress.org/trunk@9939 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-28 05:48:55 +00:00
parent 68f25a118e
commit 3dc2fac6e5
1 changed files with 4 additions and 0 deletions

View File

@ -1056,6 +1056,10 @@ a#view-site-link {
cursor: w-resize;
}
.folded #adminmenu li.wp-menu-separator {
cursor: e-resize;
}
#adminmenu .wp-menu-separator-last {
height: 10px;
width: 1px;