vendor/assets/stylesheets/formvalidation.css in formvalidation-rails-0.6.3 vs vendor/assets/stylesheets/formvalidation.css in formvalidation-rails-0.7.0

- old
+ new

@@ -1,10 +1,10 @@ /** * FormValidation (http://formvalidation.io) * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit and custom frameworks * - * @author http://twitter.com/nghuuphuoc + * @author https://twitter.com/formvalidation * @copyright (c) 2013 - 2015 Nguyen Huu Phuoc * @license http://formvalidation.io/license/ */ .fv-has-feedback { @@ -24,9 +24,14 @@ .fv-has-feedback .fv-control-feedback { /*right: 15px;*/ } .fv-help-block { display: block; +} + +/* Hide the clear icon for field using placeholder attribute on IE10/11 */ +.fv-form [placeholder]::-ms-clear { + display: none; } /* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* ~~~ For Bootstrap form ~~~ */ /* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */