diff options
| author | Mark Otto <[email protected]> | 2013-07-01 18:21:19 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-01 18:21:19 -0700 |
| commit | 9da90adb4ca09e4c3b5ec549211c07292ec38d71 (patch) | |
| tree | 04adc7b367309e45015d0db3720b883f375d3f59 /less | |
| parent | c9df1db50221fe033a0b7bc216fa2de5b6eea17a (diff) | |
| download | bootstrap-9da90adb4ca09e4c3b5ec549211c07292ec38d71.tar.xz bootstrap-9da90adb4ca09e4c3b5ec549211c07292ec38d71.zip | |
fixes #8068: add .help-block to form field state mixin
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |
