Search and Top Navigation
#5915 closed bug (duplicate)
Opened August 09, 2010 08:34PM UTC
Closed August 10, 2010 12:58AM UTC
Last modified October 11, 2012 09:15PM UTC
UI Theme switcher
Reported by: | archanbhatt | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | [meta] ui.themeroller | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When my parent div has class ui-widget-header and I am changing the theme using theme switcher widget, any property inside the parent div such as button, drop down doesn't get its proper background. What should I do?
here is my sample code[]
<div class="ui-widget-header">
<label class="ui-button ui-button-text-only ui-widget ui-state-default ui-corner-all">
<span class="ui-button-text">Button</span>
</label>
</div>
<div>
<label class="ui-button ui-button-icon-only ui-widget ui-state-default ui-corner-all" title="Button">
<span class="ui-button-icon-primary ui-icon ui-icon-locked"></span>
<span class="ui-button-text">Button</span>
</label>
</div>
Duplicate of #5337.