1 Reply Latest reply on May 21, 2008 2:16 AM by moldovan

    Simple Toggle Panel changing header background colour

    mbfrench

      Hi,

      I have a requirement to customise the header background for individual toggle pannel. I have tried to do this by css with

      .secondary-header {
      background-color: #ffffff;
      }

      <rich:simpleTogglePanel headerClass="secondary-header" label="#{labels.workPackDetails}" switchType="client" opened="false">

      Is there a solution or am I doing something wrong?

      Cheers

      Mark