Yeah the GWT theme is referenced in your HTML page source via

<link rel="stylesheet" 
href="http://<domain>/<appname>/gwt/standard/standard.css">

This will always be done when you include a stylesheet via your module xml 
file in combination with a public folder and thats exactly how GWT themes 
are realized (take a look at Chrome.gwt.xml for example).

Any CSS you define in UiBinder will be added (injected via javascript) 
afterwards as <style> tags (one <style> tag per CssResource, so you possibly 
see multiple <style> tags in your HTML page source once your app is loaded).

-- J.

-- 
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/-/dH3-AHKjLL8J.
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