Okay, I will try to get a Resoure interface.
On Thursday, September 5, 2013 8:25:06 AM UTC+2, Dominic Warzok wrote:
-- On Thursday, September 5, 2013 8:25:06 AM UTC+2, Dominic Warzok wrote:
Hey all maybe you can help me :)I want to use some Conditional CSS in my webapp.For test I build in some simple user.agent detection like it ist describe here.Now my main.css looks like this:@if user.agent safari gecko1_8 {
.headerLine {
color: white;
margin: 0px;
/* padding: 5px; */
background-repeat: repeat-x;
background-image: url(../img/head.png);
position: fixed;
z-index: 2;
height: 60px;
}
}the CSS file is loaded in my webapp.gwt.xml.The CSS code above works fine aslong I'm working in development mode. But when I compile my project and deploy it to a tomcat this code doesn't work any more :(Maybe someone can help me with this problem.Thanks in AdvanceDominic
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment