activeadmin_selectize 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/Rakefile +15 -2
- data/app/assets/javascripts/activeadmin/selectize/selectize.js +2 -3890
- data/app/assets/javascripts/activeadmin/selectize/selectize.min.js +2 -3
- data/app/assets/javascripts/activeadmin/selectize_input.js +49 -48
- data/app/assets/stylesheets/activeadmin/selectize/selectize.bootstrap2.css +6 -1
- data/app/assets/stylesheets/activeadmin/selectize/selectize.bootstrap3.css +1 -417
- data/app/assets/stylesheets/activeadmin/selectize/selectize.bootstrap4.css +1 -0
- data/app/assets/stylesheets/activeadmin/selectize/selectize.css +4 -318
- data/app/assets/stylesheets/activeadmin/selectize/selectize.default.css +1 -403
- data/app/assets/stylesheets/activeadmin/selectize/selectize.legacy.css +6 -1
- data/lib/activeadmin/selectize/version.rb +1 -1
- metadata +49 -20
@@ -0,0 +1 @@
|
|
1
|
+
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,.06) !important;border:0 none !important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-control .dropdown-header{position:relative;padding:6px .75rem;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:.25rem .25rem 0 0}.selectize-control .dropdown-header-close{position:absolute;right:.75rem;top:50%;color:#343a40;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.selectize-control .dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0 !important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:1px 5px;border-left:1px solid #dee2e6;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:5px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:rgba(0,0,0,0)}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:#fff}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#343a40;font-family:inherit;font-size:inherit;line-height:1.5;font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #ced4da;padding:.375rem .75rem;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:.25rem}.selectize-control.multi .selectize-input.has-items{padding:calc( 0.375rem - 1px - 0px ) .75rem calc( 0.375rem - 1px - 3px - 0px )}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:.25rem .25rem 0 0}.selectize-input>*{vertical-align:baseline;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:1px 5px;background:#efefef;color:#343a40;border:0px solid #dee2e6}.selectize-control.multi .selectize-input>div.active{background:#007bff;color:#fff;border:0px solid rgba(0,0,0,0)}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#878787;background:#fff;border:0px solid #fff}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;user-select:auto !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0 4px !important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#fff;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 .25rem .25rem}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(255,237,40,.4);border-radius:1px}.selectize-dropdown .option,.selectize-dropdown .optgroup-header,.selectize-dropdown .no-results,.selectize-dropdown .create{padding:3px .75rem}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#6c757d;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f8f9fa;color:#16181b}.selectize-dropdown .active.create{color:#16181b}.selectize-dropdown .create{color:rgba(52,58,64,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;overflow-scrolling:touch}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:3px .75rem}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:calc(0.75rem + 5px);margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#343a40 transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent #343a40 transparent}.selectize-control.rtl{text-align:right}.selectize-control.rtl.single .selectize-input:after{left:calc(0.75rem + 5px);right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fff}.selectize-dropdown,.selectize-dropdown.form-control{height:auto;padding:0;margin:2px 0 0 0;z-index:1000;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;box-shadow:0 6px 12px rgba(0,0,0,.175)}.selectize-dropdown .optgroup-header{font-size:.875rem;line-height:1.5}.selectize-dropdown .optgroup:first-child:before{display:none}.selectize-dropdown .optgroup:before{content:" ";display:block;height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef;margin-left:-0.75rem;margin-right:-0.75rem}.selectize-dropdown .create{padding-left:.75rem}.selectize-dropdown-content{padding:5px 0}.selectize-input{min-height:calc(1.5em + 0.75rem + 2px);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.selectize-input{transition:none}}.selectize-input.dropdown-active{border-radius:.25rem}.selectize-input.dropdown-active::before{display:none}.selectize-input.focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.is-invalid .selectize-input{border-color:#dc3545;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.is-invalid .selectize-input:focus{border-color:#bd2130;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #eb8c95}.selectize-control.form-control-sm .selectize-input.has-items{min-height:calc(1.5em + 0.5rem + 2px) !important;height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem !important;font-size:.875rem;line-height:1.5}.selectize-control.multi .selectize-input.has-items{height:auto;padding-left:calc(0.75rem - 5px);padding-right:calc(0.75rem - 5px)}.selectize-control.multi .selectize-input>div{border-radius:calc(0.25rem - 1px)}.form-control.selectize-control{padding:0;height:auto;border:none;background:none;box-shadow:none;border-radius:0}.input-group .selectize-input{overflow:unset;border-radius:0 .25rem .25rem 0}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
/**
|
2
|
-
* selectize.css (v0.
|
2
|
+
* selectize.css (v0.13.3)
|
3
3
|
* Copyright (c) 2013–2015 Brian Reavis & contributors
|
4
|
+
* Copyright (c) 2020 Selectize Team & contributors
|
4
5
|
*
|
5
6
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
|
6
7
|
* file except in compliance with the License. You may obtain a copy of the License at:
|
@@ -12,322 +13,7 @@
|
|
12
13
|
* governing permissions and limitations under the License.
|
13
14
|
*
|
14
15
|
* @author Brian Reavis <brian@thirdroute.com>
|
16
|
+
* @author Ris Adams <selectize@risadams.com>
|
15
17
|
*/
|
16
18
|
|
17
|
-
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.
|
18
|
-
visibility: visible !important;
|
19
|
-
background: #f2f2f2 !important;
|
20
|
-
background: rgba(0, 0, 0, 0.06) !important;
|
21
|
-
border: 0 none !important;
|
22
|
-
-webkit-box-shadow: inset 0 0 12px 4px #fff;
|
23
|
-
box-shadow: inset 0 0 12px 4px #fff;
|
24
|
-
}
|
25
|
-
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
|
26
|
-
content: '!';
|
27
|
-
visibility: hidden;
|
28
|
-
}
|
29
|
-
.selectize-control.plugin-drag_drop .ui-sortable-helper {
|
30
|
-
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
31
|
-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
32
|
-
}
|
33
|
-
.selectize-dropdown-header {
|
34
|
-
position: relative;
|
35
|
-
padding: 5px 8px;
|
36
|
-
border-bottom: 1px solid #d0d0d0;
|
37
|
-
background: #f8f8f8;
|
38
|
-
-webkit-border-radius: 3px 3px 0 0;
|
39
|
-
-moz-border-radius: 3px 3px 0 0;
|
40
|
-
border-radius: 3px 3px 0 0;
|
41
|
-
}
|
42
|
-
.selectize-dropdown-header-close {
|
43
|
-
position: absolute;
|
44
|
-
right: 8px;
|
45
|
-
top: 50%;
|
46
|
-
color: #303030;
|
47
|
-
opacity: 0.4;
|
48
|
-
margin-top: -12px;
|
49
|
-
line-height: 20px;
|
50
|
-
font-size: 20px !important;
|
51
|
-
}
|
52
|
-
.selectize-dropdown-header-close:hover {
|
53
|
-
color: #000000;
|
54
|
-
}
|
55
|
-
.selectize-dropdown.plugin-optgroup_columns .optgroup {
|
56
|
-
border-right: 1px solid #f2f2f2;
|
57
|
-
border-top: 0 none;
|
58
|
-
float: left;
|
59
|
-
-webkit-box-sizing: border-box;
|
60
|
-
-moz-box-sizing: border-box;
|
61
|
-
box-sizing: border-box;
|
62
|
-
}
|
63
|
-
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
|
64
|
-
border-right: 0 none;
|
65
|
-
}
|
66
|
-
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
|
67
|
-
display: none;
|
68
|
-
}
|
69
|
-
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
|
70
|
-
border-top: 0 none;
|
71
|
-
}
|
72
|
-
.selectize-control.plugin-remove_button [data-value] {
|
73
|
-
position: relative;
|
74
|
-
padding-right: 24px !important;
|
75
|
-
}
|
76
|
-
.selectize-control.plugin-remove_button [data-value] .remove {
|
77
|
-
z-index: 1;
|
78
|
-
/* fixes ie bug (see #392) */
|
79
|
-
position: absolute;
|
80
|
-
top: 0;
|
81
|
-
right: 0;
|
82
|
-
bottom: 0;
|
83
|
-
width: 17px;
|
84
|
-
text-align: center;
|
85
|
-
font-weight: bold;
|
86
|
-
font-size: 12px;
|
87
|
-
color: inherit;
|
88
|
-
text-decoration: none;
|
89
|
-
vertical-align: middle;
|
90
|
-
display: inline-block;
|
91
|
-
padding: 2px 0 0 0;
|
92
|
-
border-left: 1px solid #d0d0d0;
|
93
|
-
-webkit-border-radius: 0 2px 2px 0;
|
94
|
-
-moz-border-radius: 0 2px 2px 0;
|
95
|
-
border-radius: 0 2px 2px 0;
|
96
|
-
-webkit-box-sizing: border-box;
|
97
|
-
-moz-box-sizing: border-box;
|
98
|
-
box-sizing: border-box;
|
99
|
-
}
|
100
|
-
.selectize-control.plugin-remove_button [data-value] .remove:hover {
|
101
|
-
background: rgba(0, 0, 0, 0.05);
|
102
|
-
}
|
103
|
-
.selectize-control.plugin-remove_button [data-value].active .remove {
|
104
|
-
border-left-color: #cacaca;
|
105
|
-
}
|
106
|
-
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
|
107
|
-
background: none;
|
108
|
-
}
|
109
|
-
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
|
110
|
-
border-left-color: #ffffff;
|
111
|
-
}
|
112
|
-
.selectize-control.plugin-remove_button .remove-single {
|
113
|
-
position: absolute;
|
114
|
-
right: 0;
|
115
|
-
top: 0;
|
116
|
-
font-size: 23px;
|
117
|
-
}
|
118
|
-
.selectize-control {
|
119
|
-
position: relative;
|
120
|
-
}
|
121
|
-
.selectize-dropdown,
|
122
|
-
.selectize-input,
|
123
|
-
.selectize-input input {
|
124
|
-
color: #303030;
|
125
|
-
font-family: inherit;
|
126
|
-
font-size: 13px;
|
127
|
-
line-height: 18px;
|
128
|
-
-webkit-font-smoothing: inherit;
|
129
|
-
}
|
130
|
-
.selectize-input,
|
131
|
-
.selectize-control.single .selectize-input.input-active {
|
132
|
-
background: #fff;
|
133
|
-
cursor: text;
|
134
|
-
display: inline-block;
|
135
|
-
}
|
136
|
-
.selectize-input {
|
137
|
-
border: 1px solid #d0d0d0;
|
138
|
-
padding: 8px 8px;
|
139
|
-
display: inline-block;
|
140
|
-
width: 100%;
|
141
|
-
overflow: hidden;
|
142
|
-
position: relative;
|
143
|
-
z-index: 1;
|
144
|
-
-webkit-box-sizing: border-box;
|
145
|
-
-moz-box-sizing: border-box;
|
146
|
-
box-sizing: border-box;
|
147
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
148
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
149
|
-
-webkit-border-radius: 3px;
|
150
|
-
-moz-border-radius: 3px;
|
151
|
-
border-radius: 3px;
|
152
|
-
}
|
153
|
-
.selectize-control.multi .selectize-input.has-items {
|
154
|
-
padding: 6px 8px 3px;
|
155
|
-
}
|
156
|
-
.selectize-input.full {
|
157
|
-
background-color: #fff;
|
158
|
-
}
|
159
|
-
.selectize-input.disabled,
|
160
|
-
.selectize-input.disabled * {
|
161
|
-
cursor: default !important;
|
162
|
-
}
|
163
|
-
.selectize-input.focus {
|
164
|
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
165
|
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
166
|
-
}
|
167
|
-
.selectize-input.dropdown-active {
|
168
|
-
-webkit-border-radius: 3px 3px 0 0;
|
169
|
-
-moz-border-radius: 3px 3px 0 0;
|
170
|
-
border-radius: 3px 3px 0 0;
|
171
|
-
}
|
172
|
-
.selectize-input > * {
|
173
|
-
vertical-align: baseline;
|
174
|
-
display: -moz-inline-stack;
|
175
|
-
display: inline-block;
|
176
|
-
zoom: 1;
|
177
|
-
*display: inline;
|
178
|
-
}
|
179
|
-
.selectize-control.multi .selectize-input > div {
|
180
|
-
cursor: pointer;
|
181
|
-
margin: 0 3px 3px 0;
|
182
|
-
padding: 2px 6px;
|
183
|
-
background: #f2f2f2;
|
184
|
-
color: #303030;
|
185
|
-
border: 0 solid #d0d0d0;
|
186
|
-
}
|
187
|
-
.selectize-control.multi .selectize-input > div.active {
|
188
|
-
background: #e8e8e8;
|
189
|
-
color: #303030;
|
190
|
-
border: 0 solid #cacaca;
|
191
|
-
}
|
192
|
-
.selectize-control.multi .selectize-input.disabled > div,
|
193
|
-
.selectize-control.multi .selectize-input.disabled > div.active {
|
194
|
-
color: #7d7d7d;
|
195
|
-
background: #ffffff;
|
196
|
-
border: 0 solid #ffffff;
|
197
|
-
}
|
198
|
-
.selectize-input > input {
|
199
|
-
display: inline-block !important;
|
200
|
-
padding: 0 !important;
|
201
|
-
min-height: 0 !important;
|
202
|
-
max-height: none !important;
|
203
|
-
max-width: 100% !important;
|
204
|
-
margin: 0 2px 0 0 !important;
|
205
|
-
text-indent: 0 !important;
|
206
|
-
border: 0 none !important;
|
207
|
-
background: none !important;
|
208
|
-
line-height: inherit !important;
|
209
|
-
-webkit-user-select: auto !important;
|
210
|
-
-webkit-box-shadow: none !important;
|
211
|
-
box-shadow: none !important;
|
212
|
-
}
|
213
|
-
.selectize-input > input::-ms-clear {
|
214
|
-
display: none;
|
215
|
-
}
|
216
|
-
.selectize-input > input:focus {
|
217
|
-
outline: none !important;
|
218
|
-
}
|
219
|
-
.selectize-input::after {
|
220
|
-
content: ' ';
|
221
|
-
display: block;
|
222
|
-
clear: left;
|
223
|
-
}
|
224
|
-
.selectize-input.dropdown-active::before {
|
225
|
-
content: ' ';
|
226
|
-
display: block;
|
227
|
-
position: absolute;
|
228
|
-
background: #f0f0f0;
|
229
|
-
height: 1px;
|
230
|
-
bottom: 0;
|
231
|
-
left: 0;
|
232
|
-
right: 0;
|
233
|
-
}
|
234
|
-
.selectize-dropdown {
|
235
|
-
position: absolute;
|
236
|
-
z-index: 10;
|
237
|
-
border: 1px solid #d0d0d0;
|
238
|
-
background: #fff;
|
239
|
-
margin: -1px 0 0 0;
|
240
|
-
border-top: 0 none;
|
241
|
-
-webkit-box-sizing: border-box;
|
242
|
-
-moz-box-sizing: border-box;
|
243
|
-
box-sizing: border-box;
|
244
|
-
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
245
|
-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
246
|
-
-webkit-border-radius: 0 0 3px 3px;
|
247
|
-
-moz-border-radius: 0 0 3px 3px;
|
248
|
-
border-radius: 0 0 3px 3px;
|
249
|
-
}
|
250
|
-
.selectize-dropdown [data-selectable] {
|
251
|
-
cursor: pointer;
|
252
|
-
overflow: hidden;
|
253
|
-
}
|
254
|
-
.selectize-dropdown [data-selectable] .highlight {
|
255
|
-
background: rgba(125, 168, 208, 0.2);
|
256
|
-
-webkit-border-radius: 1px;
|
257
|
-
-moz-border-radius: 1px;
|
258
|
-
border-radius: 1px;
|
259
|
-
}
|
260
|
-
.selectize-dropdown .option,
|
261
|
-
.selectize-dropdown .optgroup-header {
|
262
|
-
padding: 5px 8px;
|
263
|
-
}
|
264
|
-
.selectize-dropdown .option,
|
265
|
-
.selectize-dropdown [data-disabled],
|
266
|
-
.selectize-dropdown [data-disabled] [data-selectable].option {
|
267
|
-
cursor: inherit;
|
268
|
-
opacity: 0.5;
|
269
|
-
}
|
270
|
-
.selectize-dropdown [data-selectable].option {
|
271
|
-
opacity: 1;
|
272
|
-
}
|
273
|
-
.selectize-dropdown .optgroup:first-child .optgroup-header {
|
274
|
-
border-top: 0 none;
|
275
|
-
}
|
276
|
-
.selectize-dropdown .optgroup-header {
|
277
|
-
color: #303030;
|
278
|
-
background: #fff;
|
279
|
-
cursor: default;
|
280
|
-
}
|
281
|
-
.selectize-dropdown .active {
|
282
|
-
background-color: #f5fafd;
|
283
|
-
color: #495c68;
|
284
|
-
}
|
285
|
-
.selectize-dropdown .active.create {
|
286
|
-
color: #495c68;
|
287
|
-
}
|
288
|
-
.selectize-dropdown .create {
|
289
|
-
color: rgba(48, 48, 48, 0.5);
|
290
|
-
}
|
291
|
-
.selectize-dropdown-content {
|
292
|
-
overflow-y: auto;
|
293
|
-
overflow-x: hidden;
|
294
|
-
max-height: 200px;
|
295
|
-
-webkit-overflow-scrolling: touch;
|
296
|
-
}
|
297
|
-
.selectize-control.single .selectize-input,
|
298
|
-
.selectize-control.single .selectize-input input {
|
299
|
-
cursor: pointer;
|
300
|
-
}
|
301
|
-
.selectize-control.single .selectize-input.input-active,
|
302
|
-
.selectize-control.single .selectize-input.input-active input {
|
303
|
-
cursor: text;
|
304
|
-
}
|
305
|
-
.selectize-control.single .selectize-input:after {
|
306
|
-
content: ' ';
|
307
|
-
display: block;
|
308
|
-
position: absolute;
|
309
|
-
top: 50%;
|
310
|
-
right: 15px;
|
311
|
-
margin-top: -3px;
|
312
|
-
width: 0;
|
313
|
-
height: 0;
|
314
|
-
border-style: solid;
|
315
|
-
border-width: 5px 5px 0 5px;
|
316
|
-
border-color: #808080 transparent transparent transparent;
|
317
|
-
}
|
318
|
-
.selectize-control.single .selectize-input.dropdown-active:after {
|
319
|
-
margin-top: -4px;
|
320
|
-
border-width: 0 5px 5px 5px;
|
321
|
-
border-color: transparent transparent #808080 transparent;
|
322
|
-
}
|
323
|
-
.selectize-control.rtl.single .selectize-input:after {
|
324
|
-
left: 15px;
|
325
|
-
right: auto;
|
326
|
-
}
|
327
|
-
.selectize-control.rtl .selectize-input > input {
|
328
|
-
margin: 0 4px 0 -2px !important;
|
329
|
-
}
|
330
|
-
.selectize-control .selectize-input.disabled {
|
331
|
-
opacity: 0.5;
|
332
|
-
background-color: #fafafa;
|
333
|
-
}
|
19
|
+
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,.06) !important;border:0 none !important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-control .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:3px 3px 0 0}.selectize-control .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.selectize-control .dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0 !important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 6px;border-left:1px solid #d0d0d0;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:6px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:#cacaca}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:#fff}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:calc( 8px - 2px - 0 ) 8px calc( 8px - 2px - 3px - 0 )}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.selectize-control.multi .selectize-input>div.active{background:#e8e8e8;color:#303030;border:0 solid #cacaca}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;user-select:auto !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0 4px !important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.selectize-dropdown .option,.selectize-dropdown .optgroup-header,.selectize-dropdown .no-results,.selectize-dropdown .create{padding:5px 8px}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;overflow-scrolling:touch}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:gray transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent gray transparent}.selectize-control.rtl{text-align:right}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}
|
@@ -1,403 +1 @@
|
|
1
|
-
|
2
|
-
* selectize.default.css (v0.12.6) - Default Theme
|
3
|
-
* Copyright (c) 2013–2015 Brian Reavis & contributors
|
4
|
-
*
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
|
6
|
-
* file except in compliance with the License. You may obtain a copy of the License at:
|
7
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
*
|
9
|
-
* Unless required by applicable law or agreed to in writing, software distributed under
|
10
|
-
* the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
|
11
|
-
* ANY KIND, either express or implied. See the License for the specific language
|
12
|
-
* governing permissions and limitations under the License.
|
13
|
-
*
|
14
|
-
* @author Brian Reavis <brian@thirdroute.com>
|
15
|
-
*/
|
16
|
-
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
|
17
|
-
visibility: visible !important;
|
18
|
-
background: #f2f2f2 !important;
|
19
|
-
background: rgba(0, 0, 0, 0.06) !important;
|
20
|
-
border: 0 none !important;
|
21
|
-
-webkit-box-shadow: inset 0 0 12px 4px #fff;
|
22
|
-
box-shadow: inset 0 0 12px 4px #fff;
|
23
|
-
}
|
24
|
-
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
|
25
|
-
content: '!';
|
26
|
-
visibility: hidden;
|
27
|
-
}
|
28
|
-
.selectize-control.plugin-drag_drop .ui-sortable-helper {
|
29
|
-
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
30
|
-
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
|
31
|
-
}
|
32
|
-
.selectize-dropdown-header {
|
33
|
-
position: relative;
|
34
|
-
padding: 5px 8px;
|
35
|
-
border-bottom: 1px solid #d0d0d0;
|
36
|
-
background: #f8f8f8;
|
37
|
-
-webkit-border-radius: 3px 3px 0 0;
|
38
|
-
-moz-border-radius: 3px 3px 0 0;
|
39
|
-
border-radius: 3px 3px 0 0;
|
40
|
-
}
|
41
|
-
.selectize-dropdown-header-close {
|
42
|
-
position: absolute;
|
43
|
-
right: 8px;
|
44
|
-
top: 50%;
|
45
|
-
color: #303030;
|
46
|
-
opacity: 0.4;
|
47
|
-
margin-top: -12px;
|
48
|
-
line-height: 20px;
|
49
|
-
font-size: 20px !important;
|
50
|
-
}
|
51
|
-
.selectize-dropdown-header-close:hover {
|
52
|
-
color: #000000;
|
53
|
-
}
|
54
|
-
.selectize-dropdown.plugin-optgroup_columns .optgroup {
|
55
|
-
border-right: 1px solid #f2f2f2;
|
56
|
-
border-top: 0 none;
|
57
|
-
float: left;
|
58
|
-
-webkit-box-sizing: border-box;
|
59
|
-
-moz-box-sizing: border-box;
|
60
|
-
box-sizing: border-box;
|
61
|
-
}
|
62
|
-
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
|
63
|
-
border-right: 0 none;
|
64
|
-
}
|
65
|
-
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
|
66
|
-
display: none;
|
67
|
-
}
|
68
|
-
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
|
69
|
-
border-top: 0 none;
|
70
|
-
}
|
71
|
-
.selectize-control.plugin-remove_button [data-value] {
|
72
|
-
position: relative;
|
73
|
-
padding-right: 24px !important;
|
74
|
-
}
|
75
|
-
.selectize-control.plugin-remove_button [data-value] .remove {
|
76
|
-
z-index: 1;
|
77
|
-
/* fixes ie bug (see #392) */
|
78
|
-
position: absolute;
|
79
|
-
top: 0;
|
80
|
-
right: 0;
|
81
|
-
bottom: 0;
|
82
|
-
width: 17px;
|
83
|
-
text-align: center;
|
84
|
-
font-weight: bold;
|
85
|
-
font-size: 12px;
|
86
|
-
color: inherit;
|
87
|
-
text-decoration: none;
|
88
|
-
vertical-align: middle;
|
89
|
-
display: inline-block;
|
90
|
-
padding: 2px 0 0 0;
|
91
|
-
border-left: 1px solid #0073bb;
|
92
|
-
-webkit-border-radius: 0 2px 2px 0;
|
93
|
-
-moz-border-radius: 0 2px 2px 0;
|
94
|
-
border-radius: 0 2px 2px 0;
|
95
|
-
-webkit-box-sizing: border-box;
|
96
|
-
-moz-box-sizing: border-box;
|
97
|
-
box-sizing: border-box;
|
98
|
-
}
|
99
|
-
.selectize-control.plugin-remove_button [data-value] .remove:hover {
|
100
|
-
background: rgba(0, 0, 0, 0.05);
|
101
|
-
}
|
102
|
-
.selectize-control.plugin-remove_button [data-value].active .remove {
|
103
|
-
border-left-color: #00578d;
|
104
|
-
}
|
105
|
-
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
|
106
|
-
background: none;
|
107
|
-
}
|
108
|
-
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
|
109
|
-
border-left-color: #aaaaaa;
|
110
|
-
}
|
111
|
-
.selectize-control.plugin-remove_button .remove-single {
|
112
|
-
position: absolute;
|
113
|
-
right: 0;
|
114
|
-
top: 0;
|
115
|
-
font-size: 23px;
|
116
|
-
}
|
117
|
-
.selectize-control {
|
118
|
-
position: relative;
|
119
|
-
}
|
120
|
-
.selectize-dropdown,
|
121
|
-
.selectize-input,
|
122
|
-
.selectize-input input {
|
123
|
-
color: #303030;
|
124
|
-
font-family: inherit;
|
125
|
-
font-size: 13px;
|
126
|
-
line-height: 18px;
|
127
|
-
-webkit-font-smoothing: inherit;
|
128
|
-
}
|
129
|
-
.selectize-input,
|
130
|
-
.selectize-control.single .selectize-input.input-active {
|
131
|
-
background: #fff;
|
132
|
-
cursor: text;
|
133
|
-
display: inline-block;
|
134
|
-
}
|
135
|
-
.selectize-input {
|
136
|
-
border: 1px solid #d0d0d0;
|
137
|
-
padding: 8px 8px;
|
138
|
-
display: inline-block;
|
139
|
-
width: 100%;
|
140
|
-
overflow: hidden;
|
141
|
-
position: relative;
|
142
|
-
z-index: 1;
|
143
|
-
-webkit-box-sizing: border-box;
|
144
|
-
-moz-box-sizing: border-box;
|
145
|
-
box-sizing: border-box;
|
146
|
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
147
|
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
|
148
|
-
-webkit-border-radius: 3px;
|
149
|
-
-moz-border-radius: 3px;
|
150
|
-
border-radius: 3px;
|
151
|
-
}
|
152
|
-
.selectize-control.multi .selectize-input.has-items {
|
153
|
-
padding: 5px 8px 2px;
|
154
|
-
}
|
155
|
-
.selectize-input.full {
|
156
|
-
background-color: #fff;
|
157
|
-
}
|
158
|
-
.selectize-input.disabled,
|
159
|
-
.selectize-input.disabled * {
|
160
|
-
cursor: default !important;
|
161
|
-
}
|
162
|
-
.selectize-input.focus {
|
163
|
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
164
|
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
|
165
|
-
}
|
166
|
-
.selectize-input.dropdown-active {
|
167
|
-
-webkit-border-radius: 3px 3px 0 0;
|
168
|
-
-moz-border-radius: 3px 3px 0 0;
|
169
|
-
border-radius: 3px 3px 0 0;
|
170
|
-
}
|
171
|
-
.selectize-input > * {
|
172
|
-
vertical-align: baseline;
|
173
|
-
display: -moz-inline-stack;
|
174
|
-
display: inline-block;
|
175
|
-
zoom: 1;
|
176
|
-
*display: inline;
|
177
|
-
}
|
178
|
-
.selectize-control.multi .selectize-input > div {
|
179
|
-
cursor: pointer;
|
180
|
-
margin: 0 3px 3px 0;
|
181
|
-
padding: 2px 6px;
|
182
|
-
background: #1da7ee;
|
183
|
-
color: #fff;
|
184
|
-
border: 1px solid #0073bb;
|
185
|
-
}
|
186
|
-
.selectize-control.multi .selectize-input > div.active {
|
187
|
-
background: #92c836;
|
188
|
-
color: #fff;
|
189
|
-
border: 1px solid #00578d;
|
190
|
-
}
|
191
|
-
.selectize-control.multi .selectize-input.disabled > div,
|
192
|
-
.selectize-control.multi .selectize-input.disabled > div.active {
|
193
|
-
color: #ffffff;
|
194
|
-
background: #d2d2d2;
|
195
|
-
border: 1px solid #aaaaaa;
|
196
|
-
}
|
197
|
-
.selectize-input > input {
|
198
|
-
display: inline-block !important;
|
199
|
-
padding: 0 !important;
|
200
|
-
min-height: 0 !important;
|
201
|
-
max-height: none !important;
|
202
|
-
max-width: 100% !important;
|
203
|
-
margin: 0 1px !important;
|
204
|
-
text-indent: 0 !important;
|
205
|
-
border: 0 none !important;
|
206
|
-
background: none !important;
|
207
|
-
line-height: inherit !important;
|
208
|
-
-webkit-user-select: auto !important;
|
209
|
-
-webkit-box-shadow: none !important;
|
210
|
-
box-shadow: none !important;
|
211
|
-
}
|
212
|
-
.selectize-input > input::-ms-clear {
|
213
|
-
display: none;
|
214
|
-
}
|
215
|
-
.selectize-input > input:focus {
|
216
|
-
outline: none !important;
|
217
|
-
}
|
218
|
-
.selectize-input::after {
|
219
|
-
content: ' ';
|
220
|
-
display: block;
|
221
|
-
clear: left;
|
222
|
-
}
|
223
|
-
.selectize-input.dropdown-active::before {
|
224
|
-
content: ' ';
|
225
|
-
display: block;
|
226
|
-
position: absolute;
|
227
|
-
background: #f0f0f0;
|
228
|
-
height: 1px;
|
229
|
-
bottom: 0;
|
230
|
-
left: 0;
|
231
|
-
right: 0;
|
232
|
-
}
|
233
|
-
.selectize-dropdown {
|
234
|
-
position: absolute;
|
235
|
-
z-index: 10;
|
236
|
-
border: 1px solid #d0d0d0;
|
237
|
-
background: #fff;
|
238
|
-
margin: -1px 0 0 0;
|
239
|
-
border-top: 0 none;
|
240
|
-
-webkit-box-sizing: border-box;
|
241
|
-
-moz-box-sizing: border-box;
|
242
|
-
box-sizing: border-box;
|
243
|
-
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
244
|
-
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
245
|
-
-webkit-border-radius: 0 0 3px 3px;
|
246
|
-
-moz-border-radius: 0 0 3px 3px;
|
247
|
-
border-radius: 0 0 3px 3px;
|
248
|
-
}
|
249
|
-
.selectize-dropdown [data-selectable] {
|
250
|
-
cursor: pointer;
|
251
|
-
overflow: hidden;
|
252
|
-
}
|
253
|
-
.selectize-dropdown [data-selectable] .highlight {
|
254
|
-
background: rgba(125, 168, 208, 0.2);
|
255
|
-
-webkit-border-radius: 1px;
|
256
|
-
-moz-border-radius: 1px;
|
257
|
-
border-radius: 1px;
|
258
|
-
}
|
259
|
-
.selectize-dropdown .option,
|
260
|
-
.selectize-dropdown .optgroup-header {
|
261
|
-
padding: 5px 8px;
|
262
|
-
}
|
263
|
-
.selectize-dropdown .option,
|
264
|
-
.selectize-dropdown [data-disabled],
|
265
|
-
.selectize-dropdown [data-disabled] [data-selectable].option {
|
266
|
-
cursor: inherit;
|
267
|
-
opacity: 0.5;
|
268
|
-
}
|
269
|
-
.selectize-dropdown [data-selectable].option {
|
270
|
-
opacity: 1;
|
271
|
-
}
|
272
|
-
.selectize-dropdown .optgroup:first-child .optgroup-header {
|
273
|
-
border-top: 0 none;
|
274
|
-
}
|
275
|
-
.selectize-dropdown .optgroup-header {
|
276
|
-
color: #303030;
|
277
|
-
background: #fff;
|
278
|
-
cursor: default;
|
279
|
-
}
|
280
|
-
.selectize-dropdown .active {
|
281
|
-
background-color: #f5fafd;
|
282
|
-
color: #495c68;
|
283
|
-
}
|
284
|
-
.selectize-dropdown .active.create {
|
285
|
-
color: #495c68;
|
286
|
-
}
|
287
|
-
.selectize-dropdown .create {
|
288
|
-
color: rgba(48, 48, 48, 0.5);
|
289
|
-
}
|
290
|
-
.selectize-dropdown-content {
|
291
|
-
overflow-y: auto;
|
292
|
-
overflow-x: hidden;
|
293
|
-
max-height: 200px;
|
294
|
-
-webkit-overflow-scrolling: touch;
|
295
|
-
}
|
296
|
-
.selectize-control.single .selectize-input,
|
297
|
-
.selectize-control.single .selectize-input input {
|
298
|
-
cursor: pointer;
|
299
|
-
}
|
300
|
-
.selectize-control.single .selectize-input.input-active,
|
301
|
-
.selectize-control.single .selectize-input.input-active input {
|
302
|
-
cursor: text;
|
303
|
-
}
|
304
|
-
.selectize-control.single .selectize-input:after {
|
305
|
-
content: ' ';
|
306
|
-
display: block;
|
307
|
-
position: absolute;
|
308
|
-
top: 50%;
|
309
|
-
right: 15px;
|
310
|
-
margin-top: -3px;
|
311
|
-
width: 0;
|
312
|
-
height: 0;
|
313
|
-
border-style: solid;
|
314
|
-
border-width: 5px 5px 0 5px;
|
315
|
-
border-color: #808080 transparent transparent transparent;
|
316
|
-
}
|
317
|
-
.selectize-control.single .selectize-input.dropdown-active:after {
|
318
|
-
margin-top: -4px;
|
319
|
-
border-width: 0 5px 5px 5px;
|
320
|
-
border-color: transparent transparent #808080 transparent;
|
321
|
-
}
|
322
|
-
.selectize-control.rtl.single .selectize-input:after {
|
323
|
-
left: 15px;
|
324
|
-
right: auto;
|
325
|
-
}
|
326
|
-
.selectize-control.rtl .selectize-input > input {
|
327
|
-
margin: 0 4px 0 -2px !important;
|
328
|
-
}
|
329
|
-
.selectize-control .selectize-input.disabled {
|
330
|
-
opacity: 0.5;
|
331
|
-
background-color: #fafafa;
|
332
|
-
}
|
333
|
-
.selectize-control.multi .selectize-input.has-items {
|
334
|
-
padding-left: 5px;
|
335
|
-
padding-right: 5px;
|
336
|
-
}
|
337
|
-
.selectize-control.multi .selectize-input.disabled [data-value] {
|
338
|
-
color: #999;
|
339
|
-
text-shadow: none;
|
340
|
-
background: none;
|
341
|
-
-webkit-box-shadow: none;
|
342
|
-
box-shadow: none;
|
343
|
-
}
|
344
|
-
.selectize-control.multi .selectize-input.disabled [data-value],
|
345
|
-
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
|
346
|
-
border-color: #e6e6e6;
|
347
|
-
}
|
348
|
-
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
|
349
|
-
background: none;
|
350
|
-
}
|
351
|
-
.selectize-control.multi .selectize-input [data-value] {
|
352
|
-
text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
|
353
|
-
-webkit-border-radius: 3px;
|
354
|
-
-moz-border-radius: 3px;
|
355
|
-
border-radius: 3px;
|
356
|
-
background-color: #1b9dec;
|
357
|
-
background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
|
358
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
|
359
|
-
background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
|
360
|
-
background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
|
361
|
-
background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
|
362
|
-
background-repeat: repeat-x;
|
363
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
|
364
|
-
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
|
365
|
-
box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
|
366
|
-
}
|
367
|
-
.selectize-control.multi .selectize-input [data-value].active {
|
368
|
-
background-color: #0085d4;
|
369
|
-
background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
|
370
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
|
371
|
-
background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
|
372
|
-
background-image: -o-linear-gradient(top, #008fd8, #0075cf);
|
373
|
-
background-image: linear-gradient(to bottom, #008fd8, #0075cf);
|
374
|
-
background-repeat: repeat-x;
|
375
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
|
376
|
-
}
|
377
|
-
.selectize-control.single .selectize-input {
|
378
|
-
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
|
379
|
-
box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
|
380
|
-
background-color: #f9f9f9;
|
381
|
-
background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
|
382
|
-
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
|
383
|
-
background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
|
384
|
-
background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
|
385
|
-
background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
|
386
|
-
background-repeat: repeat-x;
|
387
|
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
|
388
|
-
}
|
389
|
-
.selectize-control.single .selectize-input,
|
390
|
-
.selectize-dropdown.single {
|
391
|
-
border-color: #b8b8b8;
|
392
|
-
}
|
393
|
-
.selectize-dropdown .optgroup-header {
|
394
|
-
padding-top: 7px;
|
395
|
-
font-weight: bold;
|
396
|
-
font-size: 0.85em;
|
397
|
-
}
|
398
|
-
.selectize-dropdown .optgroup {
|
399
|
-
border-top: 1px solid #f0f0f0;
|
400
|
-
}
|
401
|
-
.selectize-dropdown .optgroup:first-child {
|
402
|
-
border-top: 0 none;
|
403
|
-
}
|
1
|
+
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,.06) !important;border:0 none !important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-control .dropdown-header{position:relative;padding:10px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:3px 3px 0 0}.selectize-control .dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px !important}.selectize-control .dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0 !important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 6px;border-left:1px solid #0073bb;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:6px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:#00578d}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:none}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:#aaa}.selectize-control.plugin-remove_button .remove-single{position:absolute;right:0;top:0;font-size:23px}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;font-smoothing:inherit}.selectize-input,.selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box;box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border-radius:3px}.selectize-control.multi .selectize-input.has-items{padding:calc( 8px - 2px - 1px ) 8px calc( 8px - 2px - 3px - 1px )}.selectize-input.full{background-color:#fff}.selectize-input.disabled,.selectize-input.disabled *{cursor:default !important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input.dropdown-active{border-radius:3px 3px 0 0}.selectize-input>*{vertical-align:baseline;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#1da7ee;color:#fff;border:1px solid #0073bb}.selectize-control.multi .selectize-input>div.active{background:#92c836;color:#fff;border:1px solid #00578d}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#fff;background:#d2d2d2;border:1px solid #aaa}.selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;user-select:auto !important;box-shadow:none !important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:none !important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0 4px !important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;box-sizing:border-box;box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.selectize-dropdown .option,.selectize-dropdown .optgroup-header,.selectize-dropdown .no-results,.selectize-dropdown .create{padding:5px 8px}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.selectize-dropdown .active.create{color:#495c68}.selectize-dropdown .create{color:rgba(48,48,48,.5)}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;overflow-scrolling:touch}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:5px 8px}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent #d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:gray transparent transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent gray transparent}.selectize-control.rtl{text-align:right}.selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fafafa}.selectize-control.multi .selectize-input.has-items{padding-left:5px;padding-right:5px}.selectize-control.multi .selectize-input.disabled [data-value]{color:#999;text-shadow:none;background: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,.3);border-radius:3px;background-color:#1b9dec;background-image:linear-gradient(to bottom, #1da7ee, #178ee9);background-repeat:repeat-x;box-shadow:0 1px 0 rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.03)}.selectize-control.multi .selectize-input [data-value].active{background-color:#0085d4;background-image:linear-gradient(to bottom, #008fd8, #0075cf);background-repeat:repeat-x}.selectize-control.single .selectize-input{box-shadow:0 1px 0 rgba(0,0,0,.05),inset 0 1px 0 rgba(255,255,255,.8);background-color:#f9f9f9;background-image:linear-gradient(to bottom, #fefefe, #f2f2f2);background-repeat:repeat-x}.selectize-control.single .selectize-input,.selectize-dropdown.single{border-color:#b8b8b8}.selectize-dropdown .optgroup-header{padding-top:7px;font-weight:bold;font-size:.85em}.selectize-dropdown .optgroup{border-top:1px solid #f0f0f0}.selectize-dropdown .optgroup:first-child{border-top:0 none}
|