i want to create my own .gwt-TabBarItem-style for a specific tab in the tabPanel. But i don't know how there to set the style.

Does someone have a idea?

greetz

link|improve this question

77% accept rate
feedback

1 Answer

In your code, where foo is the tab widget:

foo.setPrimaryStyleName("my-TabBarItem");

Then in your CSS file:

.my-TabBarItem {

}
link|improve this answer
no, i want to change the style in the tabBar. Bot the style from the whole tab, greetz – d3stiny Dec 2 '11 at 8:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.