JBossWiki : RichFacesDataTableBackgroundOut
Wiki Home: RichFacesDataTableBackgroundOut [EN]
[Permalink]
[Recent Changes]
[History]
[RSS Feed][RDF Feed][Atom Feed][Print]

How to remove rich:dataTable header background

The rich:dataTable header has a gradient by default. To remove it, add the following in your css file:

.rich-table, .rich-table-header, .rich-table-header-continue,
  .rich-table-footer, .rich-subtable-footer {
	background-image:none;
	background-color:transparent;
}	


Other languages:

Log in to make links between pages

The page last changed on Wed Oct 10 09:23:24 EDT 2007 by SergeySmirnov