Thursday, February 24, 2011

CellTable: Unable to combine CSS-selectors

Hi there

I'm trying to combine the cellTableFirstColumn and cellTableKeyboardSelectedRowCell selectors to set background-color of the first cell in the selected row to a lovely pink.

I have the following in my CellTablePatch.css

.cellTableFirstColumn .cellTableKeyboardSelectedRowCell {
  background-color: fuchsia !important;
}

But for some this style isn't applied. Firebug tells me both of the styles are applied to the first cell in the selected row, but no pink shows up.


Combining two other selectors in the same way, e.g. cellTableEvenRow and cellTableFirstColumn works just fine.

Any clues to what I'm doing wrong here?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment