Anything you put to WEB-INF folder will not be served by the web server. That folder is for configuration files. Place css into root folder or any other folder.
2009/5/20, Rob Tanner <caspersg...@gmail.com>: > > If I don't explicitly set a style for a TextBox widget, it picks up > the stylesheet .gwt-TextBox and .gwt-TextBox-readonly from the > standard.css file. That's fine except that I want to customize it > using the css file in the WEB-INF folder which is where I set all my > custom styles (styles specific to a specif widget in a specific panel, > etc). My understanding is that if I use the default style name, in > this case the two mentioned above, in my local css file, I would > override the default styles in standard.css. But that does not seem > to be happening. Is there a special trick to it? > > Thanks, > Rob > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---