Override GWT Styling

Posted by KevMo on Stack Overflow See other posts from Stack Overflow or by KevMo
Published on 2009-07-21T14:59:24Z Indexed on 2011/06/28 8:22 UTC
Read the original article Hit count: 263

Filed under:
|
|

I had a beautiful pure HTML mockup for a webpage that I am now recreating in GWT. I'm attempting to use the same css in my GWT app, but that's not working well for me. GWT styles seem to override mine. I know I can completely disable the GWT styles, however I would prefer to have the styling for the GWT components that I'm adding (tab panel, button, etc). Is there a way to disable GWT styling, and only enable it for components that I choose?

© Stack Overflow or respective owner

Related posts about css

Related posts about gwt