BrownEyedGirl
New Member
How do I set up gwt to use my custom css for the makeup ?These links didn't help me at all:https://developers.google.com/web-toolkit/doc/latest/DevGuideUiCss?hl=cs
Where do I have to store my css file in order for my lorum.gwt.xml file to detect and use it using the following syntax: \[code\]<stylesheet src='http://stackoverflow.com/questions/11538463/stylesheet.css' />\[/code\]
- The issue is that I can't get gwt to detect the css files I declare in my lorum.gwt.xml file, when I start debug mode jetty gives the following error in log output on startup:
- I tried inherriting my css file in the welcome-file (Home.html), which works; but it doesn't apply the style rules to my widgets. And I don't prefer this method since different browsers act differently on css syntax. Altough if you know how I get it to work I will use it. This is my Home.html source
Where do I have to store my css file in order for my lorum.gwt.xml file to detect and use it using the following syntax: \[code\]<stylesheet src='http://stackoverflow.com/questions/11538463/stylesheet.css' />\[/code\]