@syncfusion/ej2-dropdowns 20.1.52 → 20.1.57
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.
- package/CHANGELOG.md +28 -0
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +27 -10
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +27 -10
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/drop-down-base/drop-down-base.js +1 -1
- package/src/drop-down-list/drop-down-list.js +10 -2
- package/src/drop-down-tree/drop-down-tree.js +9 -7
- package/src/list-box/list-box.js +7 -0
- package/styles/auto-complete/bootstrap-dark.css +5 -14
- package/styles/auto-complete/bootstrap.css +5 -14
- package/styles/auto-complete/bootstrap4.css +5 -13
- package/styles/auto-complete/bootstrap5-dark.css +5 -13
- package/styles/auto-complete/bootstrap5.css +5 -13
- package/styles/auto-complete/fabric-dark.css +5 -12
- package/styles/auto-complete/fabric.css +5 -12
- package/styles/auto-complete/fluent-dark.css +4 -11
- package/styles/auto-complete/fluent.css +4 -11
- package/styles/auto-complete/highcontrast-light.css +3 -23
- package/styles/auto-complete/highcontrast.css +3 -23
- package/styles/auto-complete/material-dark.css +1 -1
- package/styles/auto-complete/material.css +1 -1
- package/styles/auto-complete/tailwind-dark.css +1 -1
- package/styles/auto-complete/tailwind.css +1 -1
- package/styles/bootstrap-dark.css +62 -337
- package/styles/bootstrap.css +62 -337
- package/styles/bootstrap4.css +62 -343
- package/styles/bootstrap5-dark.css +63 -343
- package/styles/bootstrap5.css +63 -343
- package/styles/combo-box/bootstrap-dark.css +5 -14
- package/styles/combo-box/bootstrap.css +5 -14
- package/styles/combo-box/bootstrap4.css +5 -13
- package/styles/combo-box/bootstrap5-dark.css +5 -13
- package/styles/combo-box/bootstrap5.css +5 -13
- package/styles/combo-box/fabric-dark.css +5 -12
- package/styles/combo-box/fabric.css +5 -12
- package/styles/combo-box/fluent-dark.css +4 -11
- package/styles/combo-box/fluent.css +4 -11
- package/styles/combo-box/highcontrast-light.css +3 -23
- package/styles/combo-box/highcontrast.css +3 -23
- package/styles/combo-box/material-dark.css +1 -1
- package/styles/combo-box/material.css +1 -1
- package/styles/combo-box/tailwind-dark.css +1 -1
- package/styles/combo-box/tailwind.css +1 -1
- package/styles/drop-down-base/bootstrap-dark.css +8 -22
- package/styles/drop-down-base/bootstrap.css +8 -22
- package/styles/drop-down-base/bootstrap4.css +8 -22
- package/styles/drop-down-base/bootstrap5-dark.css +8 -22
- package/styles/drop-down-base/bootstrap5.css +8 -22
- package/styles/drop-down-base/fabric-dark.css +8 -22
- package/styles/drop-down-base/fabric.css +8 -22
- package/styles/drop-down-base/fluent-dark.css +8 -22
- package/styles/drop-down-base/fluent.css +8 -22
- package/styles/drop-down-base/highcontrast-light.css +8 -27
- package/styles/drop-down-base/highcontrast.css +8 -27
- package/styles/drop-down-base/material-dark.css +8 -22
- package/styles/drop-down-base/material.css +8 -22
- package/styles/drop-down-base/tailwind-dark.css +12 -34
- package/styles/drop-down-base/tailwind.css +12 -34
- package/styles/drop-down-list/bootstrap-dark.css +15 -44
- package/styles/drop-down-list/bootstrap.css +15 -44
- package/styles/drop-down-list/bootstrap4.css +14 -38
- package/styles/drop-down-list/bootstrap5-dark.css +14 -38
- package/styles/drop-down-list/bootstrap5.css +14 -38
- package/styles/drop-down-list/fabric-dark.css +15 -42
- package/styles/drop-down-list/fabric.css +15 -42
- package/styles/drop-down-list/fluent-dark.css +13 -36
- package/styles/drop-down-list/fluent.css +13 -36
- package/styles/drop-down-list/highcontrast-light.css +13 -58
- package/styles/drop-down-list/highcontrast.css +13 -58
- package/styles/drop-down-list/material-dark.css +11 -32
- package/styles/drop-down-list/material.css +11 -33
- package/styles/drop-down-list/tailwind-dark.css +10 -24
- package/styles/drop-down-list/tailwind.css +10 -24
- package/styles/drop-down-tree/bootstrap-dark.css +4 -92
- package/styles/drop-down-tree/bootstrap.css +4 -92
- package/styles/drop-down-tree/bootstrap4.css +5 -99
- package/styles/drop-down-tree/bootstrap5-dark.css +5 -103
- package/styles/drop-down-tree/bootstrap5.css +5 -103
- package/styles/drop-down-tree/fabric-dark.css +4 -92
- package/styles/drop-down-tree/fabric.css +4 -92
- package/styles/drop-down-tree/fluent-dark.css +5 -105
- package/styles/drop-down-tree/fluent.css +5 -105
- package/styles/drop-down-tree/highcontrast-light.css +4 -97
- package/styles/drop-down-tree/highcontrast.css +4 -98
- package/styles/drop-down-tree/material-dark.css +11 -182
- package/styles/drop-down-tree/material.css +11 -184
- package/styles/drop-down-tree/tailwind-dark.css +4 -107
- package/styles/drop-down-tree/tailwind.css +4 -107
- package/styles/fabric-dark.css +62 -335
- package/styles/fabric.css +62 -335
- package/styles/fluent-dark.css +62 -342
- package/styles/fluent.css +62 -342
- package/styles/highcontrast-light.css +63 -375
- package/styles/highcontrast.css +63 -376
- package/styles/list-box/bootstrap-dark.css +11 -115
- package/styles/list-box/bootstrap.css +11 -115
- package/styles/list-box/bootstrap4.css +11 -120
- package/styles/list-box/bootstrap5-dark.css +11 -115
- package/styles/list-box/bootstrap5.css +11 -115
- package/styles/list-box/fabric-dark.css +11 -115
- package/styles/list-box/fabric.css +11 -115
- package/styles/list-box/fluent-dark.css +11 -115
- package/styles/list-box/fluent.css +11 -115
- package/styles/list-box/highcontrast-light.css +11 -120
- package/styles/list-box/highcontrast.css +11 -120
- package/styles/list-box/material-dark.css +11 -115
- package/styles/list-box/material.css +11 -115
- package/styles/list-box/tailwind-dark.css +12 -118
- package/styles/list-box/tailwind.css +12 -118
- package/styles/material-dark.css +103 -462
- package/styles/material.css +103 -466
- package/styles/multi-select/bootstrap-dark.css +28 -68
- package/styles/multi-select/bootstrap.css +28 -68
- package/styles/multi-select/bootstrap4.css +28 -68
- package/styles/multi-select/bootstrap5-dark.css +29 -69
- package/styles/multi-select/bootstrap5.css +29 -69
- package/styles/multi-select/fabric-dark.css +28 -68
- package/styles/multi-select/fabric.css +28 -68
- package/styles/multi-select/fluent-dark.css +29 -68
- package/styles/multi-select/fluent.css +29 -68
- package/styles/multi-select/highcontrast-light.css +31 -97
- package/styles/multi-select/highcontrast.css +31 -97
- package/styles/multi-select/material-dark.css +66 -115
- package/styles/multi-select/material.css +66 -116
- package/styles/multi-select/tailwind-dark.css +29 -69
- package/styles/multi-select/tailwind.css +29 -69
- package/styles/tailwind-dark.css +63 -348
- package/styles/tailwind.css +63 -348
package/styles/fluent.css
CHANGED
|
@@ -41,15 +41,13 @@
|
|
|
41
41
|
.e-dropdownbase.e-bigger {
|
|
42
42
|
min-height: 45px;
|
|
43
43
|
}
|
|
44
|
-
|
|
45
44
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
46
45
|
.e-dropdownbase.e-bigger .e-list-item {
|
|
47
46
|
line-height: 32px;
|
|
48
47
|
text-indent: 8px;
|
|
49
48
|
}
|
|
50
49
|
|
|
51
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
52
|
-
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
50
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
53
51
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
54
52
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
55
53
|
line-height: 32px;
|
|
@@ -68,14 +66,12 @@
|
|
|
68
66
|
position: relative;
|
|
69
67
|
width: 100%;
|
|
70
68
|
}
|
|
71
|
-
|
|
72
69
|
.e-dropdownbase .e-list-parent {
|
|
73
70
|
margin: 0;
|
|
74
71
|
padding: 0;
|
|
75
72
|
}
|
|
76
73
|
|
|
77
|
-
.e-dropdownbase .e-list-group-item,
|
|
78
|
-
.e-dropdownbase .e-fixed-head {
|
|
74
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
79
75
|
cursor: default;
|
|
80
76
|
}
|
|
81
77
|
|
|
@@ -98,7 +94,6 @@
|
|
|
98
94
|
position: absolute;
|
|
99
95
|
top: 0;
|
|
100
96
|
}
|
|
101
|
-
|
|
102
97
|
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
103
98
|
left: 33px;
|
|
104
99
|
}
|
|
@@ -179,14 +174,12 @@
|
|
|
179
174
|
padding-left: 16px;
|
|
180
175
|
padding-right: 0;
|
|
181
176
|
}
|
|
182
|
-
|
|
183
177
|
.e-small.e-rtl .e-dropdownbase .e-list-item,
|
|
184
178
|
.e-small .e-rtl .e-dropdownbase .e-list-item,
|
|
185
179
|
.e-rtl .e-small .e-dropdownbase .e-list-item {
|
|
186
180
|
padding-left: 16px;
|
|
187
181
|
padding-right: 0;
|
|
188
182
|
}
|
|
189
|
-
|
|
190
183
|
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
191
184
|
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
192
185
|
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
@@ -195,11 +188,9 @@
|
|
|
195
188
|
padding-left: 16px;
|
|
196
189
|
padding-right: 0;
|
|
197
190
|
}
|
|
198
|
-
|
|
199
191
|
.e-dropdownbase {
|
|
200
192
|
border-color: #edebe9;
|
|
201
193
|
}
|
|
202
|
-
|
|
203
194
|
.e-dropdownbase .e-list-item {
|
|
204
195
|
-webkit-tap-highlight-color: transparent;
|
|
205
196
|
background-color: #fff;
|
|
@@ -228,8 +219,7 @@
|
|
|
228
219
|
padding-right: 16px;
|
|
229
220
|
}
|
|
230
221
|
|
|
231
|
-
.e-dropdownbase .e-list-item.e-active,
|
|
232
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
222
|
+
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
233
223
|
background-color: #edebe9;
|
|
234
224
|
border-color: #fff;
|
|
235
225
|
color: #201f1e;
|
|
@@ -249,8 +239,7 @@
|
|
|
249
239
|
background-color: #f3f2f1;
|
|
250
240
|
}
|
|
251
241
|
|
|
252
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
253
|
-
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
242
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
254
243
|
font-size: 16px;
|
|
255
244
|
padding-left: 16px;
|
|
256
245
|
}
|
|
@@ -320,8 +309,7 @@
|
|
|
320
309
|
text-indent: 8px;
|
|
321
310
|
}
|
|
322
311
|
|
|
323
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
324
|
-
.e-small .e-dropdownbase .e-fixed-head,
|
|
312
|
+
.e-small .e-dropdownbase .e-list-group-item, .e-small .e-dropdownbase .e-fixed-head,
|
|
325
313
|
.e-dropdownbase.e-small .e-list-group-item,
|
|
326
314
|
.e-dropdownbase.e-small .e-fixed-head {
|
|
327
315
|
font-size: 10px;
|
|
@@ -343,8 +331,7 @@
|
|
|
343
331
|
text-indent: 8px;
|
|
344
332
|
}
|
|
345
333
|
|
|
346
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
347
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
334
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
348
335
|
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
349
336
|
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
350
337
|
line-height: 30px;
|
|
@@ -357,8 +344,7 @@
|
|
|
357
344
|
font-size: 18px;
|
|
358
345
|
}
|
|
359
346
|
|
|
360
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
361
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
347
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
362
348
|
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
363
349
|
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
364
350
|
font-size: 12px;
|
|
@@ -404,7 +390,6 @@
|
|
|
404
390
|
transform: rotate(360deg);
|
|
405
391
|
}
|
|
406
392
|
}
|
|
407
|
-
|
|
408
393
|
@keyframes fabric-spinner-rotate {
|
|
409
394
|
0% {
|
|
410
395
|
transform: rotate(0);
|
|
@@ -413,17 +398,14 @@
|
|
|
413
398
|
transform: rotate(360deg);
|
|
414
399
|
}
|
|
415
400
|
}
|
|
416
|
-
|
|
417
401
|
.e-popup.e-ddl {
|
|
418
402
|
border-radius: 4px;
|
|
419
403
|
box-shadow: none;
|
|
420
404
|
margin-top: 1px;
|
|
421
405
|
}
|
|
422
|
-
|
|
423
406
|
.e-popup.e-ddl .e-input-group {
|
|
424
407
|
width: auto;
|
|
425
408
|
}
|
|
426
|
-
|
|
427
409
|
.e-popup.e-ddl .e-input-group input {
|
|
428
410
|
line-height: 15px;
|
|
429
411
|
}
|
|
@@ -437,7 +419,6 @@
|
|
|
437
419
|
display: flex;
|
|
438
420
|
width: auto;
|
|
439
421
|
}
|
|
440
|
-
|
|
441
422
|
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
442
423
|
border: 0;
|
|
443
424
|
}
|
|
@@ -453,8 +434,7 @@
|
|
|
453
434
|
text-indent: 16px;
|
|
454
435
|
}
|
|
455
436
|
|
|
456
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
457
|
-
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
437
|
+
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
458
438
|
font-size: 14px;
|
|
459
439
|
line-height: 32px;
|
|
460
440
|
padding-left: 0;
|
|
@@ -529,17 +509,14 @@
|
|
|
529
509
|
font-size: 16px;
|
|
530
510
|
}
|
|
531
511
|
|
|
532
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
533
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
534
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
512
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
535
513
|
font-size: 14px;
|
|
536
514
|
line-height: 34px;
|
|
537
515
|
padding-left: 0;
|
|
538
516
|
text-indent: 16px;
|
|
539
517
|
}
|
|
540
518
|
|
|
541
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
542
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
519
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
543
520
|
height: 30px;
|
|
544
521
|
}
|
|
545
522
|
|
|
@@ -548,39 +525,34 @@
|
|
|
548
525
|
}
|
|
549
526
|
|
|
550
527
|
.e-ddl .e-search-icon::before {
|
|
551
|
-
content:
|
|
528
|
+
content: "\e754";
|
|
552
529
|
}
|
|
553
530
|
|
|
554
531
|
.e-ddl .e-back-icon::before {
|
|
555
|
-
content:
|
|
532
|
+
content: "\e773";
|
|
556
533
|
}
|
|
557
534
|
|
|
558
535
|
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
559
|
-
content:
|
|
560
|
-
font-family:
|
|
536
|
+
content: "\e729";
|
|
537
|
+
font-family: "e-icons";
|
|
561
538
|
}
|
|
562
539
|
|
|
563
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter,
|
|
564
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
540
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
565
541
|
margin-left: -20px;
|
|
566
542
|
}
|
|
567
543
|
|
|
568
544
|
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
569
545
|
font-size: 16px;
|
|
570
546
|
}
|
|
571
|
-
|
|
572
547
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
573
548
|
font-size: 16px;
|
|
574
549
|
}
|
|
575
|
-
|
|
576
550
|
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
577
551
|
font-size: 16px;
|
|
578
552
|
}
|
|
579
|
-
|
|
580
553
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
581
554
|
font-size: 16px;
|
|
582
555
|
}
|
|
583
|
-
|
|
584
556
|
.e-popup-full-page {
|
|
585
557
|
bottom: 0;
|
|
586
558
|
left: 0;
|
|
@@ -590,7 +562,6 @@
|
|
|
590
562
|
right: 0;
|
|
591
563
|
top: 0;
|
|
592
564
|
}
|
|
593
|
-
|
|
594
565
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
595
566
|
margin: 0;
|
|
596
567
|
}
|
|
@@ -600,7 +571,7 @@
|
|
|
600
571
|
}
|
|
601
572
|
|
|
602
573
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
603
|
-
content:
|
|
574
|
+
content: "";
|
|
604
575
|
}
|
|
605
576
|
|
|
606
577
|
.e-ddl-device-filter .e-filter-parent {
|
|
@@ -628,8 +599,7 @@
|
|
|
628
599
|
cursor: pointer;
|
|
629
600
|
}
|
|
630
601
|
|
|
631
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
|
|
632
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
602
|
+
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
633
603
|
width: 0;
|
|
634
604
|
}
|
|
635
605
|
|
|
@@ -638,10 +608,9 @@
|
|
|
638
608
|
border: 1px solid #edebe9;
|
|
639
609
|
position: absolute;
|
|
640
610
|
}
|
|
641
|
-
|
|
642
611
|
.e-ddl.e-popup .e-search-icon {
|
|
643
612
|
margin: 0;
|
|
644
|
-
opacity: .57;
|
|
613
|
+
opacity: 0.57;
|
|
645
614
|
padding: 12px 8px 8px;
|
|
646
615
|
}
|
|
647
616
|
|
|
@@ -653,8 +622,7 @@
|
|
|
653
622
|
margin-bottom: 0;
|
|
654
623
|
}
|
|
655
624
|
|
|
656
|
-
.e-ddl.e-popup .e-ddl-footer,
|
|
657
|
-
.e-ddl.e-popup .e-ddl-header {
|
|
625
|
+
.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
|
|
658
626
|
cursor: default;
|
|
659
627
|
}
|
|
660
628
|
|
|
@@ -726,7 +694,6 @@
|
|
|
726
694
|
outline: none;
|
|
727
695
|
width: 100%;
|
|
728
696
|
}
|
|
729
|
-
|
|
730
697
|
.e-ddl.e-input-group input[readonly].e-input,
|
|
731
698
|
.e-ddl.e-input-group input[readonly],
|
|
732
699
|
.e-ddl.e-input-group .e-dropdownlist {
|
|
@@ -743,7 +710,6 @@ ejs-dropdownlist {
|
|
|
743
710
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
744
711
|
font-size: 12px;
|
|
745
712
|
}
|
|
746
|
-
|
|
747
713
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
748
714
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
749
715
|
font-size: 12px;
|
|
@@ -753,7 +719,6 @@ ejs-dropdownlist {
|
|
|
753
719
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
754
720
|
font-size: 12px;
|
|
755
721
|
}
|
|
756
|
-
|
|
757
722
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
758
723
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
759
724
|
font-size: 12px;
|
|
@@ -763,7 +728,6 @@ ejs-dropdownlist {
|
|
|
763
728
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
764
729
|
font-size: 14px;
|
|
765
730
|
}
|
|
766
|
-
|
|
767
731
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
768
732
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
769
733
|
font-size: 14px;
|
|
@@ -773,7 +737,6 @@ ejs-dropdownlist {
|
|
|
773
737
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
774
738
|
font-size: 14px;
|
|
775
739
|
}
|
|
776
|
-
|
|
777
740
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
778
741
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
779
742
|
font-size: 14px;
|
|
@@ -813,7 +776,6 @@ ejs-dropdownlist {
|
|
|
813
776
|
transform: rotate(360deg);
|
|
814
777
|
}
|
|
815
778
|
}
|
|
816
|
-
|
|
817
779
|
@keyframes fabric-spinner-rotate {
|
|
818
780
|
0% {
|
|
819
781
|
transform: rotate(0);
|
|
@@ -822,65 +784,53 @@ ejs-dropdownlist {
|
|
|
822
784
|
transform: rotate(360deg);
|
|
823
785
|
}
|
|
824
786
|
}
|
|
825
|
-
|
|
826
787
|
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
827
788
|
.e-ddt .e-ddt-icon::before {
|
|
828
|
-
content:
|
|
789
|
+
content: "\e729";
|
|
829
790
|
}
|
|
830
|
-
|
|
831
791
|
.e-ddt .e-chips-close::before {
|
|
832
|
-
content:
|
|
792
|
+
content: "\e7e7";
|
|
833
793
|
}
|
|
834
794
|
|
|
835
795
|
.e-ddt {
|
|
836
796
|
cursor: pointer;
|
|
837
797
|
outline: none;
|
|
838
798
|
}
|
|
839
|
-
|
|
840
799
|
.e-ddt .e-ddt-icon::before {
|
|
841
800
|
transform: rotate(0deg);
|
|
842
801
|
transition: transform 300ms ease;
|
|
843
802
|
}
|
|
844
|
-
|
|
845
803
|
.e-ddt.e-icon-anim .e-ddt-icon::before {
|
|
846
804
|
transform: rotate(180deg);
|
|
847
805
|
transition: transform 300ms ease;
|
|
848
806
|
}
|
|
849
|
-
|
|
850
807
|
.e-ddt .e-ddt-hidden {
|
|
851
808
|
border: 0;
|
|
852
809
|
height: 0;
|
|
853
810
|
visibility: hidden;
|
|
854
811
|
width: 0;
|
|
855
812
|
}
|
|
856
|
-
|
|
857
813
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
858
814
|
box-sizing: content-box;
|
|
859
815
|
}
|
|
860
|
-
|
|
861
816
|
.e-ddt.e-input-group.e-control-wrapper .e-input-group-icon.e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper .e-input-group-icon.e-ddt-icon {
|
|
862
817
|
border: 0;
|
|
863
818
|
}
|
|
864
|
-
|
|
865
819
|
.e-ddt.e-input-group.e-control-wrapper .e-icon-hide, .e-ddt.e-float-input.e-control-wrapper .e-icon-hide {
|
|
866
820
|
display: none;
|
|
867
821
|
}
|
|
868
|
-
|
|
869
822
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon, .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-clear-icon {
|
|
870
823
|
bottom: 10px;
|
|
871
824
|
position: absolute;
|
|
872
825
|
right: 0;
|
|
873
826
|
}
|
|
874
|
-
|
|
875
827
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
876
828
|
right: 30px;
|
|
877
829
|
}
|
|
878
|
-
|
|
879
830
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
880
831
|
position: absolute;
|
|
881
832
|
right: 0;
|
|
882
833
|
}
|
|
883
|
-
|
|
884
834
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
|
|
885
835
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip input.e-dropdowntree.e-chip-input, .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-input-focus input.e-dropdowntree.e-chip-input,
|
|
886
836
|
.e-ddt.e-input-group.e-control-wrapper.e-show-text input.e-dropdowntree.e-chip-input, .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
|
|
@@ -889,23 +839,19 @@ ejs-dropdownlist {
|
|
|
889
839
|
padding-left: 0;
|
|
890
840
|
padding-right: 0;
|
|
891
841
|
}
|
|
892
|
-
|
|
893
842
|
.e-ddt .e-chips-wrapper {
|
|
894
843
|
width: 100%;
|
|
895
844
|
}
|
|
896
|
-
|
|
897
845
|
.e-ddt.e-show-chip .e-chips-close {
|
|
898
846
|
line-height: 20px;
|
|
899
847
|
min-height: 24px;
|
|
900
848
|
min-width: 24px;
|
|
901
849
|
text-align: center;
|
|
902
850
|
}
|
|
903
|
-
|
|
904
851
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
905
852
|
font-size: 10px;
|
|
906
853
|
vertical-align: middle;
|
|
907
854
|
}
|
|
908
|
-
|
|
909
855
|
.e-ddt.e-show-chip .e-chips {
|
|
910
856
|
-ms-flex-align: center;
|
|
911
857
|
align-items: center;
|
|
@@ -922,7 +868,6 @@ ejs-dropdownlist {
|
|
|
922
868
|
text-overflow: ellipsis;
|
|
923
869
|
white-space: nowrap;
|
|
924
870
|
}
|
|
925
|
-
|
|
926
871
|
.e-ddt.e-show-chip .e-chips > .e-chipcontent {
|
|
927
872
|
max-width: 100%;
|
|
928
873
|
overflow: hidden;
|
|
@@ -931,87 +876,70 @@ ejs-dropdownlist {
|
|
|
931
876
|
text-overflow: ellipsis;
|
|
932
877
|
white-space: nowrap;
|
|
933
878
|
}
|
|
934
|
-
|
|
935
879
|
.e-ddt.e-show-chip .e-ddt-icon {
|
|
936
880
|
bottom: 0;
|
|
937
881
|
}
|
|
938
|
-
|
|
939
882
|
.e-ddt .e-overflow {
|
|
940
883
|
white-space: nowrap;
|
|
941
884
|
}
|
|
942
|
-
|
|
943
885
|
.e-ddt .e-overflow.e-show-text {
|
|
944
886
|
padding: 0 8px;
|
|
945
887
|
line-height: 30px;
|
|
946
888
|
}
|
|
947
|
-
|
|
948
889
|
.e-ddt .e-overflow.e-total-count {
|
|
949
890
|
box-sizing: border-box;
|
|
950
891
|
display: inline-block;
|
|
951
892
|
overflow: hidden;
|
|
952
893
|
text-overflow: ellipsis;
|
|
953
894
|
}
|
|
954
|
-
|
|
955
895
|
.e-ddt .e-overflow.e-total-count .e-remain {
|
|
956
896
|
line-height: 30px;
|
|
957
897
|
}
|
|
958
|
-
|
|
959
898
|
.e-ddt .e-overflow.e-wrap-count {
|
|
960
899
|
padding-top: 0;
|
|
961
900
|
}
|
|
962
|
-
|
|
963
901
|
.e-ddt .e-overflow .e-remain {
|
|
964
902
|
cursor: pointer;
|
|
965
903
|
display: inline-block;
|
|
966
904
|
font-size: 14px;
|
|
967
905
|
padding: 0 0 0 8px;
|
|
968
906
|
}
|
|
969
|
-
|
|
970
907
|
.e-ddt .e-overflow .e-remain.e-wrap-count {
|
|
971
908
|
line-height: 30px;
|
|
972
909
|
}
|
|
973
|
-
|
|
974
910
|
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
975
911
|
padding: 0 8px;
|
|
976
912
|
}
|
|
977
|
-
|
|
978
913
|
.e-ddt.e-show-chip .e-overflow .e-remain.e-wrap-count {
|
|
979
914
|
padding-left: 4px;
|
|
980
915
|
}
|
|
981
|
-
|
|
982
916
|
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
983
917
|
margin-right: 30px;
|
|
984
918
|
max-width: calc(100% - 31px);
|
|
985
919
|
}
|
|
986
|
-
|
|
987
920
|
.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
988
921
|
margin-right: 20px;
|
|
989
922
|
max-width: calc(100% - 31px);
|
|
990
923
|
}
|
|
991
|
-
|
|
992
924
|
.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
993
925
|
margin-right: 54px;
|
|
994
926
|
max-width: calc(100% - 65px);
|
|
995
927
|
}
|
|
996
|
-
|
|
997
928
|
.e-ddt input[readonly],
|
|
998
929
|
.e-ddt .e-dropdowntree,
|
|
999
930
|
.e-ddt input[readonly].e-input {
|
|
1000
931
|
pointer-events: none;
|
|
1001
932
|
}
|
|
1002
|
-
|
|
1003
933
|
.e-ddt input[readonly].e-chip-input,
|
|
1004
934
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
1005
935
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
1006
936
|
width: 0;
|
|
1007
937
|
}
|
|
1008
|
-
|
|
1009
938
|
.e-ddt.e-popup {
|
|
1010
939
|
border-radius: 2px;
|
|
1011
940
|
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
1012
941
|
position: absolute;
|
|
1013
942
|
}
|
|
1014
|
-
|
|
1015
943
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1016
944
|
border-bottom: 1px solid;
|
|
1017
945
|
cursor: pointer;
|
|
@@ -1023,51 +951,40 @@ ejs-dropdownlist {
|
|
|
1023
951
|
width: 100%;
|
|
1024
952
|
padding: 8px 12px;
|
|
1025
953
|
}
|
|
1026
|
-
|
|
1027
954
|
.e-ddt.e-popup .e-selectall-parent.e-hide-selectall {
|
|
1028
955
|
display: none;
|
|
1029
956
|
}
|
|
1030
|
-
|
|
1031
957
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
1032
958
|
position: relative;
|
|
1033
959
|
text-indent: 0;
|
|
1034
960
|
}
|
|
1035
|
-
|
|
1036
961
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper .e-frame {
|
|
1037
962
|
margin-top: -3px;
|
|
1038
963
|
}
|
|
1039
|
-
|
|
1040
964
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1041
965
|
font-family: inherit;
|
|
1042
966
|
font-size: 14px;
|
|
1043
967
|
margin: 0 12px;
|
|
1044
968
|
}
|
|
1045
|
-
|
|
1046
|
-
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
1047
|
-
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
969
|
+
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
1048
970
|
padding: 0 20px;
|
|
1049
971
|
}
|
|
1050
|
-
|
|
1051
972
|
.e-ddt.e-popup .e-filter-wrap {
|
|
1052
973
|
border-bottom: 1px solid #edebe9;
|
|
1053
974
|
border-top-width: 0;
|
|
1054
975
|
display: block;
|
|
1055
976
|
padding: 4px 12px;
|
|
1056
977
|
}
|
|
1057
|
-
|
|
1058
978
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
1059
979
|
margin-bottom: 0;
|
|
1060
980
|
}
|
|
1061
|
-
|
|
1062
981
|
.e-ddt.e-popup .e-popup-content {
|
|
1063
982
|
overflow: auto;
|
|
1064
983
|
position: relative;
|
|
1065
984
|
}
|
|
1066
|
-
|
|
1067
985
|
.e-ddt.e-popup .e-popup-content .e-ddt-nodata {
|
|
1068
986
|
display: none;
|
|
1069
987
|
}
|
|
1070
|
-
|
|
1071
988
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1072
989
|
cursor: default;
|
|
1073
990
|
font-family: inherit;
|
|
@@ -1075,83 +992,65 @@ ejs-dropdownlist {
|
|
|
1075
992
|
padding: 14px 16px;
|
|
1076
993
|
text-align: center;
|
|
1077
994
|
}
|
|
1078
|
-
|
|
1079
995
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
1080
996
|
display: none;
|
|
1081
997
|
}
|
|
1082
|
-
|
|
1083
998
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
|
|
1084
999
|
display: block;
|
|
1085
1000
|
line-height: 22px;
|
|
1086
1001
|
}
|
|
1087
|
-
|
|
1088
1002
|
.e-ddt.e-popup .e-treeview {
|
|
1089
1003
|
display: inline-table;
|
|
1090
1004
|
width: 100%;
|
|
1091
1005
|
}
|
|
1092
|
-
|
|
1093
1006
|
.e-ddt.e-popup .e-treeview .e-list-item {
|
|
1094
1007
|
padding: 0;
|
|
1095
1008
|
}
|
|
1096
|
-
|
|
1097
1009
|
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1098
1010
|
margin: 0;
|
|
1099
1011
|
padding: 0 0 0 14px;
|
|
1100
1012
|
}
|
|
1101
|
-
|
|
1102
1013
|
.e-ddt.e-popup .e-treeview .e-fullrow {
|
|
1103
1014
|
height: 38px;
|
|
1104
1015
|
}
|
|
1105
|
-
|
|
1106
1016
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1107
1017
|
overflow: hidden;
|
|
1108
1018
|
}
|
|
1109
|
-
|
|
1110
1019
|
.e-ddt.e-popup .e-ddt-footer,
|
|
1111
1020
|
.e-ddt.e-popup .e-ddt-header {
|
|
1112
1021
|
cursor: default;
|
|
1113
1022
|
}
|
|
1114
|
-
|
|
1115
1023
|
.e-ddt.e-rtl.e-show-chip .e-chips {
|
|
1116
1024
|
float: right;
|
|
1117
1025
|
}
|
|
1118
|
-
|
|
1119
1026
|
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain {
|
|
1120
1027
|
padding: 0 8px 0 0;
|
|
1121
1028
|
}
|
|
1122
|
-
|
|
1123
1029
|
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain.e-wrap-count {
|
|
1124
1030
|
padding-top: 0;
|
|
1125
1031
|
}
|
|
1126
|
-
|
|
1127
1032
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count {
|
|
1128
1033
|
position: absolute;
|
|
1129
1034
|
right: auto;
|
|
1130
1035
|
}
|
|
1131
|
-
|
|
1132
1036
|
.e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain {
|
|
1133
1037
|
padding: 0 0 0 8px;
|
|
1134
1038
|
}
|
|
1135
|
-
|
|
1136
1039
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1137
1040
|
padding: 0 8px;
|
|
1138
1041
|
}
|
|
1139
|
-
|
|
1140
1042
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1141
1043
|
margin-left: 18px;
|
|
1142
1044
|
margin-right: 4px;
|
|
1143
1045
|
}
|
|
1144
|
-
|
|
1145
1046
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1146
1047
|
margin-left: 18px;
|
|
1147
1048
|
margin-right: 4px;
|
|
1148
1049
|
}
|
|
1149
|
-
|
|
1150
1050
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1151
1051
|
margin-left: 54px;
|
|
1152
1052
|
margin-right: 4px;
|
|
1153
1053
|
}
|
|
1154
|
-
|
|
1155
1054
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
1156
1055
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-clear-icon,
|
|
1157
1056
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
@@ -1160,11 +1059,9 @@ ejs-dropdownlist {
|
|
|
1160
1059
|
left: 0;
|
|
1161
1060
|
right: auto;
|
|
1162
1061
|
}
|
|
1163
|
-
|
|
1164
1062
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-ddt.e-rtl.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1165
1063
|
left: 30px;
|
|
1166
1064
|
}
|
|
1167
|
-
|
|
1168
1065
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
1169
1066
|
padding: 0 14px 0 0;
|
|
1170
1067
|
}
|
|
@@ -1178,7 +1075,6 @@ ejs-dropdownlist {
|
|
|
1178
1075
|
height: 32px;
|
|
1179
1076
|
font-size: 18px;
|
|
1180
1077
|
}
|
|
1181
|
-
|
|
1182
1078
|
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
1183
1079
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1184
1080
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
@@ -1187,7 +1083,6 @@ ejs-dropdownlist {
|
|
|
1187
1083
|
bottom: auto;
|
|
1188
1084
|
right: 36px;
|
|
1189
1085
|
}
|
|
1190
|
-
|
|
1191
1086
|
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1192
1087
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1193
1088
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
@@ -1195,7 +1090,6 @@ ejs-dropdownlist {
|
|
|
1195
1090
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-chip.e-show-dd-icon .e-clear-icon {
|
|
1196
1091
|
bottom: 0;
|
|
1197
1092
|
}
|
|
1198
|
-
|
|
1199
1093
|
.e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-chip .e-ddt-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
1200
1094
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
1201
1095
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
@@ -1203,116 +1097,96 @@ ejs-dropdownlist {
|
|
|
1203
1097
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
1204
1098
|
bottom: 0;
|
|
1205
1099
|
}
|
|
1206
|
-
|
|
1207
1100
|
.e-bigger .e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-bigger .e-ddt.e-float-input.e-control-wrapper .e-clear-icon,
|
|
1208
1101
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
|
|
1209
1102
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1210
1103
|
min-height: 38px;
|
|
1211
1104
|
}
|
|
1212
|
-
|
|
1213
1105
|
.e-bigger .e-ddt.e-show-chip .e-chips-close,
|
|
1214
1106
|
.e-ddt.e-bigger.e-show-chip .e-chips-close {
|
|
1215
1107
|
line-height: 27px;
|
|
1216
1108
|
min-height: 32px;
|
|
1217
1109
|
min-width: 32px;
|
|
1218
1110
|
}
|
|
1219
|
-
|
|
1220
1111
|
.e-bigger .e-ddt.e-show-chip .e-chips-close::before,
|
|
1221
1112
|
.e-ddt.e-bigger.e-show-chip .e-chips-close::before {
|
|
1222
1113
|
font-size: 12px;
|
|
1223
1114
|
}
|
|
1224
|
-
|
|
1225
1115
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
1226
1116
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
1227
1117
|
padding: 0 12px;
|
|
1228
1118
|
line-height: 38px;
|
|
1229
1119
|
}
|
|
1230
|
-
|
|
1231
1120
|
.e-bigger .e-ddt .e-overflow .e-remain,
|
|
1232
1121
|
.e-ddt.e-bigger .e-overflow .e-remain {
|
|
1233
1122
|
font-size: 18px;
|
|
1234
1123
|
}
|
|
1235
|
-
|
|
1236
1124
|
.e-bigger .e-ddt.e-show-chip .e-overflow .e-remain.e-wrap-count,
|
|
1237
1125
|
.e-ddt.e-bigger.e-show-chip .e-overflow .e-remain.e-wrap-count {
|
|
1238
1126
|
line-height: 38px;
|
|
1239
1127
|
padding-top: 0;
|
|
1240
1128
|
}
|
|
1241
|
-
|
|
1242
1129
|
.e-bigger .e-ddt.e-show-chip .e-overflow.e-total-count .e-remain,
|
|
1243
1130
|
.e-ddt.e-bigger.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1244
1131
|
line-height: 38px;
|
|
1245
1132
|
padding: 0 8px;
|
|
1246
1133
|
}
|
|
1247
|
-
|
|
1248
1134
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1249
1135
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1250
1136
|
margin-right: 38px;
|
|
1251
1137
|
max-width: calc(100% - 39px);
|
|
1252
1138
|
}
|
|
1253
|
-
|
|
1254
1139
|
.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1255
1140
|
.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1256
1141
|
margin-right: 38px;
|
|
1257
1142
|
max-width: calc(100% - 39px);
|
|
1258
1143
|
}
|
|
1259
|
-
|
|
1260
1144
|
.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1261
1145
|
.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1262
1146
|
margin-right: 58px;
|
|
1263
1147
|
max-width: calc(100% - 78px);
|
|
1264
1148
|
}
|
|
1265
|
-
|
|
1266
1149
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
1267
1150
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
1268
1151
|
text-indent: 0;
|
|
1269
1152
|
padding: 10px 16px;
|
|
1270
1153
|
}
|
|
1271
|
-
|
|
1272
1154
|
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
1273
1155
|
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
1274
1156
|
font-size: 16px;
|
|
1275
1157
|
line-height: 24px;
|
|
1276
1158
|
margin: 0 16px;
|
|
1277
1159
|
}
|
|
1278
|
-
|
|
1279
1160
|
.e-bigger .e-ddt.e-popup .e-popup-content.e-no-data,
|
|
1280
1161
|
.e-ddt.e-bigger.e-popup .e-popup-content.e-no-data {
|
|
1281
1162
|
padding: 10px 16px;
|
|
1282
1163
|
}
|
|
1283
|
-
|
|
1284
1164
|
.e-bigger .e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata,
|
|
1285
1165
|
.e-ddt.e-bigger.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
|
|
1286
1166
|
font-size: 18px;
|
|
1287
1167
|
line-height: 24px;
|
|
1288
1168
|
}
|
|
1289
|
-
|
|
1290
1169
|
.e-bigger .e-ddt.e-popup .e-filter-wrap,
|
|
1291
1170
|
.e-ddt.e-bigger.e-popup .e-filter-wrap {
|
|
1292
1171
|
padding: 8px;
|
|
1293
1172
|
}
|
|
1294
|
-
|
|
1295
1173
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
1296
1174
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
1297
1175
|
height: 44px;
|
|
1298
1176
|
}
|
|
1299
|
-
|
|
1300
1177
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1301
1178
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1302
1179
|
margin-right: 4px;
|
|
1303
1180
|
}
|
|
1304
|
-
|
|
1305
1181
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1306
1182
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1307
1183
|
margin-right: 4px;
|
|
1308
1184
|
}
|
|
1309
|
-
|
|
1310
1185
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1311
1186
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1312
1187
|
margin-left: 58px;
|
|
1313
1188
|
margin-right: 4px;
|
|
1314
1189
|
}
|
|
1315
|
-
|
|
1316
1190
|
.e-bigger .e-ddt.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon, .e-bigger .e-ddt.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
1317
1191
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
1318
1192
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
@@ -1323,45 +1197,34 @@ ejs-dropdownlist {
|
|
|
1323
1197
|
.e-ddt .e-chips {
|
|
1324
1198
|
background-color: #f3f2f1;
|
|
1325
1199
|
}
|
|
1326
|
-
|
|
1327
1200
|
.e-ddt .e-chips .e-chips-close::before {
|
|
1328
1201
|
color: #605e5c;
|
|
1329
1202
|
}
|
|
1330
|
-
|
|
1331
1203
|
.e-ddt .e-chips > .e-chipcontent {
|
|
1332
1204
|
color: #201f1e;
|
|
1333
1205
|
}
|
|
1334
|
-
|
|
1335
1206
|
.e-ddt .e-chips:hover {
|
|
1336
1207
|
background-color: #edebe9;
|
|
1337
1208
|
}
|
|
1338
|
-
|
|
1339
1209
|
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
1340
1210
|
color: #201f1e;
|
|
1341
1211
|
}
|
|
1342
|
-
|
|
1343
1212
|
.e-ddt .e-overflow .e-remain {
|
|
1344
1213
|
color: #605e5c;
|
|
1345
1214
|
}
|
|
1346
|
-
|
|
1347
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly],
|
|
1348
|
-
.e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1215
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly], .e-ddt.e-float-input.e-control-wrapper input[readonly] {
|
|
1349
1216
|
background: transparent;
|
|
1350
1217
|
}
|
|
1351
|
-
|
|
1352
1218
|
.e-ddt.e-popup {
|
|
1353
1219
|
background: #fff;
|
|
1354
1220
|
border-color: #edebe9;
|
|
1355
1221
|
}
|
|
1356
|
-
|
|
1357
1222
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1358
1223
|
color: #3b3a39;
|
|
1359
1224
|
}
|
|
1360
|
-
|
|
1361
1225
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1362
1226
|
border-bottom-color: #edebe9;
|
|
1363
1227
|
}
|
|
1364
|
-
|
|
1365
1228
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1366
1229
|
color: #201f1e;
|
|
1367
1230
|
}
|
|
@@ -1374,7 +1237,6 @@ ejs-dropdownlist {
|
|
|
1374
1237
|
transform: rotate(360deg);
|
|
1375
1238
|
}
|
|
1376
1239
|
}
|
|
1377
|
-
|
|
1378
1240
|
@keyframes fabric-spinner-rotate {
|
|
1379
1241
|
0% {
|
|
1380
1242
|
transform: rotate(0);
|
|
@@ -1383,7 +1245,6 @@ ejs-dropdownlist {
|
|
|
1383
1245
|
transform: rotate(360deg);
|
|
1384
1246
|
}
|
|
1385
1247
|
}
|
|
1386
|
-
|
|
1387
1248
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1388
1249
|
line-height: 30px;
|
|
1389
1250
|
top: 0;
|
|
@@ -1410,7 +1271,7 @@ ejs-dropdownlist {
|
|
|
1410
1271
|
width: 24px;
|
|
1411
1272
|
}
|
|
1412
1273
|
|
|
1413
|
-
.e-multi-select-wrapper .e-searcher input[type=
|
|
1274
|
+
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
1414
1275
|
color: #201f1e;
|
|
1415
1276
|
height: 100%;
|
|
1416
1277
|
}
|
|
@@ -1420,12 +1281,12 @@ ejs-dropdownlist {
|
|
|
1420
1281
|
}
|
|
1421
1282
|
|
|
1422
1283
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1423
|
-
content:
|
|
1424
|
-
font-family:
|
|
1284
|
+
content: "\e729";
|
|
1285
|
+
font-family: "e-icons";
|
|
1425
1286
|
}
|
|
1426
1287
|
|
|
1427
1288
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1428
|
-
content:
|
|
1289
|
+
content: "\e7e7";
|
|
1429
1290
|
cursor: pointer;
|
|
1430
1291
|
left: 6px;
|
|
1431
1292
|
position: relative;
|
|
@@ -1438,7 +1299,7 @@ ejs-dropdownlist {
|
|
|
1438
1299
|
}
|
|
1439
1300
|
|
|
1440
1301
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1441
|
-
content:
|
|
1302
|
+
content: "\e7e7";
|
|
1442
1303
|
cursor: pointer;
|
|
1443
1304
|
left: 6px;
|
|
1444
1305
|
position: relative;
|
|
@@ -1470,7 +1331,7 @@ ejs-dropdownlist {
|
|
|
1470
1331
|
}
|
|
1471
1332
|
|
|
1472
1333
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
1473
|
-
content:
|
|
1334
|
+
content: "";
|
|
1474
1335
|
}
|
|
1475
1336
|
|
|
1476
1337
|
.e-multi-select-wrapper {
|
|
@@ -1485,54 +1346,43 @@ ejs-dropdownlist {
|
|
|
1485
1346
|
user-select: none;
|
|
1486
1347
|
width: 100%;
|
|
1487
1348
|
}
|
|
1488
|
-
|
|
1489
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1490
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1349
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1491
1350
|
height: 27px;
|
|
1492
1351
|
vertical-align: middle;
|
|
1493
1352
|
}
|
|
1494
|
-
|
|
1495
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1496
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1353
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1497
1354
|
height: 100%;
|
|
1498
1355
|
min-height: 100%;
|
|
1499
1356
|
}
|
|
1500
|
-
|
|
1501
1357
|
.e-multi-select-wrapper .e-delim-view {
|
|
1502
1358
|
white-space: nowrap;
|
|
1503
1359
|
}
|
|
1504
|
-
|
|
1505
1360
|
.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total {
|
|
1506
1361
|
box-sizing: border-box;
|
|
1507
1362
|
display: inline-block;
|
|
1508
1363
|
overflow: hidden;
|
|
1509
1364
|
text-overflow: ellipsis;
|
|
1510
1365
|
}
|
|
1511
|
-
|
|
1512
1366
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1513
1367
|
color: #201f1e;
|
|
1514
1368
|
font-size: 10px;
|
|
1515
1369
|
left: 12px;
|
|
1516
1370
|
top: 0;
|
|
1517
1371
|
}
|
|
1518
|
-
|
|
1519
1372
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1520
1373
|
background-color: #0078d4;
|
|
1521
1374
|
color: #201f1e;
|
|
1522
1375
|
padding: 12px 4px 11px 0;
|
|
1523
1376
|
}
|
|
1524
|
-
|
|
1525
1377
|
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1526
1378
|
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1527
1379
|
width: 0;
|
|
1528
1380
|
}
|
|
1529
|
-
|
|
1530
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=
|
|
1531
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1381
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1382
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1532
1383
|
height: 1px;
|
|
1533
1384
|
min-height: 1px;
|
|
1534
1385
|
}
|
|
1535
|
-
|
|
1536
1386
|
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1537
1387
|
max-width: 100%;
|
|
1538
1388
|
}
|
|
@@ -1544,19 +1394,16 @@ ejs-dropdownlist {
|
|
|
1544
1394
|
float: left;
|
|
1545
1395
|
width: auto;
|
|
1546
1396
|
}
|
|
1547
|
-
|
|
1548
1397
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1549
1398
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1550
1399
|
display: -ms-inline-flexbox;
|
|
1551
1400
|
display: inline-flex;
|
|
1552
1401
|
float: none;
|
|
1553
1402
|
}
|
|
1554
|
-
|
|
1555
1403
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1556
1404
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1557
1405
|
width: 0;
|
|
1558
1406
|
}
|
|
1559
|
-
|
|
1560
1407
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1561
1408
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1562
1409
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
@@ -1565,12 +1412,10 @@ ejs-dropdownlist {
|
|
|
1565
1412
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1566
1413
|
display: none;
|
|
1567
1414
|
}
|
|
1568
|
-
|
|
1569
1415
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1570
1416
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1571
1417
|
padding: 0 48px 0 0;
|
|
1572
1418
|
}
|
|
1573
|
-
|
|
1574
1419
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1575
1420
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1576
1421
|
-ms-flex-align: center;
|
|
@@ -1579,7 +1424,6 @@ ejs-dropdownlist {
|
|
|
1579
1424
|
max-width: 100%;
|
|
1580
1425
|
word-break: break-word;
|
|
1581
1426
|
}
|
|
1582
|
-
|
|
1583
1427
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1584
1428
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1585
1429
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1599,7 +1443,6 @@ ejs-dropdownlist {
|
|
|
1599
1443
|
right: 2px;
|
|
1600
1444
|
top: 80%;
|
|
1601
1445
|
}
|
|
1602
|
-
|
|
1603
1446
|
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1604
1447
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1605
1448
|
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
@@ -1607,14 +1450,12 @@ ejs-dropdownlist {
|
|
|
1607
1450
|
display: -ms-flexbox;
|
|
1608
1451
|
display: flex;
|
|
1609
1452
|
}
|
|
1610
|
-
|
|
1611
1453
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1612
1454
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1613
1455
|
margin-right: 0;
|
|
1614
1456
|
margin-top: -1.68em;
|
|
1615
1457
|
right: 0;
|
|
1616
1458
|
}
|
|
1617
|
-
|
|
1618
1459
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1619
1460
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1620
1461
|
font-size: 10px;
|
|
@@ -1626,7 +1467,6 @@ ejs-dropdownlist {
|
|
|
1626
1467
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
1627
1468
|
float: right;
|
|
1628
1469
|
}
|
|
1629
|
-
|
|
1630
1470
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
1631
1471
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
1632
1472
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1634,7 +1474,6 @@ ejs-dropdownlist {
|
|
|
1634
1474
|
left: 0;
|
|
1635
1475
|
right: auto;
|
|
1636
1476
|
}
|
|
1637
|
-
|
|
1638
1477
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
1639
1478
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
1640
1479
|
padding: 0 0 0 48px;
|
|
@@ -1646,7 +1485,7 @@ ejs-dropdownlist {
|
|
|
1646
1485
|
|
|
1647
1486
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1648
1487
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1649
|
-
opacity: .7;
|
|
1488
|
+
opacity: 0.7;
|
|
1650
1489
|
pointer-events: none;
|
|
1651
1490
|
}
|
|
1652
1491
|
|
|
@@ -1729,7 +1568,7 @@ ejs-dropdownlist {
|
|
|
1729
1568
|
display: -ms-flexbox;
|
|
1730
1569
|
display: flex;
|
|
1731
1570
|
float: right;
|
|
1732
|
-
font-family:
|
|
1571
|
+
font-family: "e-icons";
|
|
1733
1572
|
height: 14px;
|
|
1734
1573
|
margin: 0 0 0;
|
|
1735
1574
|
width: 14px;
|
|
@@ -1806,7 +1645,7 @@ ejs-dropdownlist {
|
|
|
1806
1645
|
margin-top: -2.25em;
|
|
1807
1646
|
}
|
|
1808
1647
|
|
|
1809
|
-
.e-multi-select-wrapper input[type=
|
|
1648
|
+
.e-multi-select-wrapper input[type=text] {
|
|
1810
1649
|
background: none;
|
|
1811
1650
|
border: 0;
|
|
1812
1651
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
@@ -1819,7 +1658,7 @@ ejs-dropdownlist {
|
|
|
1819
1658
|
text-indent: 8px;
|
|
1820
1659
|
}
|
|
1821
1660
|
|
|
1822
|
-
.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1661
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1823
1662
|
background: none;
|
|
1824
1663
|
border: 0;
|
|
1825
1664
|
color: inherit;
|
|
@@ -1833,22 +1672,22 @@ ejs-dropdownlist {
|
|
|
1833
1672
|
text-indent: 8px;
|
|
1834
1673
|
}
|
|
1835
1674
|
|
|
1836
|
-
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1675
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1837
1676
|
padding: 5px;
|
|
1838
1677
|
}
|
|
1839
1678
|
|
|
1840
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1841
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=
|
|
1679
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1680
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1842
1681
|
height: 30px;
|
|
1843
1682
|
min-height: 30px;
|
|
1844
1683
|
}
|
|
1845
1684
|
|
|
1846
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1685
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1847
1686
|
height: 36px;
|
|
1848
1687
|
min-height: 36px;
|
|
1849
1688
|
}
|
|
1850
1689
|
|
|
1851
|
-
.e-multi-select-wrapper input[type=
|
|
1690
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1852
1691
|
display: none;
|
|
1853
1692
|
}
|
|
1854
1693
|
|
|
@@ -1933,7 +1772,7 @@ ejs-dropdownlist {
|
|
|
1933
1772
|
}
|
|
1934
1773
|
|
|
1935
1774
|
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
1936
|
-
content:
|
|
1775
|
+
content: "";
|
|
1937
1776
|
}
|
|
1938
1777
|
|
|
1939
1778
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
@@ -1943,68 +1782,53 @@ ejs-dropdownlist {
|
|
|
1943
1782
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
1944
1783
|
padding-left: 0;
|
|
1945
1784
|
}
|
|
1946
|
-
|
|
1947
1785
|
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
1948
1786
|
padding: 0 2px 0 32px;
|
|
1949
1787
|
}
|
|
1950
|
-
|
|
1951
1788
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1952
1789
|
left: -12px;
|
|
1953
1790
|
}
|
|
1954
|
-
|
|
1955
1791
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
1956
1792
|
margin: 0;
|
|
1957
1793
|
margin-right: auto;
|
|
1958
1794
|
}
|
|
1959
|
-
|
|
1960
1795
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
1961
1796
|
float: right;
|
|
1962
1797
|
}
|
|
1963
|
-
|
|
1964
1798
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
1965
1799
|
float: right;
|
|
1966
1800
|
margin: 4px;
|
|
1967
1801
|
padding: 0 8px 0 4px;
|
|
1968
1802
|
}
|
|
1969
|
-
|
|
1970
1803
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
1971
1804
|
padding: 5px 4px;
|
|
1972
1805
|
}
|
|
1973
|
-
|
|
1974
1806
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
1975
1807
|
float: left;
|
|
1976
1808
|
}
|
|
1977
|
-
|
|
1978
1809
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1979
1810
|
left: 0;
|
|
1980
1811
|
}
|
|
1981
|
-
|
|
1982
1812
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1983
1813
|
padding: 0 4px 0 8px;
|
|
1984
1814
|
}
|
|
1985
|
-
|
|
1986
1815
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
1987
1816
|
padding: 8px 4px;
|
|
1988
1817
|
}
|
|
1989
|
-
|
|
1990
1818
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1991
1819
|
padding: 0 8px 0 4px;
|
|
1992
1820
|
}
|
|
1993
|
-
|
|
1994
1821
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1995
1822
|
padding: 12px 4px;
|
|
1996
1823
|
}
|
|
1997
|
-
|
|
1998
1824
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1999
1825
|
left: 30px;
|
|
2000
1826
|
position: absolute;
|
|
2001
1827
|
right: auto;
|
|
2002
1828
|
}
|
|
2003
|
-
|
|
2004
1829
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
2005
1830
|
left: -4px;
|
|
2006
1831
|
}
|
|
2007
|
-
|
|
2008
1832
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
2009
1833
|
padding-right: 8px;
|
|
2010
1834
|
}
|
|
@@ -2177,15 +2001,15 @@ ejs-dropdownlist {
|
|
|
2177
2001
|
|
|
2178
2002
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
2179
2003
|
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
2180
|
-
opacity: .3;
|
|
2004
|
+
opacity: 0.3;
|
|
2181
2005
|
}
|
|
2182
2006
|
|
|
2183
2007
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
2184
2008
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
2185
|
-
opacity: .7;
|
|
2009
|
+
opacity: 0.7;
|
|
2186
2010
|
}
|
|
2187
2011
|
|
|
2188
|
-
.e-multi-select-wrapper input[readonly=
|
|
2012
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
2189
2013
|
pointer-events: none;
|
|
2190
2014
|
}
|
|
2191
2015
|
|
|
@@ -2226,7 +2050,7 @@ ejs-multiselect {
|
|
|
2226
2050
|
height: 36px;
|
|
2227
2051
|
}
|
|
2228
2052
|
|
|
2229
|
-
.e-small .e-multi-select-wrapper input[type=
|
|
2053
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2230
2054
|
height: 24px;
|
|
2231
2055
|
min-height: 24px;
|
|
2232
2056
|
}
|
|
@@ -2258,7 +2082,7 @@ ejs-multiselect {
|
|
|
2258
2082
|
min-height: 28px;
|
|
2259
2083
|
}
|
|
2260
2084
|
|
|
2261
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=
|
|
2085
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2262
2086
|
height: 32px;
|
|
2263
2087
|
min-height: 32px;
|
|
2264
2088
|
}
|
|
@@ -2286,7 +2110,7 @@ ejs-multiselect {
|
|
|
2286
2110
|
min-height: 40px;
|
|
2287
2111
|
}
|
|
2288
2112
|
|
|
2289
|
-
.e-multiselect.e-outline .e-multi-select-wrapper input[type=
|
|
2113
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2290
2114
|
color: inherit;
|
|
2291
2115
|
}
|
|
2292
2116
|
|
|
@@ -2340,8 +2164,8 @@ ejs-multiselect {
|
|
|
2340
2164
|
padding: 0;
|
|
2341
2165
|
}
|
|
2342
2166
|
|
|
2343
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2344
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2167
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2168
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2345
2169
|
padding: 5px 0;
|
|
2346
2170
|
}
|
|
2347
2171
|
|
|
@@ -2745,27 +2569,27 @@ ejs-multiselect {
|
|
|
2745
2569
|
}
|
|
2746
2570
|
|
|
2747
2571
|
.e-listbox-tool .e-moveup::before {
|
|
2748
|
-
content:
|
|
2572
|
+
content: "\e776";
|
|
2749
2573
|
}
|
|
2750
2574
|
|
|
2751
2575
|
.e-listbox-tool .e-movedown::before {
|
|
2752
|
-
content:
|
|
2576
|
+
content: "\e729";
|
|
2753
2577
|
}
|
|
2754
2578
|
|
|
2755
2579
|
.e-listbox-tool .e-moveto::before {
|
|
2756
|
-
content:
|
|
2580
|
+
content: "\e748";
|
|
2757
2581
|
}
|
|
2758
2582
|
|
|
2759
2583
|
.e-listbox-tool .e-movefrom::before {
|
|
2760
|
-
content:
|
|
2584
|
+
content: "\e765";
|
|
2761
2585
|
}
|
|
2762
2586
|
|
|
2763
2587
|
.e-listbox-tool .e-moveallto::before {
|
|
2764
|
-
content:
|
|
2588
|
+
content: "\e7a9";
|
|
2765
2589
|
}
|
|
2766
2590
|
|
|
2767
2591
|
.e-listbox-tool .e-moveallfrom::before {
|
|
2768
|
-
content:
|
|
2592
|
+
content: "\e744";
|
|
2769
2593
|
}
|
|
2770
2594
|
|
|
2771
2595
|
.e-listbox-wrapper,
|
|
@@ -2780,28 +2604,23 @@ ejs-multiselect {
|
|
|
2780
2604
|
user-select: none;
|
|
2781
2605
|
width: 100%;
|
|
2782
2606
|
}
|
|
2783
|
-
|
|
2784
2607
|
.e-listbox-wrapper *,
|
|
2785
2608
|
.e-listbox-container * {
|
|
2786
2609
|
box-sizing: border-box;
|
|
2787
2610
|
}
|
|
2788
|
-
|
|
2789
2611
|
.e-listbox-wrapper:focus,
|
|
2790
2612
|
.e-listbox-container:focus {
|
|
2791
2613
|
outline: none;
|
|
2792
2614
|
}
|
|
2793
|
-
|
|
2794
2615
|
.e-listbox-wrapper.e-disabled,
|
|
2795
2616
|
.e-listbox-container.e-disabled {
|
|
2796
2617
|
cursor: default;
|
|
2797
2618
|
pointer-events: none;
|
|
2798
2619
|
}
|
|
2799
|
-
|
|
2800
2620
|
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
2801
2621
|
.e-listbox-container:not(.e-list-template) .e-list-nrt {
|
|
2802
2622
|
text-align: center;
|
|
2803
2623
|
}
|
|
2804
|
-
|
|
2805
2624
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2806
2625
|
.e-listbox-wrapper .e-list-nrt,
|
|
2807
2626
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -2813,55 +2632,45 @@ ejs-multiselect {
|
|
|
2813
2632
|
padding: 10px 12px;
|
|
2814
2633
|
position: relative;
|
|
2815
2634
|
}
|
|
2816
|
-
|
|
2817
2635
|
.e-listbox-wrapper.e-filter-list,
|
|
2818
2636
|
.e-listbox-container.e-filter-list {
|
|
2819
2637
|
overflow: inherit;
|
|
2820
2638
|
}
|
|
2821
|
-
|
|
2822
2639
|
.e-listbox-wrapper .e-list-parent,
|
|
2823
2640
|
.e-listbox-container .e-list-parent {
|
|
2824
2641
|
height: 100%;
|
|
2825
2642
|
min-height: 36px;
|
|
2826
2643
|
}
|
|
2827
|
-
|
|
2828
2644
|
.e-listbox-wrapper .e-list-item,
|
|
2829
2645
|
.e-listbox-container .e-list-item {
|
|
2830
2646
|
border-bottom: 0 solid;
|
|
2831
2647
|
outline: none;
|
|
2832
2648
|
}
|
|
2833
|
-
|
|
2834
2649
|
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
2835
2650
|
.e-listbox-container .e-list-item.e-disabled {
|
|
2836
2651
|
pointer-events: none;
|
|
2837
2652
|
}
|
|
2838
|
-
|
|
2839
2653
|
.e-listbox-wrapper .e-disable,
|
|
2840
2654
|
.e-listbox-container .e-disable {
|
|
2841
|
-
opacity: .7;
|
|
2655
|
+
opacity: 0.7;
|
|
2842
2656
|
}
|
|
2843
|
-
|
|
2844
2657
|
.e-listbox-wrapper .e-list-parent,
|
|
2845
2658
|
.e-listbox-container .e-list-parent {
|
|
2846
2659
|
margin: 0;
|
|
2847
2660
|
padding: 0;
|
|
2848
2661
|
}
|
|
2849
|
-
|
|
2850
2662
|
.e-listbox-wrapper .e-list-header .e-text.header,
|
|
2851
2663
|
.e-listbox-container .e-list-header .e-text.header {
|
|
2852
2664
|
display: none;
|
|
2853
2665
|
}
|
|
2854
|
-
|
|
2855
2666
|
.e-listbox-wrapper .e-icon-back,
|
|
2856
2667
|
.e-listbox-container .e-icon-back {
|
|
2857
2668
|
margin-top: 2px;
|
|
2858
2669
|
}
|
|
2859
|
-
|
|
2860
2670
|
.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2861
2671
|
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header {
|
|
2862
2672
|
display: none;
|
|
2863
2673
|
}
|
|
2864
|
-
|
|
2865
2674
|
.e-listbox-wrapper .e-list-header,
|
|
2866
2675
|
.e-listbox-container .e-list-header {
|
|
2867
2676
|
-ms-flex-align: center;
|
|
@@ -2873,24 +2682,20 @@ ejs-multiselect {
|
|
|
2873
2682
|
height: 18px;
|
|
2874
2683
|
padding: 0 12px;
|
|
2875
2684
|
}
|
|
2876
|
-
|
|
2877
2685
|
.e-listbox-wrapper .e-has-header > .e-view,
|
|
2878
2686
|
.e-listbox-container .e-has-header > .e-view {
|
|
2879
2687
|
top: 45px;
|
|
2880
2688
|
}
|
|
2881
|
-
|
|
2882
2689
|
.e-listbox-wrapper .e-but-back,
|
|
2883
2690
|
.e-listbox-container .e-but-back {
|
|
2884
2691
|
cursor: pointer;
|
|
2885
2692
|
padding-right: 8px;
|
|
2886
2693
|
}
|
|
2887
|
-
|
|
2888
2694
|
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
2889
2695
|
.e-listbox-container .e-list-group-item:first-child {
|
|
2890
2696
|
border: 0;
|
|
2891
2697
|
border-bottom: 0 solid transparent;
|
|
2892
2698
|
}
|
|
2893
|
-
|
|
2894
2699
|
.e-listbox-wrapper .e-list-group-item,
|
|
2895
2700
|
.e-listbox-container .e-list-group-item {
|
|
2896
2701
|
border-bottom: 0 solid transparent;
|
|
@@ -2900,7 +2705,6 @@ ejs-multiselect {
|
|
|
2900
2705
|
line-height: 8px;
|
|
2901
2706
|
padding: 10px 12px;
|
|
2902
2707
|
}
|
|
2903
|
-
|
|
2904
2708
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
2905
2709
|
.e-listbox-container .e-icon-collapsible {
|
|
2906
2710
|
cursor: pointer;
|
|
@@ -2910,50 +2714,41 @@ ejs-multiselect {
|
|
|
2910
2714
|
top: 50%;
|
|
2911
2715
|
transform: translateY(-50%);
|
|
2912
2716
|
}
|
|
2913
|
-
|
|
2914
2717
|
.e-listbox-wrapper .e-text-content,
|
|
2915
2718
|
.e-listbox-container .e-text-content {
|
|
2916
2719
|
height: 100%;
|
|
2917
2720
|
position: relative;
|
|
2918
2721
|
vertical-align: middle;
|
|
2919
2722
|
}
|
|
2920
|
-
|
|
2921
2723
|
.e-listbox-wrapper .e-text-content *,
|
|
2922
2724
|
.e-listbox-container .e-text-content * {
|
|
2923
2725
|
display: inline-block;
|
|
2924
2726
|
vertical-align: middle;
|
|
2925
2727
|
}
|
|
2926
|
-
|
|
2927
2728
|
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
2928
2729
|
.e-listbox-container .e-text-content.e-checkbox .e-list-text {
|
|
2929
2730
|
width: calc(100% - 40px);
|
|
2930
2731
|
}
|
|
2931
|
-
|
|
2932
2732
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
2933
2733
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
2934
2734
|
width: calc(100% - 90px);
|
|
2935
2735
|
}
|
|
2936
|
-
|
|
2937
2736
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
2938
2737
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
2939
2738
|
width: calc(100% - 80px);
|
|
2940
2739
|
}
|
|
2941
|
-
|
|
2942
2740
|
.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
2943
2741
|
.e-listbox-container .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
2944
2742
|
width: calc(100% - 92px);
|
|
2945
2743
|
}
|
|
2946
|
-
|
|
2947
2744
|
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
2948
2745
|
.e-listbox-container .e-checkbox .e-checkbox-left {
|
|
2949
2746
|
margin: -2px 8px 0 0;
|
|
2950
2747
|
}
|
|
2951
|
-
|
|
2952
2748
|
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
2953
2749
|
.e-listbox-container .e-checkbox .e-checkbox-right {
|
|
2954
2750
|
margin: -2px 0 0 8px;
|
|
2955
2751
|
}
|
|
2956
|
-
|
|
2957
2752
|
.e-listbox-wrapper .e-list-text,
|
|
2958
2753
|
.e-listbox-container .e-list-text {
|
|
2959
2754
|
cursor: pointer;
|
|
@@ -2964,58 +2759,48 @@ ejs-multiselect {
|
|
|
2964
2759
|
white-space: nowrap;
|
|
2965
2760
|
width: 100%;
|
|
2966
2761
|
}
|
|
2967
|
-
|
|
2968
2762
|
.e-listbox-wrapper .e-list-icon + .e-list-text,
|
|
2969
2763
|
.e-listbox-container .e-list-icon + .e-list-text {
|
|
2970
2764
|
width: calc(100% - 60px);
|
|
2971
2765
|
}
|
|
2972
|
-
|
|
2973
2766
|
.e-listbox-wrapper .e-icon-wrapper .e-list-text,
|
|
2974
2767
|
.e-listbox-container .e-icon-wrapper .e-list-text {
|
|
2975
2768
|
width: calc(100% - 60px);
|
|
2976
2769
|
}
|
|
2977
|
-
|
|
2978
2770
|
.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2979
2771
|
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
2980
2772
|
width: calc(100% - 60px);
|
|
2981
2773
|
}
|
|
2982
|
-
|
|
2983
2774
|
.e-listbox-wrapper .e-list-icon,
|
|
2984
2775
|
.e-listbox-container .e-list-icon {
|
|
2985
2776
|
height: 30px;
|
|
2986
2777
|
margin-right: 16px;
|
|
2987
2778
|
width: 30px;
|
|
2988
2779
|
}
|
|
2989
|
-
|
|
2990
2780
|
.e-listbox-wrapper .e-content,
|
|
2991
2781
|
.e-listbox-container .e-content {
|
|
2992
2782
|
overflow: hidden;
|
|
2993
2783
|
position: relative;
|
|
2994
2784
|
}
|
|
2995
|
-
|
|
2996
2785
|
.e-listbox-wrapper .e-list-header .e-text,
|
|
2997
2786
|
.e-listbox-container .e-list-header .e-text {
|
|
2998
2787
|
cursor: pointer;
|
|
2999
2788
|
text-indent: 0;
|
|
3000
2789
|
}
|
|
3001
|
-
|
|
3002
2790
|
.e-listbox-wrapper .e-text .e-headertext,
|
|
3003
2791
|
.e-listbox-container .e-text .e-headertext {
|
|
3004
2792
|
display: inline-block;
|
|
3005
2793
|
line-height: 18px;
|
|
3006
2794
|
}
|
|
3007
|
-
|
|
3008
2795
|
.e-listbox-wrapper.e-rtl,
|
|
3009
2796
|
.e-listbox-container.e-rtl {
|
|
3010
2797
|
direction: rtl;
|
|
3011
2798
|
}
|
|
3012
|
-
|
|
3013
2799
|
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
3014
2800
|
.e-listbox-container.e-rtl .e-list-icon {
|
|
3015
2801
|
margin-left: 16px;
|
|
3016
2802
|
margin-right: 0;
|
|
3017
2803
|
}
|
|
3018
|
-
|
|
3019
2804
|
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
3020
2805
|
.e-listbox-container.e-rtl .e-icon-collapsible {
|
|
3021
2806
|
left: 0%;
|
|
@@ -3023,61 +2808,50 @@ ejs-multiselect {
|
|
|
3023
2808
|
top: 50%;
|
|
3024
2809
|
transform: translateY(-50%) rotate(180deg);
|
|
3025
2810
|
}
|
|
3026
|
-
|
|
3027
2811
|
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
3028
2812
|
.e-listbox-container.e-rtl .e-list-header .e-text {
|
|
3029
2813
|
cursor: pointer;
|
|
3030
2814
|
}
|
|
3031
|
-
|
|
3032
2815
|
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
3033
2816
|
.e-listbox-container.e-rtl .e-but-back {
|
|
3034
2817
|
transform: rotate(180deg);
|
|
3035
2818
|
}
|
|
3036
|
-
|
|
3037
2819
|
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
3038
2820
|
.e-listbox-container.e-rtl .e-icon-back {
|
|
3039
2821
|
margin-top: -2px;
|
|
3040
2822
|
}
|
|
3041
|
-
|
|
3042
2823
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
3043
2824
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left {
|
|
3044
2825
|
margin: -2px 0 0 8px;
|
|
3045
2826
|
}
|
|
3046
|
-
|
|
3047
2827
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
3048
2828
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right {
|
|
3049
2829
|
margin: -2px 8px 0 0;
|
|
3050
2830
|
}
|
|
3051
|
-
|
|
3052
2831
|
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
3053
2832
|
.e-listbox-container.e-rtl .e-checkbox-wrapper {
|
|
3054
2833
|
margin: -2px 0 0 8px;
|
|
3055
2834
|
}
|
|
3056
|
-
|
|
3057
2835
|
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
3058
2836
|
.e-listbox-container .e-checkbox-wrapper {
|
|
3059
2837
|
margin: -2px 8px 0 0;
|
|
3060
2838
|
text-indent: 0;
|
|
3061
2839
|
vertical-align: middle;
|
|
3062
2840
|
}
|
|
3063
|
-
|
|
3064
2841
|
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
3065
2842
|
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
3066
2843
|
position: absolute;
|
|
3067
2844
|
right: 0;
|
|
3068
2845
|
top: 30%;
|
|
3069
2846
|
}
|
|
3070
|
-
|
|
3071
2847
|
.e-listbox-wrapper .e-input-group,
|
|
3072
2848
|
.e-listbox-container .e-input-group {
|
|
3073
2849
|
padding: 4px 8px;
|
|
3074
2850
|
}
|
|
3075
|
-
|
|
3076
2851
|
.e-listbox-wrapper .e-input-focus,
|
|
3077
2852
|
.e-listbox-container .e-input-focus {
|
|
3078
2853
|
padding: 4px 4px 4px 8px;
|
|
3079
2854
|
}
|
|
3080
|
-
|
|
3081
2855
|
.e-listbox-wrapper .e-hidden-select,
|
|
3082
2856
|
.e-listbox-container .e-hidden-select {
|
|
3083
2857
|
height: 1px;
|
|
@@ -3085,7 +2859,6 @@ ejs-multiselect {
|
|
|
3085
2859
|
position: absolute;
|
|
3086
2860
|
width: 100%;
|
|
3087
2861
|
}
|
|
3088
|
-
|
|
3089
2862
|
.e-listbox-wrapper .e-placeholder,
|
|
3090
2863
|
.e-listbox-container .e-placeholder {
|
|
3091
2864
|
background-color: #0078d4;
|
|
@@ -3104,7 +2877,6 @@ ejs-listbox {
|
|
|
3104
2877
|
.e-listbox-wrapper.e-filter-list {
|
|
3105
2878
|
overflow: inherit;
|
|
3106
2879
|
}
|
|
3107
|
-
|
|
3108
2880
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3109
2881
|
overflow: auto;
|
|
3110
2882
|
}
|
|
@@ -3114,22 +2886,18 @@ ejs-listbox {
|
|
|
3114
2886
|
border-width: 0;
|
|
3115
2887
|
overflow: visible;
|
|
3116
2888
|
}
|
|
3117
|
-
|
|
3118
2889
|
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
3119
2890
|
.e-listbox-container.e-sortableclone .e-list-item {
|
|
3120
2891
|
list-style-type: none;
|
|
3121
2892
|
}
|
|
3122
|
-
|
|
3123
2893
|
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
3124
2894
|
.e-listbox-container.e-sortableclone .e-ripple {
|
|
3125
2895
|
overflow: visible;
|
|
3126
2896
|
}
|
|
3127
|
-
|
|
3128
2897
|
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
3129
2898
|
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element {
|
|
3130
2899
|
display: none;
|
|
3131
2900
|
}
|
|
3132
|
-
|
|
3133
2901
|
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
3134
2902
|
.e-listbox-container.e-sortableclone .e-list-badge {
|
|
3135
2903
|
-ms-flex-align: center;
|
|
@@ -3156,41 +2924,34 @@ ejs-listbox {
|
|
|
3156
2924
|
display: -ms-flexbox;
|
|
3157
2925
|
display: flex;
|
|
3158
2926
|
}
|
|
3159
|
-
|
|
3160
2927
|
.e-listboxtool-wrapper *,
|
|
3161
2928
|
.e-listboxtool-container * {
|
|
3162
2929
|
box-sizing: border-box;
|
|
3163
2930
|
}
|
|
3164
|
-
|
|
3165
2931
|
.e-listboxtool-wrapper.e-disabled,
|
|
3166
2932
|
.e-listboxtool-container.e-disabled {
|
|
3167
2933
|
cursor: default;
|
|
3168
2934
|
pointer-events: none;
|
|
3169
2935
|
}
|
|
3170
|
-
|
|
3171
2936
|
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
3172
2937
|
.e-listboxtool-container .e-listbox-wrapper {
|
|
3173
2938
|
-ms-flex: 1;
|
|
3174
2939
|
flex: 1;
|
|
3175
2940
|
}
|
|
3176
|
-
|
|
3177
2941
|
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3178
2942
|
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3179
2943
|
margin-left: 15px;
|
|
3180
2944
|
}
|
|
3181
|
-
|
|
3182
2945
|
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3183
2946
|
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3184
2947
|
margin-right: 15px;
|
|
3185
2948
|
}
|
|
3186
|
-
|
|
3187
2949
|
.e-listboxtool-wrapper .e-listbox-tool,
|
|
3188
2950
|
.e-listboxtool-container .e-listbox-tool {
|
|
3189
2951
|
border: 1px solid #edebe9;
|
|
3190
2952
|
overflow: auto;
|
|
3191
2953
|
padding: 8px;
|
|
3192
2954
|
}
|
|
3193
|
-
|
|
3194
2955
|
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
3195
2956
|
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
3196
2957
|
display: list-item;
|
|
@@ -3202,7 +2963,6 @@ ejs-listbox {
|
|
|
3202
2963
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3203
2964
|
margin-right: 15px;
|
|
3204
2965
|
}
|
|
3205
|
-
|
|
3206
2966
|
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3207
2967
|
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3208
2968
|
margin-left: 15px;
|
|
@@ -3217,7 +2977,6 @@ ejs-listbox {
|
|
|
3217
2977
|
border-right: 0 solid transparent;
|
|
3218
2978
|
border-top: 0 solid transparent;
|
|
3219
2979
|
}
|
|
3220
|
-
|
|
3221
2980
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3222
2981
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3223
2982
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
@@ -3236,7 +2995,6 @@ ejs-listbox {
|
|
|
3236
2995
|
.e-listbox-container.e-bigger .e-list-header {
|
|
3237
2996
|
padding: 8px 16px;
|
|
3238
2997
|
}
|
|
3239
|
-
|
|
3240
2998
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3241
2999
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3242
3000
|
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
@@ -3249,21 +3007,18 @@ ejs-listbox {
|
|
|
3249
3007
|
line-height: 2.1;
|
|
3250
3008
|
position: relative;
|
|
3251
3009
|
}
|
|
3252
|
-
|
|
3253
3010
|
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3254
3011
|
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3255
3012
|
.e-bigger .e-listbox-container .e-list-parent,
|
|
3256
3013
|
.e-listbox-container.e-bigger .e-list-parent {
|
|
3257
3014
|
min-height: 48px;
|
|
3258
3015
|
}
|
|
3259
|
-
|
|
3260
3016
|
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3261
3017
|
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3262
3018
|
.e-bigger .e-listbox-container .e-text-content,
|
|
3263
3019
|
.e-listbox-container.e-bigger .e-text-content {
|
|
3264
3020
|
font-size: 16px;
|
|
3265
3021
|
}
|
|
3266
|
-
|
|
3267
3022
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3268
3023
|
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3269
3024
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
@@ -3271,7 +3026,6 @@ ejs-listbox {
|
|
|
3271
3026
|
height: 40px;
|
|
3272
3027
|
line-height: 25px;
|
|
3273
3028
|
}
|
|
3274
|
-
|
|
3275
3029
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3276
3030
|
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3277
3031
|
.e-bigger .e-listbox-container .e-list-header,
|
|
@@ -3283,28 +3037,24 @@ ejs-listbox {
|
|
|
3283
3037
|
font-weight: 600;
|
|
3284
3038
|
height: 22px;
|
|
3285
3039
|
}
|
|
3286
|
-
|
|
3287
3040
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3288
3041
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3289
3042
|
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3290
3043
|
.e-listbox-container.e-bigger .e-list-header .e-text.header {
|
|
3291
3044
|
display: none;
|
|
3292
3045
|
}
|
|
3293
|
-
|
|
3294
3046
|
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3295
3047
|
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3296
3048
|
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3297
3049
|
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3298
3050
|
display: none;
|
|
3299
3051
|
}
|
|
3300
|
-
|
|
3301
3052
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3302
3053
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3303
3054
|
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3304
3055
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3305
3056
|
font-size: 14px;
|
|
3306
3057
|
}
|
|
3307
|
-
|
|
3308
3058
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3309
3059
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3310
3060
|
height: calc(100% - 45px);
|
|
@@ -3331,7 +3081,6 @@ ejs-listbox {
|
|
|
3331
3081
|
font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", sans-serif;
|
|
3332
3082
|
font-size: 14px;
|
|
3333
3083
|
}
|
|
3334
|
-
|
|
3335
3084
|
.e-listbox-wrapper .e-list-header,
|
|
3336
3085
|
.e-listbox-container .e-list-header {
|
|
3337
3086
|
background-color: #f3f2f1;
|
|
@@ -3360,8 +3109,7 @@ ejs-listbox {
|
|
|
3360
3109
|
color: #201f1e;
|
|
3361
3110
|
}
|
|
3362
3111
|
|
|
3363
|
-
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3364
|
-
.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
3112
|
+
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled), .e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
3365
3113
|
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3366
3114
|
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3367
3115
|
background-color: #f3f2f1;
|
|
@@ -3381,16 +3129,14 @@ ejs-listbox {
|
|
|
3381
3129
|
color: #201f1e;
|
|
3382
3130
|
}
|
|
3383
3131
|
|
|
3384
|
-
.e-listbox-wrapper .e-list-item.e-focused,
|
|
3385
|
-
.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3132
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3386
3133
|
.e-listbox-container .e-list-item.e-focused,
|
|
3387
3134
|
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist {
|
|
3388
3135
|
background-color: #edebe9;
|
|
3389
3136
|
color: #201f1e;
|
|
3390
3137
|
}
|
|
3391
3138
|
|
|
3392
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3393
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
3139
|
+
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, .e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
3394
3140
|
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3395
3141
|
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3396
3142
|
background-color: #0078d4;
|
|
@@ -3423,17 +3169,14 @@ ejs-listbox {
|
|
|
3423
3169
|
height: inherit;
|
|
3424
3170
|
position: relative;
|
|
3425
3171
|
}
|
|
3426
|
-
|
|
3427
3172
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3428
3173
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3429
3174
|
padding: 8px 16px;
|
|
3430
3175
|
}
|
|
3431
|
-
|
|
3432
3176
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3433
3177
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3434
3178
|
padding: 4px;
|
|
3435
3179
|
}
|
|
3436
|
-
|
|
3437
3180
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3438
3181
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3439
3182
|
color: #201f1e;
|
|
@@ -3446,7 +3189,6 @@ ejs-listbox {
|
|
|
3446
3189
|
text-overflow: ellipsis;
|
|
3447
3190
|
white-space: nowrap;
|
|
3448
3191
|
}
|
|
3449
|
-
|
|
3450
3192
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3451
3193
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3452
3194
|
color: #3b3a39;
|
|
@@ -3456,14 +3198,12 @@ ejs-listbox {
|
|
|
3456
3198
|
padding: 2px 0 0 0;
|
|
3457
3199
|
word-wrap: break-word;
|
|
3458
3200
|
}
|
|
3459
|
-
|
|
3460
3201
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3461
3202
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3462
3203
|
overflow: hidden;
|
|
3463
3204
|
text-overflow: ellipsis;
|
|
3464
3205
|
white-space: nowrap;
|
|
3465
3206
|
}
|
|
3466
|
-
|
|
3467
3207
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3468
3208
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3469
3209
|
height: 40px;
|
|
@@ -3472,19 +3212,16 @@ ejs-listbox {
|
|
|
3472
3212
|
top: 0;
|
|
3473
3213
|
width: 40px;
|
|
3474
3214
|
}
|
|
3475
|
-
|
|
3476
3215
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3477
3216
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3478
3217
|
padding-left: 68px;
|
|
3479
3218
|
padding-right: 16px;
|
|
3480
3219
|
}
|
|
3481
|
-
|
|
3482
3220
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3483
3221
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3484
3222
|
padding-left: 16px;
|
|
3485
3223
|
padding-right: 68px;
|
|
3486
3224
|
}
|
|
3487
|
-
|
|
3488
3225
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3489
3226
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3490
3227
|
height: 40px;
|
|
@@ -3493,17 +3230,14 @@ ejs-listbox {
|
|
|
3493
3230
|
top: 0;
|
|
3494
3231
|
width: 40px;
|
|
3495
3232
|
}
|
|
3496
|
-
|
|
3497
3233
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3498
3234
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
|
|
3499
3235
|
top: 0;
|
|
3500
3236
|
}
|
|
3501
|
-
|
|
3502
3237
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3503
3238
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3504
3239
|
top: 0;
|
|
3505
3240
|
}
|
|
3506
|
-
|
|
3507
3241
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3508
3242
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3509
3243
|
font-size: 10px;
|
|
@@ -3516,19 +3250,16 @@ ejs-listbox {
|
|
|
3516
3250
|
transform: translateY(-50%);
|
|
3517
3251
|
width: 32px;
|
|
3518
3252
|
}
|
|
3519
|
-
|
|
3520
3253
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3521
3254
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3522
3255
|
padding-left: 68px;
|
|
3523
3256
|
padding-right: 10px;
|
|
3524
3257
|
}
|
|
3525
|
-
|
|
3526
3258
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3527
3259
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3528
3260
|
padding-left: 16px;
|
|
3529
3261
|
padding-right: 10px;
|
|
3530
3262
|
}
|
|
3531
|
-
|
|
3532
3263
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3533
3264
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3534
3265
|
display: block;
|
|
@@ -3538,65 +3269,54 @@ ejs-listbox {
|
|
|
3538
3269
|
text-overflow: ellipsis;
|
|
3539
3270
|
white-space: nowrap;
|
|
3540
3271
|
}
|
|
3541
|
-
|
|
3542
3272
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3543
3273
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
|
|
3544
3274
|
color: #201f1e;
|
|
3545
3275
|
}
|
|
3546
|
-
|
|
3547
3276
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3548
3277
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3549
3278
|
color: #201f1e;
|
|
3550
3279
|
}
|
|
3551
|
-
|
|
3552
3280
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3553
3281
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header {
|
|
3554
3282
|
color: #201f1e;
|
|
3555
3283
|
}
|
|
3556
|
-
|
|
3557
3284
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3558
3285
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3559
3286
|
color: #201f1e;
|
|
3560
3287
|
}
|
|
3561
|
-
|
|
3562
3288
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3563
3289
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3564
3290
|
left: inherit;
|
|
3565
3291
|
right: 0;
|
|
3566
3292
|
}
|
|
3567
|
-
|
|
3568
3293
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3569
3294
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3570
3295
|
padding-left: 16px;
|
|
3571
3296
|
padding-right: 68px;
|
|
3572
3297
|
}
|
|
3573
|
-
|
|
3574
3298
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3575
3299
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3576
3300
|
padding-left: 68px;
|
|
3577
3301
|
padding-right: 16px;
|
|
3578
3302
|
}
|
|
3579
|
-
|
|
3580
3303
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3581
3304
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3582
3305
|
left: 0;
|
|
3583
3306
|
right: inherit;
|
|
3584
3307
|
}
|
|
3585
|
-
|
|
3586
3308
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3587
3309
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3588
3310
|
left: 12px;
|
|
3589
3311
|
right: inherit;
|
|
3590
3312
|
}
|
|
3591
|
-
|
|
3592
3313
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3593
3314
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3594
3315
|
padding-left: 10px;
|
|
3595
3316
|
padding-right: 68px;
|
|
3596
3317
|
}
|
|
3597
|
-
|
|
3598
3318
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3599
3319
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3600
3320
|
padding-left: 10px;
|
|
3601
3321
|
padding-right: 16px;
|
|
3602
|
-
}
|
|
3322
|
+
}
|