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:
parent
0144b71e0d
commit
ea71511ebf
|
@ -1056,6 +1056,10 @@ a#view-site-link {
|
||||||
cursor: w-resize;
|
cursor: w-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.folded #adminmenu li.wp-menu-separator {
|
||||||
|
cursor: e-resize;
|
||||||
|
}
|
||||||
|
|
||||||
#adminmenu .wp-menu-separator-last {
|
#adminmenu .wp-menu-separator-last {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
|
|
Loading…
Reference in New Issue