2 Replies Latest reply on Nov 18, 2008 11:45 AM by chris.simons

    .rich-table-header doesn't take on background-color

      Is there any way to override the background color of a RF dataTable header facet? Seems no matter what I do, the background is always the light shade of blue (I'm using the BlueSky theme).

      Perhaps there is a background image that is taking precedence?

      I am able to get other styles to apply, such as tablecell and subheaders.

      Thanks.

      Here is what I have tried:

      .rich-table-headercell {
       text-align: left;
       color: Black;
       border-size: 1;
       border-color: White;
       font-weight: bold;
       font-size: 12px;
       background-color: #eaf3fa;
       }
      
      .rich-table-header {
       border-size: 1;
       border-color: White;
       font-weight: bold;
       font-size: 12px;
       background-color: #eaf3fa;
       }