Reputation:
I have a 1px border around a div. I have themeswitcher attached to the same div. When the user changes the theme I want my 1px border to change color according to the new theme. It's okay if the new themes border is a little bigger.
ui-border?
Upvotes: 1
Views: 1312
Reputation: 6761
see: http://jqueryui.com/docs/Theming/API
depending on what look your going for you can either use ui-widget-content
or ui-state-default
good luck, hope this helps -ck
Upvotes: 3