vendor/assets/stylesheets/selectize.bootstrap3.css in selectize-rails-0.7.7 vs vendor/assets/stylesheets/selectize.bootstrap3.css in selectize-rails-0.8.0

- old
+ new

@@ -1,7 +1,7 @@ /** - * selectize.bootstrap3.css (v0.7.7) - Bootstrap 3 Theme + * selectize.bootstrap3.css (v0.8.0) - Bootstrap 3 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 @@ -113,10 +113,18 @@ .selectize-control.plugin-remove_button [data-value].active .remove { border-left-color: rgba(0, 0, 0, 0); } +.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 { position: relative; } .selectize-dropdown, @@ -128,11 +136,11 @@ line-height: 20px; color: #333333; } .selectize-input, -.selectize-control.single .selectize-input.focus { +.selectize-control.single .selectize-input.input-active { display: inline-block; cursor: text; background: #ffffff; } @@ -310,12 +318,12 @@ .selectize-control.single .selectize-input, .selectize-control.single .selectize-input input { cursor: pointer; } -.selectize-control.single .selectize-input.focus, -.selectize-control.single .selectize-input.focus input { +.selectize-control.single .selectize-input.input-active, +.selectize-control.single .selectize-input.input-active input { cursor: text; } .selectize-control.single .selectize-input:after { position: absolute; @@ -333,9 +341,18 @@ .selectize-control.single .selectize-input.dropdown-active:after { margin-top: -4px; border-color: transparent transparent #000000 transparent; border-width: 0 5px 5px 5px; +} + +.selectize-control.rtl.single .selectize-input:after { + right: auto; + left: 17px; +} + +.selectize-control.rtl .selectize-input > input { + margin: 0 4px 0 -2px !important; } .selectize-control .selectize-input.disabled { background-color: #ffffff; opacity: 0.5; \ No newline at end of file