Files
cdnjs/ajax/libs/jquery.bootstrapvalidator/0.4.4/css/bootstrapValidator.css
T

20 lines
418 B
CSS

/**
* BootstrapValidator (https://github.com/nghuuphuoc/bootstrapvalidator)
*
* A jQuery plugin to validate form fields. Use with Bootstrap 3
*
* @author http://twitter.com/nghuuphuoc
* @copyright (c) 2014 Nguyen Huu Phuoc
* @license MIT
*/
.bv-form .help-block {
margin-bottom: 0;
}
.nav-tabs li.bv-tab-success > a {
color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
color: #a94442;
}