SOLVED: Customizing cell color based on element value

dimoss

Well-Known Member
Hi,

Using the below in the custom_css.php and put the "Use as row class" to Yes, I can control the cell color when the element value is 0:

CSS:
#listform_4_com_fabrik_4 .player_id_b0 .vw_results___player_id_b {
    color: rgba(0, 0, 0, 0) !important;
}

How I could get the same result if the element value is NULL.

Thanks,
 
Found it and it was so obvious :)
I should remove the value 0 completely from the css:

CSS:
#listform_4_com_fabrik_4 .player_id_b .vw_results___player_id_b {
    color: rgba(0, 0, 0, 0) !important;
}
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top