In colors.css, there are styles for setting the background color for the active menu, of the form:
#menu-bar>ul>li>a.active (:hover, :focus)
But because the menu isn't displayed directly in the menubar in this theme, but rather from a block, the ul isn't a direct child of the #menubar, but a descendent.
Proposed solution: remove the > between #menu-bar and the ul.
Comments
Comment #1
Jeff Burnz commentedYes, this is the bug I need to fix, it was like this before, until a wrapper was added.