Hello all,
I have two elements on the same page that are using the same stylesheet: Jquery Tabs and Jquery Slider.
I cannot redefine classes of slider since change of css will affect both elements.
Tabs using these classes:
ui-tabs ui-widget ui-widget-content ui-corner-all
And these are used in Slider:
ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all
How can I modify slider css without modifying one for tabs?
Thanks