Is there a way to add jquery ui classes into my own css file per element

bledar88

New Member
is there a way to add jquery ui classes into my own css file per element, IE:\[code\] input { ui-corner-all /* <- JQuery UI class */ }\[/code\]as opposed to adding the class to every input, IE:\[code\] <input name="myinput" type="text" class="ui-corner-all" value="" />\[/code\]
 
Back
Top