On 18 déc, 23:34, paloalto team <[email protected]> wrote: > I would like override an existing class, specifically the .gwt- > TabLayoutPanelTabs, in the context of a UiBinder without jacking all > the rest of those instances outside of my container. > So far, I am able to achieve this by dropping in a class name in the > parent, but then it is repeated for each instance of the widget. > > I can't simply drop ".gwt-TabLayoutPanelTabs" in my CSSResource, > because the name will get destroyed and replaced, thus not allowing me > to override. > > Does someone know of a way to do this?
Add the following line in your CssResource: @external gwt-TabLayoutPanelTabs; See http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#External_and_legacy_scopes -- 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.
