mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Admin menu: make toggle arrow easier to spot
git-svn-id: http://svn.automattic.com/wordpress/trunk@9312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
36bc4c6820
commit
978022fd41
@ -923,14 +923,14 @@ ul#adminmenu li.write-new-button a {
|
||||
padding: 1px 2px 0 0;
|
||||
}
|
||||
|
||||
#adminmenu .wp-menu-toggle:hover {
|
||||
background: transparent url(images/menu-bits.gif) repeat-x scroll left -108px;
|
||||
}
|
||||
|
||||
#adminmenu li.wp-has-current-submenu .wp-menu-toggle {
|
||||
#adminmenu li.wp-has-current-submenu .wp-menu-toggle,
|
||||
#adminmenu li.wp-has-current-submenu:hover div.wp-menu-toggle {
|
||||
background: transparent url(images/menu-bits.gif) repeat-x scroll left -206px;
|
||||
}
|
||||
|
||||
#adminmenu li.wp-has-submenu:hover .wp-menu-toggle {
|
||||
background: transparent url(images/menu-bits.gif) repeat-x scroll left -108px;
|
||||
}
|
||||
/* end side admin menu */
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user