I'm using a Datatable from the Primefaces framework and I want to change the color of the column headers. I tried skinning in CSS like this but it does not work:
.ui-datatable .ui-datatable-header {
color: gray;
background-color: white;
}
I'm using a Datatable from the Primefaces framework and I want to change the color of the column headers. I tried skinning in CSS like this but it does not work:
.ui-datatable .ui-datatable-header {
color: gray;
background-color: white;
}