How to disable standard css

121 views
Skip to first unread message

~Pun~

unread,
Jun 16, 2008, 12:44:34 AM6/16/08
to Google Web Toolkit
How to disable standard.css? or
How to assign order to load css ?

Ex. My css name is style.css and contain button css
.gwt-button {
color: #0000CC;
font-size: 12px;
}

I cannot change font size because it show css from standard.css

Doug

unread,
Jun 16, 2008, 1:49:30 PM6/16/08
to Google Web Toolkit
You'll need to add the css to your public folder, and then modify the
projects .gwt.xml to include:

<stylesheet src="myGWTStyles.css"/>

Take a look at the project structure docs if you can't find these:

http://code.google.com/webtoolkit/documentation/com.google.gwt.doc.DeveloperGuide.Fundamentals.html#ProjectStructure
Reply all
Reply to author
Forward
0 new messages