vendor/assets/stylesheets/selectize.default.css in selectize-rails-0.7.7 vs vendor/assets/stylesheets/selectize.default.css in selectize-rails-0.8.0
- old
+ new
@@ -1,7 +1,7 @@
/**
- * selectize.default.css (v0.7.7) - Default Theme
+ * selectize.default.css (v0.8.0) - 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
@@ -113,10 +113,18 @@
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: #00578d;
}
+.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
+ background: none;
+}
+
+.selectize-control.plugin-remove_button .disabled [data-value] .remove {
+ border-left-color: #aaaaaa;
+}
+
.selectize-control {
position: relative;
}
.selectize-dropdown,
@@ -128,11 +136,11 @@
line-height: 18px;
color: #303030;
}
.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;
@@ -335,10 +343,19 @@
margin-top: -4px;
border-color: transparent transparent #808080 transparent;
border-width: 0 5px 5px 5px;
}
+.selectize-control.rtl.single .selectize-input:after {
+ right: auto;
+ left: 15px;
+}
+
+.selectize-control.rtl .selectize-input > input {
+ margin: 0 4px 0 -2px !important;
+}
+
.selectize-control .selectize-input.disabled {
background-color: #fafafa;
opacity: 0.5;
}
@@ -349,12 +366,20 @@
.selectize-control.multi .selectize-input.disabled [data-value] {
color: #999;
text-shadow: none;
background: none;
- border-color: #e6e6e6;
-webkit-box-shadow: none;
box-shadow: none;
+}
+
+.selectize-control.multi .selectize-input.disabled [data-value],
+.selectize-control.multi .selectize-input.disabled [data-value] .remove {
+ border-color: #e6e6e6;
+}
+
+.selectize-control.multi .selectize-input.disabled [data-value] .remove {
+ background: none;
}
.selectize-control.multi .selectize-input [data-value] {
text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
background-color: #1b9dec;
\ No newline at end of file