Search code examples
gwtthemesgwt2

I can't change from standard to clean theme


I remove the inherit of standard the from my module and replaced for:

<inherits name='com.google.gwt.user.theme.clean.Clean'/>

But my project still includes the standar theme, and after the clean:

<link rel="stylesheet" href="http://127.0.0.1:8888/formulariorequerimientos3/gwt/clean/clean.css">
<link rel="stylesheet" href="http://127.0.0.1:8888/formulariorequerimientos3/gwt/standard/standard.css">

So the styles are mixed and I see the horrible dialogbox of standard theme, please help!


Solution

  • The problem is that I wa including a module (one of UI utils) that inherits standard theme, so I replaced for clean