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

git-svn-id: http://svn.automattic.com/wordpress/trunk@9939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-28 05:48:55 +00:00
parent 0144b71e0d
commit ea71511ebf
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;