GWT 1.7...using Dark theme...

Have a grid with rows and data set with setText calls. By default each
row has a style like

.rowStyle {
   background-color: white;
   color: black;
}

.selectRowStyle {
   background-color: blue;
   color: white;
}

When a row is selected, the "selectRowStyle" is set correctly ( both
background and foreground color ). But by default, the "color: black"
is not set. But the background is set. Must be missing something
trivial. This is in hosted mode.

Any ideas ?

Thx

pady
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to