We are using GWt 2.3. Our app project in Eclipse is named VeloxClient, and the VeloxClient.css is created for us automatically by GWT.
We want to override some of the styles in the default css that is provided, so we added them to our VeloxClient.css file with slightly different names and in code set the primary style to our new definition. I think we have done this correctly. The problem is that when we run the app we don't see our overriden styles, but only the default. Further investigation shows that the VeloxClient.css that is being loaded is not the one we have edited, but the original one that was created. We have cleaned the project, complied from scratch and tried various other strategies to get it to pick up the latest but it only brings in the original version without our changes. Any ideas on why our latest is not getting "injected" into the war file? thanks, Kevin -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
