diff options
| author | Mark Otto <[email protected]> | 2013-10-20 19:54:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-20 19:54:22 -0700 |
| commit | dd34102cb6bb601c3103f2c74804d2382271c0e1 (patch) | |
| tree | a4bc36ed628bd49e9d31fecfcfeebdba8c59bedc /less | |
| parent | 23a85d6a7af6fdfdf59756515a760d332f51aa95 (diff) | |
| download | bootstrap-dd34102cb6bb601c3103f2c74804d2382271c0e1.tar.xz bootstrap-dd34102cb6bb601c3103f2c74804d2382271c0e1.zip | |
Fixes #10522: Enable use of form validation class on .radio, .checkbox, .radio-inline, and .checkbox-inline
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index 654215b54..5c9672bcb 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -779,7 +779,11 @@ .form-control-validation(@text-color: #555; @border-color: #ccc; @background-color: #f5f5f5) { // Color the label and help text .help-block, - .control-label { + .control-label, + .radio, + .checkbox, + .radio-inline, + .checkbox-inline { color: @text-color; } // Set the border and box shadow on specific inputs to match |
