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

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -