Thanks Thomas. I thinks thats exacly the problem. I just removed the standard inject line on gwt.xml and the background color I've set on my .css file worked. I will try the inject aproached you just told to dont lose all the standard css from theme and override just the ones I want.
On Mar 30, 1:45 am, Thomas Broyer <[email protected]> wrote: > On 30 mar, 12:00, 5leipn1r <[email protected]> wrote: > > > Yhea, I know, I've read this before post the message. But I've tried > > to override the DialogBox Caption background image, remove that, make > > a simple caption, with a custon collor and doesnt works, Even placing > > the css code reffering to .dialogBox .Caption like the doc said. The > > background fade color image doesnt goes away. > > Any help with that? > > If you use one of GWT's "themes", the stylesheet is injected in your > HTML page and will "override" anything that you defined from within > the page (<link rel=stylesheet> or <style></style>). > To override a theme's CSS, you have to inject your CSS stylesheet > (using a <stylesheet src="..." /> in your module's gwt.xml) > The other possibility (untested) is to inherit the xxxResources module > (e.g. ChromeResources) instead and include the appropriate <link > rel=stylesheet> in your HTML *before* your "overrides" (the > xxxResources module takes care of including the stylesheet and images > in the compilation output, without injecting the stylesheet in the > page) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
