aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less6
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