[jQuery] UI/Tabs multiple CSS unselected tab
Is it possible to be able to specify different CSS for the unselected
tabs? By this I mean that in the interface I'm creating, we're having
a number of tabs with default settings that the user can override. If
the user overrides the default settings, I'd like to change the color
of that tab so they can see where they have made modifications
quickly. This could easily be done (from my perspective) by adding an
additional CSS class for that tab.
I'm just not sure how to go about making it actually happen. There are
two circumstances where it would need setting. On page load, when the
tabs are initialized, and when after the user has made changes in a
given tab.
Any help would be greatly appreciated.