active_admin_prism 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,695 @@
1
+ // Vendored from Select2 v4.1.0 (https://select2.org), MIT licensed —
2
+ // see vendor/select2/LICENSE.md. This is Select2's own base/structural
3
+ // CSS (positioning, box model, results-list scrolling, the accessible-
4
+ // hidden-select utility class) — everything the widget needs to just
5
+ // function at all, completely unstyled. Prism's own visual reskin
6
+ // (colors, borders, radius, spacing) lives in _select2.scss, imported
7
+ // after this one specifically so it wins on cascade order for any
8
+ // property both files touch. Never hand-edit this file — if Select2
9
+ // itself is upgraded, replace it wholesale from the new version's
10
+ // dist/css/select2.css (unminified, for readability — bin/build-css
11
+ // minifies everything together on compile) and re-copy
12
+ // vendor/select2/select2.full.min.js + LICENSE.md to match.
13
+
14
+ .select2-container {
15
+ box-sizing: border-box;
16
+ display: inline-block;
17
+ margin: 0;
18
+ position: relative;
19
+ vertical-align: middle;
20
+ }
21
+ .select2-container .select2-selection--single {
22
+ box-sizing: border-box;
23
+ cursor: pointer;
24
+ display: block;
25
+ height: 28px;
26
+ user-select: none;
27
+ -webkit-user-select: none;
28
+ }
29
+ .select2-container .select2-selection--single .select2-selection__rendered {
30
+ display: block;
31
+ padding-left: 8px;
32
+ padding-right: 20px;
33
+ overflow: hidden;
34
+ text-overflow: ellipsis;
35
+ white-space: nowrap;
36
+ }
37
+ .select2-container .select2-selection--single .select2-selection__clear {
38
+ background-color: transparent;
39
+ border: none;
40
+ font-size: 1em;
41
+ }
42
+ .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
43
+ padding-right: 8px;
44
+ padding-left: 20px;
45
+ }
46
+ .select2-container .select2-selection--multiple {
47
+ box-sizing: border-box;
48
+ cursor: pointer;
49
+ display: block;
50
+ min-height: 32px;
51
+ user-select: none;
52
+ -webkit-user-select: none;
53
+ }
54
+ .select2-container .select2-selection--multiple .select2-selection__rendered {
55
+ display: inline;
56
+ list-style: none;
57
+ padding: 0;
58
+ }
59
+ .select2-container .select2-selection--multiple .select2-selection__clear {
60
+ background-color: transparent;
61
+ border: none;
62
+ font-size: 1em;
63
+ }
64
+ .select2-container .select2-search--inline .select2-search__field {
65
+ box-sizing: border-box;
66
+ border: none;
67
+ font-size: 100%;
68
+ margin-top: 5px;
69
+ margin-left: 5px;
70
+ padding: 0;
71
+ max-width: 100%;
72
+ resize: none;
73
+ height: 20px;
74
+ vertical-align: bottom;
75
+ font-family: sans-serif;
76
+ overflow: hidden;
77
+ word-break: keep-all;
78
+ }
79
+ .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
80
+ -webkit-appearance: none;
81
+ }
82
+ .select2-container .select2-search--inline .select2-search__field::placeholder {
83
+ line-height: normal;
84
+ }
85
+
86
+ .select2-dropdown {
87
+ background-color: white;
88
+ border: 1px solid #aaa;
89
+ border-radius: 4px;
90
+ box-sizing: border-box;
91
+ display: block;
92
+ position: absolute;
93
+ left: -100000px;
94
+ width: 100%;
95
+ z-index: 1051;
96
+ }
97
+
98
+ .select2-results {
99
+ display: block;
100
+ }
101
+
102
+ .select2-results__options {
103
+ list-style: none;
104
+ margin: 0;
105
+ padding: 0;
106
+ }
107
+
108
+ .select2-results__option {
109
+ padding: 6px;
110
+ user-select: none;
111
+ -webkit-user-select: none;
112
+ }
113
+
114
+ .select2-results__option--selectable {
115
+ cursor: pointer;
116
+ }
117
+
118
+ .select2-container--open .select2-dropdown {
119
+ left: 0;
120
+ }
121
+
122
+ .select2-container--open .select2-dropdown--above {
123
+ border-bottom: none;
124
+ border-bottom-left-radius: 0;
125
+ border-bottom-right-radius: 0;
126
+ }
127
+
128
+ .select2-container--open .select2-dropdown--below {
129
+ border-top: none;
130
+ border-top-left-radius: 0;
131
+ border-top-right-radius: 0;
132
+ }
133
+
134
+ .select2-search--dropdown {
135
+ display: block;
136
+ padding: 4px;
137
+ }
138
+
139
+ .select2-search--dropdown .select2-search__field {
140
+ padding: 4px;
141
+ width: 100%;
142
+ box-sizing: border-box;
143
+ }
144
+
145
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
146
+ -webkit-appearance: none;
147
+ }
148
+
149
+ .select2-search--dropdown.select2-search--hide {
150
+ display: none;
151
+ }
152
+
153
+ .select2-close-mask {
154
+ border: 0;
155
+ margin: 0;
156
+ padding: 0;
157
+ display: block;
158
+ position: fixed;
159
+ left: 0;
160
+ top: 0;
161
+ min-height: 100%;
162
+ min-width: 100%;
163
+ height: auto;
164
+ width: auto;
165
+ opacity: 0;
166
+ z-index: 99;
167
+ background-color: #fff;
168
+ filter: alpha(opacity=0);
169
+ }
170
+
171
+ .select2-hidden-accessible {
172
+ border: 0 !important;
173
+ clip: rect(0 0 0 0) !important;
174
+ -webkit-clip-path: inset(50%) !important;
175
+ clip-path: inset(50%) !important;
176
+ height: 1px !important;
177
+ overflow: hidden !important;
178
+ padding: 0 !important;
179
+ position: absolute !important;
180
+ width: 1px !important;
181
+ white-space: nowrap !important;
182
+ }
183
+
184
+ .select2-container--default .select2-selection--single {
185
+ background-color: #fff;
186
+ border: 1px solid #aaa;
187
+ border-radius: 4px;
188
+ }
189
+
190
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
191
+ color: #444;
192
+ line-height: 28px;
193
+ }
194
+
195
+ .select2-container--default .select2-selection--single .select2-selection__clear {
196
+ cursor: pointer;
197
+ float: right;
198
+ font-weight: bold;
199
+ height: 26px;
200
+ margin-right: 20px;
201
+ padding-right: 0px;
202
+ }
203
+
204
+ .select2-container--default .select2-selection--single .select2-selection__placeholder {
205
+ color: #999;
206
+ }
207
+
208
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
209
+ height: 26px;
210
+ position: absolute;
211
+ top: 1px;
212
+ right: 1px;
213
+ width: 20px;
214
+ }
215
+
216
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
217
+ border-color: #888 transparent transparent transparent;
218
+ border-style: solid;
219
+ border-width: 5px 4px 0 4px;
220
+ height: 0;
221
+ left: 50%;
222
+ margin-left: -4px;
223
+ margin-top: -2px;
224
+ position: absolute;
225
+ top: 50%;
226
+ width: 0;
227
+ }
228
+
229
+ .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
230
+ float: left;
231
+ }
232
+
233
+ .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
234
+ left: 1px;
235
+ right: auto;
236
+ }
237
+
238
+ .select2-container--default.select2-container--disabled .select2-selection--single {
239
+ background-color: #eee;
240
+ cursor: default;
241
+ }
242
+
243
+ .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
244
+ display: none;
245
+ }
246
+
247
+ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
248
+ border-color: transparent transparent #888 transparent;
249
+ border-width: 0 4px 5px 4px;
250
+ }
251
+
252
+ .select2-container--default .select2-selection--multiple {
253
+ background-color: white;
254
+ border: 1px solid #aaa;
255
+ border-radius: 4px;
256
+ cursor: text;
257
+ padding-bottom: 5px;
258
+ padding-right: 5px;
259
+ position: relative;
260
+ }
261
+
262
+ .select2-container--default .select2-selection--multiple.select2-selection--clearable {
263
+ padding-right: 25px;
264
+ }
265
+
266
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
267
+ cursor: pointer;
268
+ font-weight: bold;
269
+ height: 20px;
270
+ margin-right: 10px;
271
+ margin-top: 5px;
272
+ position: absolute;
273
+ right: 0;
274
+ padding: 1px;
275
+ }
276
+
277
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
278
+ background-color: #e4e4e4;
279
+ border: 1px solid #aaa;
280
+ border-radius: 4px;
281
+ box-sizing: border-box;
282
+ display: inline-block;
283
+ margin-left: 5px;
284
+ margin-top: 5px;
285
+ padding: 0;
286
+ padding-left: 20px;
287
+ position: relative;
288
+ max-width: 100%;
289
+ overflow: hidden;
290
+ text-overflow: ellipsis;
291
+ vertical-align: bottom;
292
+ white-space: nowrap;
293
+ }
294
+
295
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
296
+ cursor: default;
297
+ padding-left: 2px;
298
+ padding-right: 5px;
299
+ }
300
+
301
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
302
+ background-color: transparent;
303
+ border: none;
304
+ border-right: 1px solid #aaa;
305
+ border-top-left-radius: 4px;
306
+ border-bottom-left-radius: 4px;
307
+ color: #999;
308
+ cursor: pointer;
309
+ font-size: 1em;
310
+ font-weight: bold;
311
+ padding: 0 4px;
312
+ position: absolute;
313
+ left: 0;
314
+ top: 0;
315
+ }
316
+
317
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
318
+ background-color: #f1f1f1;
319
+ color: #333;
320
+ outline: none;
321
+ }
322
+
323
+ .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
324
+ padding: 0 20px 0 0;
325
+ margin-left: 5px;
326
+ margin-right: auto;
327
+ }
328
+
329
+ .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
330
+ padding-left: 5px;
331
+ padding-right: 2px;
332
+ }
333
+
334
+ .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
335
+ left: auto;
336
+ right: 0;
337
+ border-left: 1px solid #aaa;
338
+ border-right: none;
339
+ border-top-left-radius: 0;
340
+ border-bottom-left-radius: 0;
341
+ border-top-right-radius: 4px;
342
+ border-bottom-right-radius: 4px;
343
+ }
344
+
345
+ .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
346
+ float: left;
347
+ margin-left: 10px;
348
+ margin-right: auto;
349
+ }
350
+
351
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
352
+ border: solid black 1px;
353
+ outline: 0;
354
+ }
355
+
356
+ .select2-container--default.select2-container--disabled .select2-selection--multiple {
357
+ background-color: #eee;
358
+ cursor: default;
359
+ }
360
+
361
+ .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
362
+ display: none;
363
+ }
364
+
365
+ .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
366
+ border-top-left-radius: 0;
367
+ border-top-right-radius: 0;
368
+ }
369
+
370
+ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
371
+ border-bottom-left-radius: 0;
372
+ border-bottom-right-radius: 0;
373
+ }
374
+
375
+ .select2-container--default .select2-search--dropdown .select2-search__field {
376
+ border: 1px solid #aaa;
377
+ }
378
+
379
+ .select2-container--default .select2-search--inline .select2-search__field {
380
+ background: transparent;
381
+ border: none;
382
+ outline: 0;
383
+ box-shadow: none;
384
+ -webkit-appearance: textfield;
385
+ }
386
+
387
+ .select2-container--default .select2-results > .select2-results__options {
388
+ max-height: 200px;
389
+ overflow-y: auto;
390
+ }
391
+
392
+ .select2-container--default .select2-results__option .select2-results__option {
393
+ padding-left: 1em;
394
+ }
395
+
396
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
397
+ padding-left: 0;
398
+ }
399
+
400
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
401
+ margin-left: -1em;
402
+ padding-left: 2em;
403
+ }
404
+
405
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
406
+ margin-left: -2em;
407
+ padding-left: 3em;
408
+ }
409
+
410
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
411
+ margin-left: -3em;
412
+ padding-left: 4em;
413
+ }
414
+
415
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
416
+ margin-left: -4em;
417
+ padding-left: 5em;
418
+ }
419
+
420
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
421
+ margin-left: -5em;
422
+ padding-left: 6em;
423
+ }
424
+
425
+ .select2-container--default .select2-results__option--group {
426
+ padding: 0;
427
+ }
428
+
429
+ .select2-container--default .select2-results__option--disabled {
430
+ color: #999;
431
+ }
432
+
433
+ .select2-container--default .select2-results__option--selected {
434
+ background-color: #ddd;
435
+ }
436
+
437
+ .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
438
+ background-color: #5897fb;
439
+ color: white;
440
+ }
441
+
442
+ .select2-container--default .select2-results__group {
443
+ cursor: default;
444
+ display: block;
445
+ padding: 6px;
446
+ }
447
+
448
+ .select2-container--classic .select2-selection--single {
449
+ background-color: rgb(246.5, 246.5, 246.5);
450
+ border: 1px solid #aaa;
451
+ border-radius: 4px;
452
+ outline: 0;
453
+ background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
454
+ background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
455
+ background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
456
+ background-repeat: repeat-x;
457
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
458
+ }
459
+
460
+ .select2-container--classic .select2-selection--single:focus {
461
+ border: 1px solid #5897fb;
462
+ }
463
+
464
+ .select2-container--classic .select2-selection--single .select2-selection__rendered {
465
+ color: #444;
466
+ line-height: 28px;
467
+ }
468
+
469
+ .select2-container--classic .select2-selection--single .select2-selection__clear {
470
+ cursor: pointer;
471
+ float: right;
472
+ font-weight: bold;
473
+ height: 26px;
474
+ margin-right: 20px;
475
+ }
476
+
477
+ .select2-container--classic .select2-selection--single .select2-selection__placeholder {
478
+ color: #999;
479
+ }
480
+
481
+ .select2-container--classic .select2-selection--single .select2-selection__arrow {
482
+ background-color: #ddd;
483
+ border: none;
484
+ border-left: 1px solid #aaa;
485
+ border-top-right-radius: 4px;
486
+ border-bottom-right-radius: 4px;
487
+ height: 26px;
488
+ position: absolute;
489
+ top: 1px;
490
+ right: 1px;
491
+ width: 20px;
492
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
493
+ background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
494
+ background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
495
+ background-repeat: repeat-x;
496
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
497
+ }
498
+
499
+ .select2-container--classic .select2-selection--single .select2-selection__arrow b {
500
+ border-color: #888 transparent transparent transparent;
501
+ border-style: solid;
502
+ border-width: 5px 4px 0 4px;
503
+ height: 0;
504
+ left: 50%;
505
+ margin-left: -4px;
506
+ margin-top: -2px;
507
+ position: absolute;
508
+ top: 50%;
509
+ width: 0;
510
+ }
511
+
512
+ .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
513
+ float: left;
514
+ }
515
+
516
+ .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
517
+ border: none;
518
+ border-right: 1px solid #aaa;
519
+ border-radius: 0;
520
+ border-top-left-radius: 4px;
521
+ border-bottom-left-radius: 4px;
522
+ left: 1px;
523
+ right: auto;
524
+ }
525
+
526
+ .select2-container--classic.select2-container--open .select2-selection--single {
527
+ border: 1px solid #5897fb;
528
+ }
529
+
530
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
531
+ background: transparent;
532
+ border: none;
533
+ }
534
+
535
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
536
+ border-color: transparent transparent #888 transparent;
537
+ border-width: 0 4px 5px 4px;
538
+ }
539
+
540
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
541
+ border-top: none;
542
+ border-top-left-radius: 0;
543
+ border-top-right-radius: 0;
544
+ background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
545
+ background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
546
+ background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
547
+ background-repeat: repeat-x;
548
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
549
+ }
550
+
551
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
552
+ border-bottom: none;
553
+ border-bottom-left-radius: 0;
554
+ border-bottom-right-radius: 0;
555
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
556
+ background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
557
+ background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
558
+ background-repeat: repeat-x;
559
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
560
+ }
561
+
562
+ .select2-container--classic .select2-selection--multiple {
563
+ background-color: white;
564
+ border: 1px solid #aaa;
565
+ border-radius: 4px;
566
+ cursor: text;
567
+ outline: 0;
568
+ padding-bottom: 5px;
569
+ padding-right: 5px;
570
+ }
571
+
572
+ .select2-container--classic .select2-selection--multiple:focus {
573
+ border: 1px solid #5897fb;
574
+ }
575
+
576
+ .select2-container--classic .select2-selection--multiple .select2-selection__clear {
577
+ display: none;
578
+ }
579
+
580
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice {
581
+ background-color: #e4e4e4;
582
+ border: 1px solid #aaa;
583
+ border-radius: 4px;
584
+ display: inline-block;
585
+ margin-left: 5px;
586
+ margin-top: 5px;
587
+ padding: 0;
588
+ }
589
+
590
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
591
+ cursor: default;
592
+ padding-left: 2px;
593
+ padding-right: 5px;
594
+ }
595
+
596
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
597
+ background-color: transparent;
598
+ border: none;
599
+ border-top-left-radius: 4px;
600
+ border-bottom-left-radius: 4px;
601
+ color: #888;
602
+ cursor: pointer;
603
+ font-size: 1em;
604
+ font-weight: bold;
605
+ padding: 0 4px;
606
+ }
607
+
608
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
609
+ color: #555;
610
+ outline: none;
611
+ }
612
+
613
+ .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
614
+ margin-left: 5px;
615
+ margin-right: auto;
616
+ }
617
+
618
+ .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
619
+ padding-left: 5px;
620
+ padding-right: 2px;
621
+ }
622
+
623
+ .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
624
+ border-top-left-radius: 0;
625
+ border-bottom-left-radius: 0;
626
+ border-top-right-radius: 4px;
627
+ border-bottom-right-radius: 4px;
628
+ }
629
+
630
+ .select2-container--classic.select2-container--open .select2-selection--multiple {
631
+ border: 1px solid #5897fb;
632
+ }
633
+
634
+ .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
635
+ border-top: none;
636
+ border-top-left-radius: 0;
637
+ border-top-right-radius: 0;
638
+ }
639
+
640
+ .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
641
+ border-bottom: none;
642
+ border-bottom-left-radius: 0;
643
+ border-bottom-right-radius: 0;
644
+ }
645
+
646
+ .select2-container--classic .select2-search--dropdown .select2-search__field {
647
+ border: 1px solid #aaa;
648
+ outline: 0;
649
+ }
650
+
651
+ .select2-container--classic .select2-search--inline .select2-search__field {
652
+ outline: 0;
653
+ box-shadow: none;
654
+ }
655
+
656
+ .select2-container--classic .select2-dropdown {
657
+ background-color: white;
658
+ border: 1px solid transparent;
659
+ }
660
+
661
+ .select2-container--classic .select2-dropdown--above {
662
+ border-bottom: none;
663
+ }
664
+
665
+ .select2-container--classic .select2-dropdown--below {
666
+ border-top: none;
667
+ }
668
+
669
+ .select2-container--classic .select2-results > .select2-results__options {
670
+ max-height: 200px;
671
+ overflow-y: auto;
672
+ }
673
+
674
+ .select2-container--classic .select2-results__option--group {
675
+ padding: 0;
676
+ }
677
+
678
+ .select2-container--classic .select2-results__option--disabled {
679
+ color: grey;
680
+ }
681
+
682
+ .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
683
+ background-color: #3875d7;
684
+ color: white;
685
+ }
686
+
687
+ .select2-container--classic .select2-results__group {
688
+ cursor: default;
689
+ display: block;
690
+ padding: 6px;
691
+ }
692
+
693
+ .select2-container--classic.select2-container--open .select2-dropdown {
694
+ border-color: #5897fb;
695
+ }
data/scss-src/prism.scss CHANGED
@@ -10,6 +10,8 @@
10
10
  @import "panels";
11
11
  @import "tables";
12
12
  @import "forms";
13
+ @import "select2_vendor";
14
+ @import "select2";
13
15
  @import "buttons";
14
16
  @import "icons";
15
17
  @import "login";
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2012-2017 Kevin Brown, Igor Vaynberg, and Select2 contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.