vendor/assets/stylesheets/selectize.default.css in selectize-rails-0.9.0 vs vendor/assets/stylesheets/selectize.default.css in selectize-rails-0.9.1

- old
+ new

@@ -1,7 +1,7 @@ /** - * selectize.default.css (v0.9.0) - Default Theme + * selectize.default.css (v0.9.1) - Default Theme * Copyright (c) 2013 Brian Reavis & contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this * file except in compliance with the License. You may obtain a copy of the License at: * http://www.apache.org/licenses/LICENSE-2.0 @@ -71,10 +71,12 @@ .selectize-control.plugin-remove_button [data-value] { position: relative; padding-right: 24px !important; } .selectize-control.plugin-remove_button [data-value] .remove { + z-index: 1; + /* fixes ie bug (see #392) */ position: absolute; top: 0; right: 0; bottom: 0; width: 17px; @@ -197,9 +199,12 @@ background: none !important; line-height: inherit !important; -webkit-user-select: auto !important; -webkit-box-shadow: none !important; box-shadow: none !important; +} +.selectize-input > input::-ms-clear { + display: none; } .selectize-input > input:focus { outline: none !important; } .selectize-input::after {