Skip to main content

Search and Top Navigation

#8760 closed bug (notabug)

Opened October 31, 2012 08:34PM UTC

Closed November 01, 2012 12:45AM UTC

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...

Attachments (0)
Change History (1)

Changed November 01, 2012 12:45AM UTC by tj.vantoll comment:1

resolution: → notabug
status: newclosed

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/.