On 23 août, 04:27, kris <[EMAIL PROTECTED]> wrote: > I am somewhat confused about what default or existing GWT stylesheets. > It appears that there is a "default" look to widgets, since the widget > gallery has them looking pretty. Where is some CSS I can link to and > an image set, kinda like how YUI does. I want to add additional CSS > for my app, but I don't want to make an entire sheet!
Have a look at the samples: To automatically include the stylesheet: <inherits name="com.google.gwt.user.theme.standard.Standard"/> or, to just have the resources available with the "outDir" (and you'll have to inject/include the stylesheet yourself, as is done by the Showcase sample): <inherits name="com.google.gwt.user.theme.standard.StandardResources"/ > (there are also a dark and a chrome themes) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
