Hi,
I have a CSS file and CssResource.
I define styles like .gwt-DatePicker, or .dateBoxPopup, in my CSS file,
which I can see are applied to the GWT compeonents, but they are never used.
I am adding the styles to my CssResource file, for example:
String datePicker();
String dateBoxPopup();
@ClassName("gwt-DatePicker")
String gwtDatePicker();
I am not referencing them anywhere lese in code, but I should not have to. I
cannot figure this out. I was using the standard theme and thought that it
may have been the cause, but to narow the problem down I am now not using
ANY theme so it's not standard.css taking precedence.
Help in understanding this greatly appreciated!
Regards,
Terra
--
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.