I was able to solve the problem by adding this line to main gwt.xml file:
<set-configuration-property name="CssResource.enableGss" value="strict"/>
I would also recommend for newbies, like me, to look at the following resource:
http://blog.arcbees.com/2015/04/14/getting-started-with-css-gss-gwt/
Vadim.
On Sunday, December 13, 2015 at 12:11:53 PM UTC+2, va...@ant.ee wrote:
-- <set-configuration-property name="CssResource.enableGss" value="strict"/>
I would also recommend for newbies, like me, to look at the following resource:
http://blog.arcbees.com/2015/04/14/getting-started-with-css-gss-gwt/
Vadim.
On Sunday, December 13, 2015 at 12:11:53 PM UTC+2, va...@ant.ee wrote:
Hello all,
Doing tutorials I have found that Ripple effect with UI style provided in example makes elements invisible. I have tested with FireFox 26 and 42 -- all the same. At Google chrome everything works as expected. Why this style blanks the page in FireFox?
<ui:style>
paper-icon-item {
position: relative;
overflow: hidden;
}
</ui:style>
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment