vendor/assets/stylesheets/selectize.bootstrap3.css in selectize-rails-0.12.1 vs vendor/assets/stylesheets/selectize.bootstrap3.css in selectize-rails-0.12.2

- old
+ new

@@ -1,7 +1,7 @@ /** - * selectize.bootstrap3.css (v0.12.1) - Bootstrap 3 Theme + * selectize.bootstrap3.css (v0.12.2) - Bootstrap 3 Theme * Copyright (c) 2013–2015 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 @@ -105,9 +105,15 @@ .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover { background: none; } .selectize-control.plugin-remove_button .disabled [data-value] .remove { border-left-color: rgba(77, 77, 77, 0); +} +.selectize-control.plugin-remove_button .remove-single { + position: absolute; + right: 28px; + top: 6px; + font-size: 23px; } .selectize-control { position: relative; } .selectize-dropdown,