2 Replies Latest reply on Jun 17, 2008 8:54 AM by torsty

    simpleTogglePanel and headerBackgroundColor

    torsty

      I would like to change the headerBackgroundColor for a simpleTogglePanel.

      in the jsf page I have:

       <rich:simpleTogglePanel switchType="client" opened="false" headerClass="faq-header"
       bodyClass="faq-body" label="#{group.groupName}">


      my stylesheet looks like this:
      .faq-header {
       background-color: #FFFFFF;
       color: black;
      }
      .faq-body {
       background-color: #FFFFFF;
       color: gray;
      }


      The font-color of the label of the toggle is black, but the background color is still in the same color as the headerBackgroundColor of my skin.

      Is it possible to change the background color of the toggle?