Hilighting is not working with CTI Flex theme http://drupal.org/project/cti_flex, a zen based theme, though it works fine with some other themes (not zen based), that are installed in my system.
after some investigation adding the "td" selector in views_table_highlighter.css worked !
for example for red color :
tr.views-table-highlighter-red.odd td { background-color: #f99; }
tr.views-table-highlighter-red.even td { background-color: #fbb; }
tr.views-table-highlighter-red.odd .active td { background-color: #f88; }
tr.views-table-highlighter-red.even .active td { background-color: #faa; }
Comments
Comment #1
jvieille commentedSame for Acquia Marina theme.
I added td to every single line of this css
Put that in the local.css file in the theme directory of the site instead :