I would try to increase the log level. I had that warning once because I put filter: alpha(opacity=30); into a ClientBundle CSS but this expression is not CSS 2.1 compliant. As I don't support IE6/7 anymore I changed it into -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" to solve the above warning.
The alternative is to use the literal() function for non CSS 2.1 compliant css: http://www.gwtproject.org/doc/latest/DevGuideClientBundle.html#Literal_function -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
