Hi 

Is it possible to use browser specific selectors like I used in this 
following statement in the CssResource's css file :

button::-moz-focus-inner,
button:focus::-moz-focus-inner {
border: 0;
padding: 0;
}

The compiler is stripping this declaration from the result.
Is it possible to tell the compiler that it shouldn't get stripped ?

Maybe I can use literal function with this selector in some magic way ?

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