What does "injecting" mean in terms of CSS?  Sounds like this may
alter the way cascading works in a typical web site/app?

On Sep 8, 11:47 am, Ernesto Oltra <ernestoka...@gmail.com> wrote:
> Hi,
>
> Use Firebug or Chrome Dev Tools to see the cascade of styles, because I had
> some hard times with that. You define the font X for body, but then GWT
> loads and injects the standard.css file and you have sans-serif or whatever
> again.
>
> You could:
>
> 1) Load your stylesheet and inject it after GWT loads.
>
> 2) Use your own version of standard.css (it's only a css file with some
> images, copy it and use it)
>
> Hope it helps,
>
> Ernesto

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

Reply via email to