Hello Erik, Really nice Add-on, thank you ! As a real beginner in Vaadin 1

Hello Erik,

Really nice Add-on, thank you !
As a real beginner in Vaadin 13 framework, I may have not seen by myself how to change the SlideTab background color… I thougth I could use the SlideTab.style(“CssClassName”) method, but to this point I could’nt reach any result : the Tab is still blue. I would appreciate any hint with this topic.

Thx again !
Philippe

Don’t bother… I finally got your sourcecode and figured out how to change tabs color. Sorry !

For those who migth look for the answer :


Use SlideTabBuilder.style(“someCssClassName”)

.someCssClassName {
–slide-tab-background-color: someColor;
–slide-tab-color: someOtherColor;
}