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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
