Skip to main content

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>

Attachments (1)
  • default.html (5.0 KB) - added by archanbhatt August 09, 2010 08:34PM UTC.
Change History (3)

Changed August 10, 2010 12:58AM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #5337.

Changed August 10, 2010 12:58AM UTC by scottgonzalez comment:2

component: ui.core[meta] ui.themeroller

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted