Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#9754 closed feature (notabug)

menubar css dependency on ui-button should be removed.

Reported by: jmeile Owned by:
Priority: minor Milestone: none
Component: ui.menu Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:

Description

Hi,

I'm not sure if this is the right place to report this. Right now, I'm using the menubar widget from this branch: https://github.com/jquery/jquery-ui/tree/menubar

That code is based on jquery 1.9.1; however it isn't on the official release.

I got it working, but when I want to change the css styles for the buttons, the aspect of the menubar will also change, so, if I add this: .ui-button {

font-size: 0.8em; height: 21px; padding-top: 0em; padding-right: 1em; padding-bottom: 0em; padding-left: 1em;

}

Not only the style of the buttons, but also the one in the menu options of the menubar will change. Is there any workaround for avoiding this?

I would also suggest to create a new style for the menubar, so that you can separate it from the buttons.

Best regards Josef

Change History (2)

comment:1 Changed 9 years ago by Scott González

Resolution: notabug
Status: newclosed

We don't accept tickets for unreleased plugins. The menubar widget is no longer on our roadmap due to implementation issues.

comment:2 Changed 9 years ago by jmeile

Ok, I understand that it isn't on the roadmap. I just wanted to now if there is another way of doing an horizontal bar? I would like to use something that is included with jquery.

Note: See TracTickets for help on using tickets.