html - In jQuery UI, why doesn't .ui-state-default apply to .ui-icon? -
i've been trying theme jquery ui theme roller. think have found bug. if change icon colour clickable: default state not applying accordion icons or framework icons. bug in jquery ui or bug in themeroller?
- set icon colour black (#000000) in clickable: default state
- icon in accordion not black
- icon in framework icons not black
- in dom can see
<span class="ui-icon">
has parent div classui-state-default
not styled correct colour specified in theme roller
Comments
Post a Comment