Add current menu item bottom-border to menu's without children. Props _duck. See #13486
git-svn-id: http://svn.automattic.com/wordpress/trunk@14873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d8fe68385d
commit
6a966fed5d
File diff suppressed because one or more lines are too long
|
@ -1088,7 +1088,7 @@ table.widefat .spam a:hover,
|
||||||
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
|
||||||
#adminmenu .menu-top .current {
|
#adminmenu .menu-top .current {
|
||||||
background: #aaa url(../images/menu-bits.gif) top left repeat-x;
|
background: #aaa url(../images/menu-bits.gif) top left repeat-x;
|
||||||
border-color: #aaa;
|
border: #aaa 1px solid;
|
||||||
color: #000;
|
color: #000;
|
||||||
text-shadow: #fff 0px 1px 0px;
|
text-shadow: #fff 0px 1px 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue