gwtgwt-2.5

My custom css are not getting picked up completely


I have created a custom css for tree and other widgets.

I have made the following entry

<inherits name='com.google.gwt.user.theme.standard.Standard' />
<stylesheet src="CustomStylesheet.css" />

But still only some of the styles are getting picked up and others don't. Has anyone faced a similar problem?


Solution

  • It will be either one of the below,

    Either you have to use CSS Resource as mentioned by Andrew or you have missed Doctype declaration.

    You can also visit this link: doctype explantion w.r.t to GWT