[jQuery] Elements to inherit UI theme colors
I want to use UI theme colors on other elements of my pages and for
them to switch automatically when UI theme is changed. I was going
through css files generated by theme-rollerand didn't find any classes
just for defining colors or borders used in a theme.
For starters I wanted my form fields to have borders similar to UI
theme. I used "ui-widget-content" and it worked fairly well, but I was
wondering if there is a better way to do this.