Hi,
You can use CSS to do this
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
background-color: #123456;
}
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
background-color: #654321;
}
Alexandre
2011/9/1 [email protected] <[email protected]>
> I'm using TabLayoutPanel and would like to customize the tabs on the tab
> bar. Currently the active tab is white and the inactive tabs are gray. I've
> tried setting the background-color for the widget in the tab, but that
> didn't seem to work. I'd like the active tab to be green and the inactive
> tabs to be blue. Any suggestions?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-web-toolkit/-/E6tOZaH0LQ0J.
> 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.
>
--
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.