Opened 10 years ago
Closed 10 years ago
#8760 closed bug (notabug)
button custom css
Reported by: | sfornengo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.button | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
see this testcase: http://jsfiddle.net/5WFrx/ two button are created, one with an id and the other a class. I try to apply the same css, one by its id selector and the other by its class... I expect the buttons should be the same, but you can see that it's not the case...
Note: See
TracTickets for help on using
tickets.
For your class selector to override jQuery UI's you must define it after the jQuery UI CSS include - http://jsfiddle.net/tj_vantoll/DurJv/.