Hi James,

When your GWT app is compiled, the CSS styles in the Standard.css file 
get injected inline into your code. Hence they take precedence over any 
external file that is linked. One way to override this behavior is by 
using the "!important" flag in your CSS file.

Look up the following link for more details.
http://osdir.com/ml/GoogleWebToolkit/2009-04/msg01066.html

Hope this helps.
Take care.

James wrote:
> Hello All,
> I'm new to GWT and was wondering what CSS level GWT 1.6 supports?
> 
> Also, by using firebug I realized that GWT creates a standard.css file
> along with the app named css file. Apparently when you have the same
> element declared in both, the standard css is the last read by the
> browser and it's settings are used. I watched this in practice as
> changes with elements in the app named css file weren't taking effect.
> What is the standard practice for keeping the standard.css GWT styles,
> but still add to them for specific widgets in the app named css file?
> 
> Thanks,
> JamesEston
> > 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to