taitems/Aristo-jQuery-UI-Theme

How to use the theme input styling?

Closed this issue · 2 comments

My common inputs aren't styled like the theme's input styling, is there any css class that does that for me?

You have to add class ui-form to the form container (it will work on body tag too)

As @adobo said, the individual input styling inherits from a single parent class.

You can chuck it on the absolute root element like the html or body element, or specific elements in the page for better nesting.