From 9da90adb4ca09e4c3b5ec549211c07292ec38d71 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 1 Jul 2013 18:21:19 -0700 Subject: fixes #8068: add .help-block to form field state mixin --- less/mixins.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less') diff --git a/less/mixins.less b/less/mixins.less index 24ca797ff..6a24beb03 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -481,6 +481,7 @@ // Generate form validation states .form-field-validation(@text-color: #555, @border-color: #ccc, @background-color: #f5f5f5) { // Color the label text + .help-block, .control-label { color: @text-color; } -- cgit v1.2.3