PluginProbe ʕ •ᴥ•ʔ
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 1.6.3
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v1.6.3
3.5.2 3.5.1 3.5.0 3.4.8 3.4.7 3.4.6 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.5.1 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.10 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.6.1 1.6.7 1.7.0 1.7.0.1 1.7.0.2 1.7.0.3 1.7.1 1.7.2 1.7.2.1 1.7.2.2 1.7.3 1.7.4 1.7.5 1.7.5.1 1.7.5.2 1.7.6 1.7.7 1.7.7.1 1.7.7.2 1.7.8 1.7.9 1.8.0 1.8.0.1 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.0.1 1.9.1 1.9.2 1.9.3 1.9.4 1.9.4.1 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.0.1 2.0.1 2.0.2 2.0.3 2.0.3.1 2.0.4 2.0.4.1 2.0.5 2.0.6 2.0.7 2.0.8 2.0.8.1 2.0.9 3.0.0 3.0.0.1 3.0.1 3.0.2 3.0.3 3.0.3.1 3.0.4 3.0.4.1 3.0.4.2 3.0.5 3.0.5.1 3.0.5.2 3.0.6 3.0.6.1 3.0.7.1 3.0.8 3.0.8.1 3.0.9 3.0.9.1 3.0.9.2 3.0.9.3 3.0.9.4 3.0.9.5 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.3.0 3.4.0 3.4.1 3.4.2 3.4.2.1 3.4.3 3.4.4 3.4.5 trunk 1.0 1.0.1 1.0.2 1.0.3
everest-forms / assets / css / select2.scss
everest-forms / assets / css Last commit date
jquery-confirm 8 years ago jquery-ui 8 years ago perfect-scrollbar 7 years ago _animation.scss 6 years ago _backbone.scss 6 years ago _clearings.scss 6 years ago _confirm.scss 6 years ago _fonts.scss 7 years ago _mixins.scss 7 years ago _variables.scss 6 years ago activation-rtl.css 6 years ago activation.css 6 years ago activation.scss 6 years ago admin-rtl.css 6 years ago admin.css 6 years ago admin.scss 6 years ago everest-forms-rtl.css 6 years ago everest-forms.css 6 years ago everest-forms.scss 6 years ago flatpickr.css 6 years ago flatpickr.scss 7 years ago menu-rtl.css 6 years ago menu.css 6 years ago menu.scss 6 years ago select2.css 6 years ago select2.scss 6 years ago
select2.scss
642 lines
1 .select2-container {
2 box-sizing: border-box;
3 display: inline-block;
4 margin: 0;
5 position: relative;
6 vertical-align: middle;
7 }
8
9 .select2-container .select2-selection--single {
10 box-sizing: border-box;
11 cursor: pointer;
12 display: block;
13 height: 28px;
14 margin: 0 0 -4px;
15 user-select: none;
16 -webkit-user-select: none;
17 }
18
19 .select2-container .select2-selection--single .select2-selection__rendered {
20 display: block;
21 padding-left: 8px;
22 padding-right: 20px;
23 overflow: hidden;
24 text-overflow: ellipsis;
25 white-space: nowrap;
26 }
27
28 .select2-container .select2-selection--single .select2-selection__clear {
29 position: relative;
30 }
31
32 .select2-container[dir="rtl"]="rtl""] .select2-selection--single .select2-selection__rendered {
33 padding-right: 8px;
34 padding-left: 20px;
35 }
36
37 .select2-container .select2-selection--multiple {
38 box-sizing: border-box;
39 cursor: pointer;
40 display: block;
41 min-height: 32px;
42 user-select: none;
43 -webkit-user-select: none;
44 }
45
46 .select2-container .select2-selection--multiple .select2-selection__rendered {
47 display: inline-block;
48 overflow: hidden;
49 padding-left: 8px;
50 text-overflow: ellipsis;
51 white-space: nowrap;
52 }
53
54 .select2-container .select2-search--inline {
55 float: left;
56 padding: 0;
57 }
58
59 .select2-container .select2-search--inline .select2-search__field {
60 box-sizing: border-box;
61 border: none;
62 font-size: 100%;
63 margin: 0;
64 padding: 0;
65 }
66
67 .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
68 -webkit-appearance: none;
69 }
70
71 .select2-dropdown {
72 background-color: white;
73 border: 1px solid #aaa;
74 border-radius: 4px;
75 box-sizing: border-box;
76 display: block;
77 position: absolute;
78 left: -100000px;
79 width: 100%;
80 z-index: 1051;
81 }
82
83 .select2-results {
84 display: block;
85 }
86
87 .select2-results__options {
88 list-style: none;
89 margin: 0;
90 padding: 0;
91 }
92
93 .select2-results__option {
94 padding: 6px;
95 user-select: none;
96 -webkit-user-select: none;
97 }
98
99 .select2-results__option[data-selected]],
100 .select2-results__option[aria-selected]] {
101 cursor: pointer;
102 }
103
104 .select2-container--open .select2-dropdown {
105 left: 0;
106 }
107
108 .select2-container--open .select2-dropdown--above {
109 border-bottom: none;
110 border-bottom-left-radius: 0;
111 border-bottom-right-radius: 0;
112 }
113
114 .select2-container--open .select2-dropdown--below {
115 border-top: none;
116 border-top-left-radius: 0;
117 border-top-right-radius: 0;
118 }
119
120 .select2-search--dropdown {
121 display: block;
122 padding: 4px;
123 }
124
125 .select2-search--dropdown .select2-search__field {
126 width: 100%;
127 box-sizing: border-box;
128 }
129
130 .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
131 -webkit-appearance: none;
132 }
133
134 .select2-search--dropdown.select2-search--hide {
135 display: none;
136 }
137
138 .select2-close-mask {
139 border: 0;
140 margin: 0;
141 padding: 0;
142 display: block;
143 position: fixed;
144 left: 0;
145 top: 0;
146 min-height: 100%;
147 min-width: 100%;
148 height: auto;
149 width: auto;
150 opacity: 0;
151 z-index: 99;
152 background-color: #fff;
153 filter: alpha(opacity=0);
154 }
155
156 .select2-hidden-accessible {
157 border: 0 !important;
158 clip: rect(0 0 0 0) !important;
159 height: 1px !important;
160 margin: -1px !important;
161 overflow: hidden !important;
162 padding: 0 !important;
163 position: absolute !important;
164 width: 1px !important;
165 }
166
167 .select2-container--default .select2-selection--single {
168 background-color: #fff;
169 border: 1px solid #aaa;
170 border-radius: 4px;
171 }
172
173 .select2-container--default .select2-selection--single .select2-selection__rendered {
174 color: #444;
175 line-height: 28px;
176 }
177
178 .select2-container--default .select2-selection--single .select2-selection__clear {
179 cursor: pointer;
180 float: right;
181 font-weight: bold;
182 }
183
184 .select2-container--default .select2-selection--single .select2-selection__placeholder {
185 color: #999;
186 }
187
188 .select2-container--default .select2-selection--single .select2-selection__arrow {
189 height: 26px;
190 position: absolute;
191 top: 1px;
192 right: 1px;
193 width: 20px;
194 }
195
196 .select2-container--default .select2-selection--single .select2-selection__arrow b {
197 border-color: #888 transparent transparent transparent;
198 border-style: solid;
199 border-width: 5px 4px 0 4px;
200 height: 0;
201 left: 50%;
202 margin-left: -4px;
203 margin-top: -2px;
204 position: absolute;
205 top: 50%;
206 width: 0;
207 }
208
209 .select2-container--default[dir="rtl"]="rtl""] .select2-selection--single .select2-selection__clear {
210 float: left;
211 }
212
213 .select2-container--default[dir="rtl"]="rtl""] .select2-selection--single .select2-selection__arrow {
214 left: 1px;
215 right: auto;
216 }
217
218 .select2-container--default.select2-container--disabled .select2-selection--single {
219 background-color: #eee;
220 cursor: default;
221 }
222
223 .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
224 display: none;
225 }
226
227 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
228 border-color: transparent transparent #888 transparent;
229 border-width: 0 4px 5px 4px;
230 }
231
232 .select2-container--default .select2-selection--multiple {
233 background-color: white;
234 border: 1px solid #aaa;
235 border-radius: 4px;
236 cursor: text;
237 }
238
239 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
240 box-sizing: border-box;
241 list-style: none;
242 margin: 0;
243 padding: 0 5px;
244 width: 100%;
245 }
246
247 .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
248 list-style: none;
249 margin: 5px 5px 0 0;
250
251 &:before {
252 content: '';
253 display: none;
254 }
255 }
256
257 .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
258 color: #999;
259 margin-top: 5px;
260 float: left;
261 }
262
263 .select2-container--default .select2-selection--multiple .select2-selection__clear {
264 cursor: pointer;
265 float: right;
266 font-weight: bold;
267 margin-top: 5px;
268 margin-right: 10px;
269 }
270
271 .select2-container--default .select2-selection--multiple .select2-selection__choice {
272 background-color: #e4e4e4;
273 border: 1px solid #aaa;
274 border-radius: 4px;
275 cursor: default;
276 float: left;
277 margin-right: 5px;
278 margin-top: 5px;
279 padding: 0 5px;
280 }
281
282 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
283 color: #999;
284 cursor: pointer;
285 display: inline-block;
286 font-weight: bold;
287 margin-right: 2px;
288 }
289
290 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
291 color: #333;
292 }
293
294 .select2-container--default[dir="rtl"]="rtl""] .select2-selection--multiple .select2-selection__choice,
295 .select2-container--default[dir="rtl"]="rtl""] .select2-selection--multiple .select2-selection__placeholder,
296 .select2-container--default[dir="rtl"]="rtl""] .select2-selection--multiple .select2-search--inline {
297 float: right;
298 }
299
300 .select2-container--default[dir="rtl"]="rtl""] .select2-selection--multiple .select2-selection__choice {
301 margin-left: 5px;
302 margin-right: auto;
303 }
304
305 .select2-container--default[dir="rtl"]="rtl""] .select2-selection--multiple .select2-selection__choice__remove {
306 margin-left: 2px;
307 margin-right: auto;
308 }
309
310 .select2-container--default.select2-container--focus .select2-selection--multiple {
311 border: solid black 1px;
312 outline: 0;
313 }
314
315 .select2-container--default.select2-container--disabled .select2-selection--multiple {
316 background-color: #eee;
317 cursor: default;
318 }
319
320 .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
321 display: none;
322 }
323
324 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
325 .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
326 border-top-left-radius: 0;
327 border-top-right-radius: 0;
328 }
329
330 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
331 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
332 border-bottom-left-radius: 0;
333 border-bottom-right-radius: 0;
334 }
335
336 .select2-container--default .select2-search--dropdown .select2-search__field {
337 border: 1px solid #aaa;
338 }
339
340 .select2-container--default .select2-search--inline .select2-search__field {
341 background: transparent;
342 border: none;
343 outline: 0;
344 box-shadow: none;
345 -webkit-appearance: textfield;
346 }
347
348 .select2-container--default .select2-results>.select2-results__options {
349 max-height: 200px;
350 overflow-y: auto;
351 }
352
353 .select2-container--default .select2-results__option[role=group]=group] {
354 padding: 0;
355 }
356
357 .select2-container--default .select2-results__option[aria-disabled=true]=true] {
358 color: #999;
359 }
360
361 .select2-container--default .select2-results__option[data-selected=true]=true],
362 .select2-container--default .select2-results__option[aria-selected=true]=true] {
363 background-color: #ddd;
364 }
365
366 .select2-container--default .select2-results__option .select2-results__option {
367 padding-left: 1em;
368 }
369
370 .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
371 padding-left: 0;
372 }
373
374 .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
375 margin-left: -1em;
376 padding-left: 2em;
377 }
378
379 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
380 margin-left: -2em;
381 padding-left: 3em;
382 }
383
384 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
385 margin-left: -3em;
386 padding-left: 4em;
387 }
388
389 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
390 margin-left: -4em;
391 padding-left: 5em;
392 }
393
394 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
395 margin-left: -5em;
396 padding-left: 6em;
397 }
398
399 .select2-container--default .select2-results__option--highlighted[data-selected]],
400 .select2-container--default .select2-results__option--highlighted[aria-selected]] {
401 background-color: #0073aa;
402 color: white;
403 }
404
405 .select2-container--default .select2-results__group {
406 cursor: default;
407 display: block;
408 padding: 6px;
409 }
410
411 .select2-container--classic .select2-selection--single {
412 background-color: #f7f7f7;
413 border: 1px solid #aaa;
414 border-radius: 4px;
415 outline: 0;
416 background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
417 background-repeat: repeat-x;
418 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
419 }
420
421 .select2-container--classic .select2-selection--single:focus {
422 border: 1px solid #0073aa;
423 }
424
425 .select2-container--classic .select2-selection--single .select2-selection__rendered {
426 color: #444;
427 line-height: 28px;
428 }
429
430 .select2-container--classic .select2-selection--single .select2-selection__clear {
431 cursor: pointer;
432 float: right;
433 font-weight: bold;
434 margin-right: 10px;
435 }
436
437 .select2-container--classic .select2-selection--single .select2-selection__placeholder {
438 color: #999;
439 }
440
441 .select2-container--classic .select2-selection--single .select2-selection__arrow {
442 background-color: #ddd;
443 border: none;
444 border-left: 1px solid #aaa;
445 border-top-right-radius: 4px;
446 border-bottom-right-radius: 4px;
447 height: 26px;
448 position: absolute;
449 top: 1px;
450 right: 1px;
451 width: 20px;
452 background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
453 background-repeat: repeat-x;
454 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
455 }
456
457 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
458 border-color: #888 transparent transparent transparent;
459 border-style: solid;
460 border-width: 5px 4px 0 4px;
461 height: 0;
462 left: 50%;
463 margin-left: -4px;
464 margin-top: -2px;
465 position: absolute;
466 top: 50%;
467 width: 0;
468 }
469
470 .select2-container--classic[dir="rtl"]="rtl""] .select2-selection--single .select2-selection__clear {
471 float: left;
472 }
473
474 .select2-container--classic[dir="rtl"]="rtl""] .select2-selection--single .select2-selection__arrow {
475 border: none;
476 border-right: 1px solid #aaa;
477 border-radius: 0;
478 border-top-left-radius: 4px;
479 border-bottom-left-radius: 4px;
480 left: 1px;
481 right: auto;
482 }
483
484 .select2-container--classic.select2-container--open .select2-selection--single {
485 border: 1px solid #0073aa;
486 }
487
488 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
489 background: transparent;
490 border: none;
491 }
492
493 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
494 border-color: transparent transparent #888 transparent;
495 border-width: 0 4px 5px 4px;
496 }
497
498 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
499 border-top: none;
500 border-top-left-radius: 0;
501 border-top-right-radius: 0;
502 background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
503 background-repeat: repeat-x;
504 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
505 }
506
507 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
508 border-bottom: none;
509 border-bottom-left-radius: 0;
510 border-bottom-right-radius: 0;
511 background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
512 background-repeat: repeat-x;
513 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
514 }
515
516 .select2-container--classic .select2-selection--multiple {
517 background-color: white;
518 border: 1px solid #aaa;
519 border-radius: 4px;
520 cursor: text;
521 outline: 0;
522 }
523
524 .select2-container--classic .select2-selection--multiple:focus {
525 border: 1px solid #0073aa;
526 }
527
528 .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
529 list-style: none;
530 margin: 0;
531 padding: 0 5px;
532 }
533
534 .select2-container--classic .select2-selection--multiple .select2-selection__clear {
535 display: none;
536 }
537
538 .select2-container--classic .select2-selection--multiple .select2-selection__choice {
539 background-color: #e4e4e4;
540 border: 1px solid #aaa;
541 border-radius: 4px;
542 cursor: default;
543 float: left;
544 margin-right: 5px;
545 margin-top: 5px;
546 padding: 0 5px;
547 }
548
549 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
550 color: #888;
551 cursor: pointer;
552 display: inline-block;
553 font-weight: bold;
554 margin-right: 2px;
555 }
556
557 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
558 color: #555;
559 }
560
561 .select2-container--classic[dir="rtl"]="rtl""] .select2-selection--multiple .select2-selection__choice {
562 float: right;
563 }
564
565 .select2-container--classic[dir="rtl"]="rtl""] .select2-selection--multiple .select2-selection__choice {
566 margin-left: 5px;
567 margin-right: auto;
568 }
569
570 .select2-container--classic[dir="rtl"]="rtl""] .select2-selection--multiple .select2-selection__choice__remove {
571 margin-left: 2px;
572 margin-right: auto;
573 }
574
575 .select2-container--classic.select2-container--open .select2-selection--multiple {
576 border: 1px solid #0073aa;
577 }
578
579 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
580 border-top: none;
581 border-top-left-radius: 0;
582 border-top-right-radius: 0;
583 }
584
585 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
586 border-bottom: none;
587 border-bottom-left-radius: 0;
588 border-bottom-right-radius: 0;
589 }
590
591 .select2-container--classic .select2-search--dropdown .select2-search__field {
592 border: 1px solid #aaa;
593 outline: 0;
594 }
595
596 .select2-container--classic .select2-search--inline .select2-search__field {
597 outline: 0;
598 box-shadow: none;
599 }
600
601 .select2-container--classic .select2-dropdown {
602 background-color: white;
603 border: 1px solid transparent;
604 }
605
606 .select2-container--classic .select2-dropdown--above {
607 border-bottom: none;
608 }
609
610 .select2-container--classic .select2-dropdown--below {
611 border-top: none;
612 }
613
614 .select2-container--classic .select2-results>.select2-results__options {
615 max-height: 200px;
616 overflow-y: auto;
617 }
618
619 .select2-container--classic .select2-results__option[role=group]=group] {
620 padding: 0;
621 }
622
623 .select2-container--classic .select2-results__option[aria-disabled=true]=true] {
624 color: grey;
625 }
626
627 .select2-container--classic .select2-results__option--highlighted[data-selected]],
628 .select2-container--classic .select2-results__option--highlighted[aria-selected]] {
629 background-color: #3875d7;
630 color: white;
631 }
632
633 .select2-container--classic .select2-results__group {
634 cursor: default;
635 display: block;
636 padding: 6px;
637 }
638
639 .select2-container--classic.select2-container--open .select2-dropdown {
640 border-color: #0073aa;
641 }
642