app/assets/stylesheets/bootstrap/mixins/forms.less in bootstrap-on-rails-3.2.0 vs app/assets/stylesheets/bootstrap/mixins/forms.less in bootstrap-on-rails-3.3.1

- old
+ new

@@ -8,10 +8,14 @@ .help-block, .control-label, .radio, .checkbox, .radio-inline, - .checkbox-inline { + .checkbox-inline, + &.radio label, + &.checkbox label, + &.radio-inline label, + &.checkbox-inline label { color: @text-color; } // Set the border and box shadow on specific inputs to match .form-control { border-color: @border-color;