The JavaDocs tell you what the style names are. Some browsers will show you the HTML including style classes and what values they are set to and where they came from.
GWT.log(widget.toString()); or Window.aler(idget.toString()); will also display the HTML and the style classes. Ian http://examples.roughian.com 2009/3/11 james <[email protected]> > > Hi, > > I've been working on a custom theme, starting with a copy of one of > the GWT defaults. Is there a guide to the CSS anywhere, or are you > expected to just muddle around with it when you want to change colors, > etc. For instance, most dialog borders appear to be comprised of > images, but I can't figure out the top border. I've been weeding > through the CSS and just haven't found the correct style specification > or something, but it's becoming time consuming. Plus, it appears you > can't view source on the file as the elements are JS-generated, so I > can't see what style is applied to the elements anyway, hence the CSS > hunting. > > Thanks > James > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
