From bf67b7caef1b627f1393b92f9d87de0fdaa3de1f Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 4 Apr 2015 16:34:22 +0000 Subject: [PATCH] Fixed a bug in bootstrap where the error background colour wasn't propagated to the form. - Legacy-Id: 9399 --- bootstrap/less/mixins/forms.less | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/less/mixins/forms.less b/bootstrap/less/mixins/forms.less index 6f55ed967..4b40537d9 100644 --- a/bootstrap/less/mixins/forms.less +++ b/bootstrap/less/mixins/forms.less @@ -16,6 +16,7 @@ &.radio-inline label, &.checkbox-inline label { color: @text-color; + background-color: @background-color; } // Set the border and box shadow on specific inputs to match .form-control {