Closed this issue 13 years ago · 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)
ui-form
body
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.
html