My collapsible panel keeps a background of FFF white in all
states, so I just want to change the text color in the hover state.
However the following has no effect:
.CollapsiblePanelTabHover, .CollapsiblePanelOpen
.CollapsiblePanelTabHover {
color: #999999;
}
Any way around this short of using graphic text (rollover gif
text in the background css class). I don't want to do that.