Reputation: 151
the style of the datebox or datepicker in my project is really mess up. the background and design of the date picker is missing i think. maybe my css is affecting them, I really don't know. is there a way to restore their original css or style?;
Upvotes: 1
Views: 668
Reputation: 16089
Check your module's *.gwt.xml whether it has:
<inherits name="com.google.gwt.user.theme.standard.Standard"/>
And remove unnecessary class names and or style attributes which you have added.
Upvotes: 1