I was confusing descendant selectors and multiple selectors. I guess the reason I was having such a hard time figuring out this one was because the parent TR had many of the same styles applied. This gave the illusion that the way I was trying to use the selectors was working in some cases but not in others.
Removing the space and thus turning it into a multi class selector solved the problem:
.cellTableFirstColumn.cellTableKeyboardSelectedRowCell {
background-color: fuchsia !important;
}
-- 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