Fixed a bug in bootstrap where the error background colour wasn't propagated to the form.
- Legacy-Id: 9399
This commit is contained in:
parent
640c462f0e
commit
bf67b7caef
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue