Hi,
Is there a way to override the default odd/even row styles in a
CellTable?
I've tried to do this through CSS rules, but it seems like something
deep down in the code is overriding it or wiping my style altogether
to be more accurate.
I tried this (keep in mind that I have a SimplePanel wrapping the
table with a style applied to the SimplePanel called
'tablePlaceholder');
.tablePlaceholder thead tr {
background: none repeat scroll 0 0 #FFFFFF !important;
}
.tablePlaceholder thead tr td {
border: 2px solid #FFFFFF;
}
When I use Firebug to see what styles got applied, those styles are
gone, something wiped those styles and replaced it with:
on <tr>:
background: none repeat scroll 0 0 #F3F7FB;
on a <td>:
border: 2px solid #F3F7FB;
Any help would be appreciated!
-Yaakov.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.