The CSS depends on which theme you inherit in your .gwt.xml file. If you <inherits name='com.google.gwt.user.theme.standard.Standard'/> then you get this CSS file<http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/standard.css#47> (note that that's the CSS you will get using the GWT Subversion trunk code).
Jamie On Fri, Dec 4, 2009 at 11:10 AM, abhiram <[email protected]> wrote: > Can someone tell me where can i get the default CSS which is being > used for the button. I mean, i want the actual CSS of ".gwt-Button" > > Regards, > Abhiram > > -- > > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- 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.
