mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 18:24:31 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user