AFAICT, it works fine. The style rules can get a little ugly, but if you are
explicit about descendant selectors, it behaves as expected. For example, if
you start with the rules described in the javadoc:

.gwt-TabLayoutPanel { }
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab { }
/* etc */

Then create a different set, like so

.MyTLP { }
.MyTLP .gwt-TabLayoutPanelTab { }
/* etc */

And call TabLayoutPanel.setStyle[Primary]Name("MyTLP"), you'll get the new
styles.

On Wed, Jan 13, 2010 at 9:23 AM, dflorey <[email protected]> wrote:

> Is this intended?
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>
-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to