The styles from CSS resource are always going to be loaded after any static .css files. They are programatically injected (CssResource#ensureInjected())
One option would be to not use CssResource, but that is probably a bad one. Someone else solved this problem pretty elegantly http://googlewebtoolkit.blogspot.com/2011/03/styling-and-skinning-your-apps-with.html but this will probably be a signifigant refactor for you. -- 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/-/v-Ft8mmmQQEJ. 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.
