diff options
author | kborchers <k_borchers@yahoo.com> | 2011-10-19 13:59:07 -0500 |
---|---|---|
committer | kborchers <k_borchers@yahoo.com> | 2011-10-19 13:59:07 -0500 |
commit | 92c61b3507690b5a4834303ffbef79aaa1c77f33 (patch) | |
tree | aa169d19fec57ce303896c25c2ba62a98eeb9f3a /themes/base/jquery.ui.menu.css | |
parent | ab3e1c5a443e841885a52394a0e32126be4e951e (diff) | |
download | jquery-ui-92c61b3507690b5a4834303ffbef79aaa1c77f33.tar.gz jquery-ui-92c61b3507690b5a4834303ffbef79aaa1c77f33.zip |
Menubar: Allow structures other than just UL/LI
Diffstat (limited to 'themes/base/jquery.ui.menu.css')
-rw-r--r-- | themes/base/jquery.ui.menu.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |