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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Apache Thrift Tutorial Error -