diff options
author | kborchers <kris.borchers@gmail.com> | 2011-12-01 14:51:23 -0600 |
---|---|---|
committer | kborchers <kris.borchers@gmail.com> | 2011-12-01 14:51:23 -0600 |
commit | aa267fb606b20bb7caf09485cd8ae72d1027c647 (patch) | |
tree | 9b40ca1eb8dece4279614da04dc70a2e4baf540c /themes | |
parent | 65f5d9073db382970893e72525548627eb69491b (diff) | |
download | jquery-ui-aa267fb606b20bb7caf09485cd8ae72d1027c647.tar.gz jquery-ui-aa267fb606b20bb7caf09485cd8ae72d1027c647.zip |
Menubar: Fix font-weight and spacing of disabled menu items
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.menubar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.menubar.css b/themes/base/jquery.ui.menubar.css index 95c42ae9e..8b175f28a 100644 --- a/themes/base/jquery.ui.menubar.css +++ b/themes/base/jquery.ui.menubar.css @@ -12,4 +12,4 @@ .ui-menubar .ui-button { float: left; font-weight: normal; border-top-width: 0 !important; border-bottom-width: 0 !important; margin: 0; outline: none; } .ui-menubar .ui-menubar-link { border-right: 1px dashed transparent; border-left: 1px dashed transparent; } -.ui-menubar .ui-menu { width: 200px; position: absolute; z-index: 9999; } +.ui-menubar .ui-menu { width: 200px; position: absolute; z-index: 9999; font-weight: normal; } |