From 92c61b3507690b5a4834303ffbef79aaa1c77f33 Mon Sep 17 00:00:00 2001 From: kborchers Date: Wed, 19 Oct 2011 13:59:07 -0500 Subject: Menubar: Allow structures other than just UL/LI --- themes/base/jquery.ui.menu.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/base/jquery.ui.menu.css b/themes/base/jquery.ui.menu.css index c616cf2c5..33a9498fb 100644 --- a/themes/base/jquery.ui.menu.css +++ b/themes/base/jquery.ui.menu.css @@ -14,7 +14,7 @@ .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; } -.ui-menu li.ui-state-disabled { font-weight: normal; padding: .0em .4em; margin: .4em 0 .2em; line-height: 1.5; } +.ui-menu .ui-state-disabled { font-weight: normal; padding: .0em .4em; margin: .4em 0 .2em; line-height: 1.5; } /* icon support */ .ui-menu-icons { position: relative; } -- cgit v1.2.3