Revision history [back]

click to hide/show revision 1
initial version

answered 2011-01-17 15:58:54 +0800

terrytornado gravatar image terrytornado flag of Germany

http://www.oxitec.de/

Hi valmar,

i have not done this in a Grid, so you can only see the attached codes for manipulating the hover color for a listbox as a first hint. Please use the Inspectors in Firebirg or google to find out the right names for a grid.

/*********************** L I S T B O X *********************/

/* Even rows in a listbox */
tr.z-listitem,tr.z-row td.z-row-inner,tr.z-row td.z-group-inner,tr.z-row td.z-group-foot-inner,tr.z-row
    {
    background: #EEEEEE none repeat scroll 0 0;
}

/* Odd rows in a listbox */
tr.odd td.gc,tr.odd,tr.z-listbox-odd,tr.z-grid-odd td.z-row-inner,tr.z-grid-odd
    {
    background: #FFFFFF none repeat scroll 0 0;
}

/* Unselected rows with the mouse hovering over them */
tr.overd,td.overd,tr.z-listitem-over {
    background: #D3DBFC none repeat scroll 0 0;
}

/* Selected rows in a listbox */
tr.seld,td.seld,tr.z-listitem-seld {
    background: #B8BFDC none repeat scroll 0 0;
}

/* Selected rows with the mouse hovering over them */
tr.overseld,td.overseld,tr.z-listitem-over-seld {
    background: #D3DBFC none repeat scroll 0 0;
}

hope it helps a little bit.

best Stephan

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More