Hi ,
I am able to change background color of a cell in the table with below CSS Class.
.columnStyle0 {
background-color: red !important;
}
With the same code related to table validations for which background color changed ,I tried to set Font color/Text color in the table cell using below CSS Class but text-color is not changing.
Please suggest me if there is any table cells related CSS Class definitions exist? used below code to change text color in the cell.
.columnStyle0 {
color: red !important;
}