Search and Top Navigation
#9754 closed feature (notabug)
Opened January 19, 2014 01:32PM UTC
Closed January 19, 2014 01:45PM UTC
Last modified January 21, 2014 07:17PM UTC
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
Attachments (0)
Change History (2)
Changed January 19, 2014 01:45PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
Changed January 21, 2014 07:17PM UTC by comment:2
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.
We don't accept tickets for unreleased plugins. The menubar widget is no longer on our roadmap due to implementation issues.