Hi,
how can I have different odd/even rows for a CellTable, and prevent 
background changes on any selections (mouse or keyboard)?

.cellTableEvenRow, .cellTableEvenRowCell: white
.cellTableOddRow, .cellTableOddRowCell: red

When enabling keyboard selection, I want the color to NOT change, only the 
border.

.cellTableKeyboardSelectedRowCell {
  border: selectionBorderWidth solid inherit;
}
.cellTableSelectedRow {  <--I assume this is the important one?
  background: inherit;
  color: inherit;
}
.cellTableSelectedRowCell {
  border: selectionBorderWidth solid inherit;
}

Result: The red odd rows get white background on selection. Why? How can I 
prevent this?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to