Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 05, 2007 10:41
open dhtmlx forum
I am trying to make the background color of the whole selected row lightblue instead of the al...

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?
Answer posted on Mar 26, 2007 12:41

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 { ... }
Answer posted by radyno (Support) on Nov 29, 2014 17:38

I hope this information will be enough for you. But you also can have a look at mobile apps framework and free ajax menu.