Fixed a bug in bootstrap where the error background colour wasn't propagated to the form.

- Legacy-Id: 9399
This commit is contained in:
Henrik Levkowetz 2015-04-04 16:34:22 +00:00
parent 640c462f0e
commit bf67b7caef

View file

@ -16,6 +16,7 @@
&.radio-inline label, &.radio-inline label,
&.checkbox-inline label { &.checkbox-inline label {
color: @text-color; color: @text-color;
background-color: @background-color;
} }
// Set the border and box shadow on specific inputs to match // Set the border and box shadow on specific inputs to match
.form-control { .form-control {