Skip to content

Commit

Permalink
Always set font-weight:normal for menu items, in case the menu is a c…
Browse files Browse the repository at this point in the history
…hild in a ui-widget-header element
  • Loading branch information
jzaefferer committed Apr 30, 2010
1 parent adf19a1 commit ca36569
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/base/jquery.ui.menu.css
Expand Up @@ -22,6 +22,9 @@
line-height:1.5;
zoom:1;
}
.ui-menu .ui-menu-item a {
font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
Expand Down

0 comments on commit ca36569

Please sign in to comment.