I have the jQuery UI “smoothness” theme and I would like to use the “look” to style divs on my page. E.g. apply the gray, shaded, rounded-corner effect to a regular div that ISN’T an accordion, button, etc.
I thought it would be easy! Perhaps it is?!
Thanks!
Have a look at jQuery UI themeroller. You can select an existing theme or customize one, then using Chrome or Firefox/Firebug, for example, Right-click → Inspect element and copy the class names.
ui-widget,ui-widget-contentandui-corner-allare the most likely class names you will be looking for.