#5915 closed bug (duplicate)
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>
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | default.html added |
---|
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Component: | ui.core → [meta] ui.themeroller |
---|
Duplicate of #5337.