3 Replies Latest reply on May 14, 2008 10:34 AM by jbarbeau

    changing background color on rich:panel header facet

    jbarbeau

      I want to change the header background color. I am using skins. Here's code:

      <rich:panel>
      <f:facet name="header">Welcome </f:facet>
      </rich:panel>

      I found dr_pnl_h & rich-panel-header and am able to set the font-size and color if I override the dr_pnl_h class. However, I am not able to change the background color. So I assume this is a different style class? Thanks!