Basic
Chane tab color by applying .nav-tabs-*
to the .navwhich *
is a color name.
Light mode
.nav-tabs-light-mode
applies to .nav
Inverse mode
.nav-tabs-inverse-mode
applies to .nav
Removeable tabs
Justified
.nav-justified
applies to .nav
With dropdown
Left aligned
.nav-tabs-left
wraps .nav-tabs
and .tab-content
.
Right aligned
.nav-tabs-right
wraps .nav-tabs
and .tab-content
.