1 Reply Latest reply: Jul 29, 2008 8:58 AM by jefbak RSS

    Collabsible Panel Hover class not effecting text color

    jefbak Community Member
      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.