user1035079
user1035079

Reputation: 151

how to restore the style of the datebox or datepicker in the GWT?

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

Answers (1)

Jama A.
Jama A.

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

Related Questions