Custom cell class for CSS

jh

Member
Hi

Ive been trying the 'use as row class' to colour row values via CSS based on the element value. Its working great, fantastic to use.

However Ive been trying to work out how to apply this to only the cell that has that value (not the whole row). Ive seen the 'cell class' box under the list view settings and added a class there (Ive called it activx).

I have tried various methods of adding this cell class to the row css but I cant get it to work.

Could someone kindly explain what is the correct way to get it to only colour the cell?

The CSS I am currently using which changes the row colour is eg:

#listform_117_com_fabrik_117 .Edited {
background: green;
}

Many thanks.
 
Every cell in table row have own unique css class based on element name.
Select cell class in your css code.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top