I need to change the background color of one single row in one table in Openxava, e.g. the whole row with field where status = resolved
should turn green or a row where the date field = currentDate
should turn yellow.
Until now I changed the background color in custom.css
and experimented with naviox.css,
but it only changed the background color of the whole list .ox-list
.
Thanks in advance!