javascript - transparent background for responsive-tabs -
i using js library http://openam.github.io/bootstrap-responsive-tabs/. can't manage set background transparent (or other color).
it seems problem tab styles updated js library when accordion tabs created, white background-color.
add following css rule:
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { background: transparent !important; }
Comments
Post a Comment