2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #10522: Enable use of form validation class on .radio, .checkbox, .radio-inline, and .checkbox-inline

This commit is contained in:
Mark Otto
2013-10-20 19:54:22 -07:00
parent 23a85d6a7a
commit dd34102cb6
3 changed files with 21 additions and 5 deletions
+5 -1
View File
@@ -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