I'm having a HTML table. I'm trying to override a cell's css class with what is defined in the row's css class.
Basically the cell has the css class 'background-color : green' and the row has 'background-color : blue'. What i want from this is the bleu background in all the cells, but what i'm having is blue in all the cells except the one that has the green background obviously.
Is there a way to resolve this ? I've found something that involves z-index but i didn't quite understand.