修正checkbix和bootstrap兼容性

This commit is contained in:
shuzheng 2017-02-27 21:09:55 +08:00
parent de54318d94
commit 14697d83d7
1 changed files with 3 additions and 1 deletions

View File

@ -16,4 +16,6 @@ body:before{height:50%;width:100%;position:absolute;top:0;left:0;background:#29a
.form-control:active, .form-control:focus{box-shadow:none;}
.fg-line{position:relative;vertical-align:top;display:inline-block;width:100%;}
.fg-line:after{position:absolute;z-index:3;bottom:0;left:0;height:2px;width:0;content:"";-webkit-transition:all;-o-transition:all;transition:all;-webkit-transition-duration:.3s;transition-duration:.3s;background:#29a176;}
.fg-line.fg-toggled:after{width:100%}
.fg-line.fg-toggled:after{width:100%}
input[type=checkbox].checkbix:checked+label>span:before{box-sizing: content-box;}