CellTable CSS (still!)

2011-09-12 Thread Tony Kennah
Hi I've managed to make a CellTable use my own CSS rules by extending CellTable.Resources with my own resources which overrides cellTableStyle, simple. I provide a link to my own CSS file within the extended Resources I can now construct a CellTable using this resource and it will render as

Re: CellTable CSS (still!)

2011-09-12 Thread Eric Metcalf
I think you should use @external like so.. @external .bbcolor; .bbcolor { backgound-color: red !important; } To start debugging this, you should inspect the table row (using Chrome or firebug in Firefox) and see if it was given the bbcolor class name. Then you can find out if the problem is

Re: CellTable CSS (still!)

2011-09-12 Thread Tony Kennah
I mis-spelled background in the CSS rule! BACKGOUND - Dyslexic sorry! Thanks for all the help! -- 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