guess: perhaps it's the order in which the css files are listed and thus loaded.....
On Sun, Feb 21, 2010 at 3:44 AM, Pico <[email protected]> wrote: > Hi all, > I'm quite new to GWT. I'm currently facing an annoying issue with the > standard css overriding my own one no matter what. > > In reference to > http://groups.google.fr/group/Google-Web-Toolkit/msg/3e630a3059303b19 > and http://groups.google.fr/group/Google-Web-Toolkit/msg/15c54d6c9e88e5f0 > I believe to have tried everything to change the behaviour, without > any success. > > I tried: > > in GWT.XML <inherits > name='com.google.gwt.user.theme.chrome.ChromeResources'/> and > explicitly calling > <link type="text/css" rel="stylesheet" href="myProject/chrome/ > chrome.css"> and > <link type="text/css" rel="stylesheet" href="myOwn.css"> in my HTML > file. > > Also, having no css reference in my HTML file and injecting both files > via gwt.xml > <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> > <stylesheet src="GWT_Parser.css"/> > > > No matter what, .gwt-XXX classes in chrome.css allways override the > myOwn.css classes. > > What am I doing wrong? > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
