0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

fix error to danger

This commit is contained in:
Mark Otto 2015-11-14 19:45:48 -08:00
parent f712e922d1
commit 925f0ca018

View File

@ -261,7 +261,7 @@ input[type="checkbox"] {
.form-control-success,
.form-control-warning,
.form-control-error {
.form-control-danger {
padding-right: ($input-padding-x * 3);
background-repeat: no-repeat;
background-position: center right ($input-height * .25);
@ -288,7 +288,7 @@ input[type="checkbox"] {
.has-danger {
@include form-control-validation($brand-danger);
.form-control-error {
.form-control-danger {
background-image: url($form-icon-danger);
}
}