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

- old
+ new

@@ -97,12 +97,15 @@ hyphens: @mode; } // Placeholder text .placeholder(@color: @input-color-placeholder) { - &::-moz-placeholder { color: @color; // Firefox - opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526 - &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+ + // Firefox + &::-moz-placeholder { + color: @color; + opacity: 1; // See https://github.com/twbs/bootstrap/pull/11526 + } + &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+ &::-webkit-input-placeholder { color: @color; } // Safari and Chrome } // Transformations .scale(@ratio) {