I would like to style the tab bar element of the TabLayoutPanel using the Cssresources mechanism.
According to the documentation here is the style rule for accessing the bar : .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs the tab bar element
I can set the style for the entire panel but how do I set the style for the TabLayoutPanelTabs property using Cssresources ?
Thanks!