I am trying to make the background color of the w

I am trying to make the background color of
the whole selected row lightblue instead of the almost white
color.  I tried inserting background-color:lightblue;

 in every possible spot in dhtmlxgrid.css, but could not find a
spot that worked.  I could change the color of a selected cell, but
not the row.  Can you please tell me how do do this?


Selected row:


div.gridbox table.obj tr.rowselected td{ ... }


 


Selected cell

div.gridbox table.obj tr.rowselected td.cellselected, div.gridbox table.obj td.cellselected { ... }