Hi There
I'm using the
jQuery UI themeswitcher tool to allow my users to view the different themes applied to my widget.
When you change the theme using the switcher tool, certain style rules are not being overrided, I believe due to the version differences.
For example, using the
black tie theme, you will find the following rule:
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
When using the themeswitcher, it
loads a theme that does not contain the above rule.
I'm assuming this is because the themeswitcher loads an older theme?
To verify this problem, please take a look at:
http://badsyntax.github.com/youtube-player/player-example-themes.htmlWhen you change the theme, you'll notice the button backgrounds (on the toolbar) do not get changed.
It would be super rad if the themeswitcher tool was adjusted to support loading different versions.
What do you think?
Rich