5 Replies Latest reply on Oct 15, 2012 5:38 AM by vimalkansal

    Richfaces 4.2 : Unable to change the rich panel header style

    vimalkansal

      Hi,

       

      I am trying to change the style of rich panel header at the component level, by defining the following in my application level stylesheet :

       

      .rf-p-hdr {

          font-family: Arial, Helvetica, sans-serif;

          font-size: 13px;

          color: #FFF;

          background-color: #004D9D;

          padding: 3px;

          vertical-align: top;

         

      }

       

      But, my header still looks the same. I have declared the rich panel as :

       

      <rich:panel rendered="true" >

                          <f:facet name="header">

                              <h:outputText value="Latest News"/>

                          </f:facet>

      <rich:panel>

       

      Can somebody please help.

       

      Thx