I have made reusable GWT Widget which uses CssResources, where I have
marked all the styes as @external so they are not obfuscated.

I now want to override some of the styles in plain standard HTML web
site. The website is not  GWT project so I can't override the styles
in a "module.gwt.xml" file..

I can see in FireBug that my styles from the re-used GWT Widget are
loaded after my <link style= ...> even if I define the script tag
<script src= ..> after the <link ..>

I can see that if I use the Css property !important then I can
"override" or "important'fy" individual properties but that is really
not a user-developer friendly solution ..

Any Ideas ??

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to