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:
parent
68f25a118e
commit
3dc2fac6e5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user