If you put these selectors into a <ui:style/> tag of *.ui.xml file they will 
not work because the rules will be obfuscated.  The selectors need to go to 
your application's CSS file:
http://code.google.com/webtoolkit/doc/latest/DevGuideUiCss.html#widgets

Create a CSS file (mystyles.css), put it side by side with your module html 
file, and include the CSS file using <link/> 
<link type="text/css" rel="stylesheet" href="mystyles.css">

Both selectors above would work fine.

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