user875234
user875234

Reputation:

jquery ui - What class can I use to get the border color?

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

Answers (1)

ckozl
ckozl

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

Related Questions