Skip to content

Commit

Permalink
(less) Fixes twbs#10522: Enable use of form validation class on .radi…
Browse files Browse the repository at this point in the history
…o, .checkbox, .radio-inline, and .checkbox-inline
  • Loading branch information
mdo committed Oct 21, 2013
1 parent 0e4fc54 commit afb6f3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afb6f3d

Please sign in to comment.