how to chang color of the selected "CELL"

hi,



selected rows are colored differently from other rows…

but what i want to dot is within the selected row…the select cell would get a bit darker color…how do i do this?

thanks in advance…

The colors of selected row and selected cell stored in dhtmlxgrid.css, for default skin they stored in next css class

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 {

you can redefine existing colors to any custom ones