I’d like to apply similar styling to elements like textboxs, checkboxes, etc. that my pref-fab jQuery UI theme applies to the jQuery UI widgets. Is there a solid way to do this, or is it a mix and match process manually choosing style classes from the theme?
I’d like to apply similar styling to elements like textboxs, checkboxes, etc. that my
Share
The CSS file of the UI theme is well-commented. For basic styling have a look at the
.ui-widgetand.ui-state classes. For checkboxes check with Firebug how the jQuery button widgets are styled. For textboxes check how the autocomplete widget is styled. It’s pretty much a mix-and-match thing where you copy the classes from the theme CSS.