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?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/zYqdPVo713YJ.
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.