.gwt-TabPanel .gwt-TabBarItem { color: black;
}
.gwt-TabPanel-grey .gwt-TabBarItem { color: grey;
}
On Thu, Oct 16, 2008 at 6:58 AM, krishna <[EMAIL PROTECTED]> wrote:
>
>
> Hi,
>
> I wanted to have two tabpanels with different styles in the same app.
>
> I was hoping that I can achieve this b
Hi,
I wanted to have two tabpanels with different styles in the same app.
I was hoping that I can achieve this by calling
addStyleDependentName(styleName) on the tabpanel.
For e.g.,
tabPanel.addStyleDependentName("grey");
I expected the implementation to use styles such as .gwt-TabBar-grey,
g