if you still plan to use the resources from the default theme
instead of using
<inherits name='com.google.gwt.user.theme.standard.Standard' />
use
<inherits name='com.google.gwt.user.theme.standard.StandardResources' /
>
this will put the css and the images in your compilation folder, but
will not inject the css file to your app
so that now you could add their css file first and then your css this
way you still benefit from their css classes and you will also be able
to override the
because your css will be loaded last

hope it helps
Good luck

On Apr 8, 1:40 pm, mariyan nenchev <[email protected]> wrote:
> Remove it from the gwt.xml

-- 
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.

Reply via email to