Buenas tardes,
I need to change the color of a checkbox in inactive state that is in a column, with a theme
of primefaces
but I don't know how to do it.
Code:
<p:column id="SelectFuentes" style="width:16%;text-align:center; " selectionMode="multiple" exportable="true">
Image:
The checkbox is located in the last column, when there is no data in the table, the checkbox is not distinguished by the color of the header, but when the table contains data, the checkbox can be distinguished.
I need to make the checkbox distinguishable from the header, but I can't do it since it doesn't change, only the checkbox changes background
but the check doesn't change.
Thank you so much.
To modify a css class of prime faces you can choose to overwrite said class using CSS, what I understand is that you want to change a color to inactive, I hope this example meets what you are looking for: