我正在使用 bootstrap-switch - v3.3.1,但在切换时我不需要切换器的默认蓝色轮廓,我设置style="outline: 0 none;
了输入但它不起作用。
这是我的html:
<div class="switch" style="display:inline-block;>
<input id="accu-switcher" type="checkbox" style="outline: 0 none;" checked data-label-text="TEXT"/>
</div>
JS:
$('#accu-switcher').bootstrapSwitch({size: "mini",state: false});
$('.module .switch').css("visibility","visible");