1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 23:59:53 +02:00

fix broke shit, ugh my bad

This commit is contained in:
Mark Otto
2015-11-12 23:15:31 -08:00
parent 7757c46853
commit 9f66e7309c
2 changed files with 4 additions and 4 deletions

View File

@@ -289,7 +289,7 @@ input[type="checkbox"] {
@include form-control-validation($brand-danger);
.form-control-error {
background-image: url($form-icon-error);
background-image: url($form-icon-danger);
}
}