Groups
Groups
Sign in
Groups
Groups
GWT Users
Conversations
About
Send feedback
Help
How to disable standard css
121 views
Skip to first unread message
~Pun~
unread,
Jun 16, 2008, 12:44:34 AM
6/16/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
6/16/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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