Is there resource anywhere that lists classes for .ui-btn ? I know of .ui-btn-text and .ui-btn-active , etc. but does anyone have or know of a list that has all of the possible attributes that can be altered?
Is there resource anywhere that lists classes for .ui-btn ? I know of .ui-btn-text
Share
You tagged your question as jQuery UI but those class names are associated with jQuery Mobile (I can’t find
.ui-btnin the jQuery UI style-sheet).You can just look at the non-minified version of the jQuery Mobile 1.0 CSS style-sheet: http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.css (it’s very well formatted and easy to read)
Just search for
.ui-btnand you will see all the other classes associated.It appears there is
.ui-btn,.ui-btn-up,.ui-btn-down,.ui-btn-hover.If you did mean jQuery UI then here is the un-minified version of the jQuery UI style-sheet: http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css