GCSimon
unread,Feb 5, 2012, 11:18:13 PM2/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I want to use default CSS styles with UiBinder and ClientBundle (e.g. .gwt-DecoratedTabBar, etc.), but I get a compile error when I make a Resources interface which extends ClientBundle, with @Source("my_css.css") before my CssResource field. The only way I have found to get around that is to use @NotStrict before the @Source annotation. But when I read through the docs it seems to imply that @NotStrict is not the best way to do this. Is there another, more "approved" method to use modified GWT CSS classes within ClientBundle?