@syncfusion/ej2-dropdowns 20.1.51 → 20.1.56
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 +26 -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 +90 -69
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +54 -32
- 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/auto-complete/auto-complete.js +3 -1
- package/src/combo-box/combo-box.js +4 -3
- package/src/common/incremental-search.js +1 -1
- package/src/drop-down-base/drop-down-base.js +5 -3
- package/src/drop-down-list/drop-down-list.js +10 -2
- package/src/drop-down-tree/drop-down-tree-model.d.ts +2 -2
- package/src/drop-down-tree/drop-down-tree.js +5 -5
- package/src/list-box/list-box.js +16 -10
- package/src/multi-select/multi-select-model.d.ts +1 -1
- package/src/multi-select/multi-select.js +10 -7
- 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/tailwind-dark.css
CHANGED
|
@@ -57,15 +57,13 @@
|
|
|
57
57
|
.e-dropdownbase.e-bigger {
|
|
58
58
|
min-height: 45px;
|
|
59
59
|
}
|
|
60
|
-
|
|
61
60
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
62
61
|
.e-dropdownbase.e-bigger .e-list-item {
|
|
63
62
|
line-height: 36px;
|
|
64
63
|
text-indent: 16px;
|
|
65
64
|
}
|
|
66
65
|
|
|
67
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
68
|
-
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
66
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
69
67
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
70
68
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
71
69
|
line-height: 36px;
|
|
@@ -83,14 +81,12 @@
|
|
|
83
81
|
position: relative;
|
|
84
82
|
width: 100%;
|
|
85
83
|
}
|
|
86
|
-
|
|
87
84
|
.e-dropdownbase .e-list-parent {
|
|
88
85
|
margin: 0;
|
|
89
86
|
padding: 0;
|
|
90
87
|
}
|
|
91
88
|
|
|
92
|
-
.e-dropdownbase .e-list-group-item,
|
|
93
|
-
.e-dropdownbase .e-fixed-head {
|
|
89
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
94
90
|
cursor: default;
|
|
95
91
|
}
|
|
96
92
|
|
|
@@ -113,7 +109,6 @@
|
|
|
113
109
|
position: absolute;
|
|
114
110
|
top: 0;
|
|
115
111
|
}
|
|
116
|
-
|
|
117
112
|
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
118
113
|
left: 33px;
|
|
119
114
|
}
|
|
@@ -195,13 +190,10 @@
|
|
|
195
190
|
padding-left: 16px;
|
|
196
191
|
padding-right: 0;
|
|
197
192
|
}
|
|
198
|
-
|
|
199
193
|
.e-rtl .e-dropdownbase.e-dd-group .e-list-item {
|
|
200
194
|
padding-right: 12px;
|
|
201
195
|
}
|
|
202
|
-
|
|
203
|
-
.e-rtl .e-dropdownbase .e-list-group-item,
|
|
204
|
-
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
196
|
+
.e-rtl .e-dropdownbase .e-list-group-item, .e-rtl .e-dropdownbase .e-fixed-head {
|
|
205
197
|
padding-right: 12px;
|
|
206
198
|
}
|
|
207
199
|
|
|
@@ -211,15 +203,12 @@
|
|
|
211
203
|
padding-left: 16px;
|
|
212
204
|
padding-right: 0;
|
|
213
205
|
}
|
|
214
|
-
|
|
215
206
|
.e-small.e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
216
207
|
.e-small .e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
217
208
|
.e-rtl .e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
218
209
|
padding-right: 8px;
|
|
219
210
|
}
|
|
220
|
-
|
|
221
|
-
.e-small.e-rtl .e-dropdownbase .e-list-group-item,
|
|
222
|
-
.e-small.e-rtl .e-dropdownbase .e-fixed-head,
|
|
211
|
+
.e-small.e-rtl .e-dropdownbase .e-list-group-item, .e-small.e-rtl .e-dropdownbase .e-fixed-head,
|
|
223
212
|
.e-small .e-rtl .e-dropdownbase .e-list-group-item,
|
|
224
213
|
.e-small .e-rtl .e-dropdownbase .e-fixed-head,
|
|
225
214
|
.e-rtl .e-small .e-dropdownbase .e-list-group-item,
|
|
@@ -227,15 +216,13 @@
|
|
|
227
216
|
padding-right: 8px;
|
|
228
217
|
}
|
|
229
218
|
|
|
230
|
-
.e-bigger.e-rtl .e-dropdownbase .e-list-group-item,
|
|
231
|
-
.e-bigger.e-rtl .e-dropdownbase .e-fixed-head,
|
|
219
|
+
.e-bigger.e-rtl .e-dropdownbase .e-list-group-item, .e-bigger.e-rtl .e-dropdownbase .e-fixed-head,
|
|
232
220
|
.e-bigger .e-rtl .e-dropdownbase .e-list-group-item,
|
|
233
221
|
.e-bigger .e-rtl .e-dropdownbase .e-fixed-head,
|
|
234
222
|
.e-rtl .e-bigger .e-dropdownbase .e-list-group-item,
|
|
235
223
|
.e-rtl .e-bigger .e-dropdownbase .e-fixed-head {
|
|
236
224
|
padding-right: 16px;
|
|
237
225
|
}
|
|
238
|
-
|
|
239
226
|
.e-bigger.e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
240
227
|
.e-bigger .e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
241
228
|
.e-rtl .e-bigger .e-dropdownbase.e-dd-group .e-list-item {
|
|
@@ -250,7 +237,6 @@
|
|
|
250
237
|
padding-left: 16px;
|
|
251
238
|
padding-right: 0;
|
|
252
239
|
}
|
|
253
|
-
|
|
254
240
|
.e-small.e-bigger.e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
255
241
|
.e-small.e-bigger .e-rtl .e-dropdownbase.e-dd-group .e-list-item,
|
|
256
242
|
.e-rtl .e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item,
|
|
@@ -258,9 +244,7 @@
|
|
|
258
244
|
.e-bigger .e-rtl.e-small .e-dropdownbase.e-dd-group .e-list-item {
|
|
259
245
|
padding-right: 14px;
|
|
260
246
|
}
|
|
261
|
-
|
|
262
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-group-item,
|
|
263
|
-
.e-small.e-bigger.e-rtl .e-dropdownbase .e-fixed-head,
|
|
247
|
+
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-group-item, .e-small.e-bigger.e-rtl .e-dropdownbase .e-fixed-head,
|
|
264
248
|
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-group-item,
|
|
265
249
|
.e-small.e-bigger .e-rtl .e-dropdownbase .e-fixed-head,
|
|
266
250
|
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-group-item,
|
|
@@ -275,7 +259,6 @@
|
|
|
275
259
|
.e-dropdownbase {
|
|
276
260
|
border-color: #4b5563;
|
|
277
261
|
}
|
|
278
|
-
|
|
279
262
|
.e-dropdownbase .e-list-item {
|
|
280
263
|
-webkit-tap-highlight-color: transparent;
|
|
281
264
|
background-color: #374151;
|
|
@@ -304,8 +287,7 @@
|
|
|
304
287
|
padding-right: 16px;
|
|
305
288
|
}
|
|
306
289
|
|
|
307
|
-
.e-dropdownbase .e-list-item.e-active,
|
|
308
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
290
|
+
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
309
291
|
background-color: #6b7280;
|
|
310
292
|
border-color: #1f2937;
|
|
311
293
|
color: #fff;
|
|
@@ -325,8 +307,7 @@
|
|
|
325
307
|
background-color: #4b5563;
|
|
326
308
|
}
|
|
327
309
|
|
|
328
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
329
|
-
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
310
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
330
311
|
font-size: 14px;
|
|
331
312
|
padding-left: 16px;
|
|
332
313
|
}
|
|
@@ -396,8 +377,7 @@
|
|
|
396
377
|
text-indent: 8px;
|
|
397
378
|
}
|
|
398
379
|
|
|
399
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
400
|
-
.e-small .e-dropdownbase .e-fixed-head,
|
|
380
|
+
.e-small .e-dropdownbase .e-list-group-item, .e-small .e-dropdownbase .e-fixed-head,
|
|
401
381
|
.e-dropdownbase.e-small .e-list-group-item,
|
|
402
382
|
.e-dropdownbase.e-small .e-fixed-head {
|
|
403
383
|
font-size: 10px;
|
|
@@ -419,8 +399,7 @@
|
|
|
419
399
|
text-indent: 14px;
|
|
420
400
|
}
|
|
421
401
|
|
|
422
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
423
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
402
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
424
403
|
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
425
404
|
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
426
405
|
line-height: 32px;
|
|
@@ -433,8 +412,7 @@
|
|
|
433
412
|
font-size: 18px;
|
|
434
413
|
}
|
|
435
414
|
|
|
436
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
437
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
415
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
438
416
|
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
439
417
|
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
440
418
|
font-size: 12px;
|
|
@@ -479,7 +457,6 @@
|
|
|
479
457
|
transform: rotate(360deg);
|
|
480
458
|
}
|
|
481
459
|
}
|
|
482
|
-
|
|
483
460
|
@keyframes fabric-spinner-rotate {
|
|
484
461
|
0% {
|
|
485
462
|
transform: rotate(0);
|
|
@@ -488,7 +465,6 @@
|
|
|
488
465
|
transform: rotate(360deg);
|
|
489
466
|
}
|
|
490
467
|
}
|
|
491
|
-
|
|
492
468
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
493
469
|
transform: rotate(0deg);
|
|
494
470
|
transition: transform 300ms ease;
|
|
@@ -584,31 +560,28 @@
|
|
|
584
560
|
}
|
|
585
561
|
|
|
586
562
|
.e-ddl .e-search-icon::before {
|
|
587
|
-
content:
|
|
563
|
+
content: "\e754";
|
|
588
564
|
}
|
|
589
565
|
|
|
590
566
|
.e-ddl .e-back-icon::before {
|
|
591
|
-
content:
|
|
567
|
+
content: "\e773";
|
|
592
568
|
}
|
|
593
569
|
|
|
594
570
|
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
595
|
-
content:
|
|
596
|
-
font-family:
|
|
571
|
+
content: "\e729";
|
|
572
|
+
font-family: "e-icons";
|
|
597
573
|
}
|
|
598
574
|
|
|
599
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter,
|
|
600
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
575
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
601
576
|
margin-left: -20px;
|
|
602
577
|
}
|
|
603
578
|
|
|
604
579
|
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
605
580
|
font-size: 16px;
|
|
606
581
|
}
|
|
607
|
-
|
|
608
582
|
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
609
583
|
font-size: 16px;
|
|
610
584
|
}
|
|
611
|
-
|
|
612
585
|
.e-popup-full-page {
|
|
613
586
|
bottom: 0;
|
|
614
587
|
left: 0;
|
|
@@ -618,7 +591,6 @@
|
|
|
618
591
|
right: 0;
|
|
619
592
|
top: 0;
|
|
620
593
|
}
|
|
621
|
-
|
|
622
594
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
623
595
|
margin: 0;
|
|
624
596
|
}
|
|
@@ -628,7 +600,7 @@
|
|
|
628
600
|
}
|
|
629
601
|
|
|
630
602
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
631
|
-
content:
|
|
603
|
+
content: "";
|
|
632
604
|
}
|
|
633
605
|
|
|
634
606
|
.e-ddl-device-filter .e-filter-parent {
|
|
@@ -655,8 +627,7 @@
|
|
|
655
627
|
cursor: pointer;
|
|
656
628
|
}
|
|
657
629
|
|
|
658
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
|
|
659
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
630
|
+
.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 {
|
|
660
631
|
width: 0;
|
|
661
632
|
}
|
|
662
633
|
|
|
@@ -665,10 +636,9 @@
|
|
|
665
636
|
border: 1px solid #4b5563;
|
|
666
637
|
position: absolute;
|
|
667
638
|
}
|
|
668
|
-
|
|
669
639
|
.e-ddl.e-popup .e-search-icon {
|
|
670
640
|
margin: 0;
|
|
671
|
-
opacity: .57;
|
|
641
|
+
opacity: 0.57;
|
|
672
642
|
padding: 12px 8px 8px;
|
|
673
643
|
}
|
|
674
644
|
|
|
@@ -680,8 +650,7 @@
|
|
|
680
650
|
margin-bottom: 0;
|
|
681
651
|
}
|
|
682
652
|
|
|
683
|
-
.e-ddl.e-popup .e-ddl-footer,
|
|
684
|
-
.e-ddl.e-popup .e-ddl-header {
|
|
653
|
+
.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
|
|
685
654
|
cursor: default;
|
|
686
655
|
}
|
|
687
656
|
|
|
@@ -753,7 +722,6 @@
|
|
|
753
722
|
outline: none;
|
|
754
723
|
width: 100%;
|
|
755
724
|
}
|
|
756
|
-
|
|
757
725
|
.e-ddl.e-input-group input[readonly].e-input,
|
|
758
726
|
.e-ddl.e-input-group input[readonly],
|
|
759
727
|
.e-ddl.e-input-group .e-dropdownlist {
|
|
@@ -770,22 +738,18 @@ ejs-dropdownlist {
|
|
|
770
738
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
771
739
|
font-size: 12px;
|
|
772
740
|
}
|
|
773
|
-
|
|
774
741
|
.e-small.e-ddl.e-popup .e-list-item,
|
|
775
742
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
776
743
|
font-size: 12px;
|
|
777
744
|
}
|
|
778
|
-
|
|
779
745
|
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
780
746
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
781
747
|
font-size: 14px;
|
|
782
748
|
}
|
|
783
|
-
|
|
784
749
|
.e-bigger.e-small.e-ddl.e-popup .e-list-item,
|
|
785
750
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
786
751
|
font-size: 14px;
|
|
787
752
|
}
|
|
788
|
-
|
|
789
753
|
.e-content-placeholder.e-ddl.e-placeholder-ddl,
|
|
790
754
|
.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
|
|
791
755
|
.e-content-placeholder.e-combobox.e-placeholder-combobox {
|
|
@@ -820,7 +784,6 @@ ejs-dropdownlist {
|
|
|
820
784
|
transform: rotate(360deg);
|
|
821
785
|
}
|
|
822
786
|
}
|
|
823
|
-
|
|
824
787
|
@keyframes fabric-spinner-rotate {
|
|
825
788
|
0% {
|
|
826
789
|
transform: rotate(0);
|
|
@@ -829,66 +792,54 @@ ejs-dropdownlist {
|
|
|
829
792
|
transform: rotate(360deg);
|
|
830
793
|
}
|
|
831
794
|
}
|
|
832
|
-
|
|
833
795
|
/*! TreeView's tailwind theme wise override definitions and variables */
|
|
834
796
|
.e-ddt .e-ddt-icon::before {
|
|
835
|
-
content:
|
|
797
|
+
content: "\e734";
|
|
836
798
|
}
|
|
837
|
-
|
|
838
799
|
.e-ddt .e-chips-close::before {
|
|
839
|
-
content:
|
|
800
|
+
content: "\e7e7";
|
|
840
801
|
}
|
|
841
802
|
|
|
842
803
|
.e-ddt {
|
|
843
804
|
cursor: pointer;
|
|
844
805
|
outline: none;
|
|
845
806
|
}
|
|
846
|
-
|
|
847
807
|
.e-ddt .e-ddt-icon::before {
|
|
848
808
|
transform: rotate(0deg);
|
|
849
809
|
transition: transform 300ms ease;
|
|
850
810
|
}
|
|
851
|
-
|
|
852
811
|
.e-ddt.e-icon-anim .e-ddt-icon::before {
|
|
853
812
|
transform: rotate(180deg);
|
|
854
813
|
transition: transform 300ms ease;
|
|
855
814
|
}
|
|
856
|
-
|
|
857
815
|
.e-ddt .e-ddt-hidden {
|
|
858
816
|
border: 0;
|
|
859
817
|
height: 0;
|
|
860
818
|
visibility: hidden;
|
|
861
819
|
width: 0;
|
|
862
820
|
}
|
|
863
|
-
|
|
864
821
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
865
822
|
box-sizing: content-box;
|
|
866
823
|
}
|
|
867
|
-
|
|
868
824
|
.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 {
|
|
869
825
|
border: 0;
|
|
870
826
|
}
|
|
871
|
-
|
|
872
827
|
.e-ddt.e-input-group.e-control-wrapper .e-icon-hide, .e-ddt.e-float-input.e-control-wrapper .e-icon-hide {
|
|
873
828
|
display: none;
|
|
874
829
|
}
|
|
875
|
-
|
|
876
830
|
.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 {
|
|
877
831
|
bottom: 6px;
|
|
878
832
|
position: absolute;
|
|
879
833
|
right: 0;
|
|
880
834
|
}
|
|
881
|
-
|
|
882
835
|
.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 {
|
|
883
836
|
right: 28px;
|
|
884
837
|
}
|
|
885
|
-
|
|
886
838
|
.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 {
|
|
887
839
|
bottom: 0;
|
|
888
840
|
position: absolute;
|
|
889
841
|
right: 0;
|
|
890
842
|
}
|
|
891
|
-
|
|
892
843
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
|
|
893
844
|
.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,
|
|
894
845
|
.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,
|
|
@@ -897,23 +848,19 @@ ejs-dropdownlist {
|
|
|
897
848
|
padding-left: 0;
|
|
898
849
|
padding-right: 0;
|
|
899
850
|
}
|
|
900
|
-
|
|
901
851
|
.e-ddt .e-chips-wrapper {
|
|
902
852
|
width: 100%;
|
|
903
853
|
}
|
|
904
|
-
|
|
905
854
|
.e-ddt.e-show-chip .e-chips-close {
|
|
906
855
|
line-height: 10px;
|
|
907
856
|
min-height: 16px;
|
|
908
857
|
min-width: 16px;
|
|
909
858
|
text-align: center;
|
|
910
859
|
}
|
|
911
|
-
|
|
912
860
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
913
861
|
font-size: 16px;
|
|
914
862
|
vertical-align: middle;
|
|
915
863
|
}
|
|
916
|
-
|
|
917
864
|
.e-ddt.e-show-chip .e-chips {
|
|
918
865
|
-ms-flex-align: center;
|
|
919
866
|
align-items: center;
|
|
@@ -930,7 +877,6 @@ ejs-dropdownlist {
|
|
|
930
877
|
text-overflow: ellipsis;
|
|
931
878
|
white-space: nowrap;
|
|
932
879
|
}
|
|
933
|
-
|
|
934
880
|
.e-ddt.e-show-chip .e-chips > .e-chipcontent {
|
|
935
881
|
max-width: 100%;
|
|
936
882
|
overflow: hidden;
|
|
@@ -939,77 +885,62 @@ ejs-dropdownlist {
|
|
|
939
885
|
text-overflow: ellipsis;
|
|
940
886
|
white-space: nowrap;
|
|
941
887
|
}
|
|
942
|
-
|
|
943
888
|
.e-ddt .e-overflow {
|
|
944
889
|
white-space: nowrap;
|
|
945
890
|
}
|
|
946
|
-
|
|
947
891
|
.e-ddt .e-overflow.e-show-text {
|
|
948
892
|
padding: 3px 12px;
|
|
949
893
|
line-height: 22px;
|
|
950
894
|
}
|
|
951
|
-
|
|
952
895
|
.e-ddt .e-overflow.e-show-text .e-remain {
|
|
953
896
|
padding-left: 8px;
|
|
954
897
|
}
|
|
955
|
-
|
|
956
898
|
.e-ddt .e-overflow.e-total-count {
|
|
957
899
|
box-sizing: border-box;
|
|
958
900
|
display: inline-block;
|
|
959
901
|
overflow: hidden;
|
|
960
902
|
text-overflow: ellipsis;
|
|
961
903
|
}
|
|
962
|
-
|
|
963
904
|
.e-ddt .e-overflow.e-total-count .e-remain {
|
|
964
905
|
padding: 0 4px 0 0;
|
|
965
906
|
}
|
|
966
|
-
|
|
967
907
|
.e-ddt .e-overflow.e-wrap-count {
|
|
968
908
|
padding-top: 3px;
|
|
969
909
|
}
|
|
970
|
-
|
|
971
910
|
.e-ddt .e-overflow .e-remain {
|
|
972
911
|
cursor: pointer;
|
|
973
912
|
display: inline-block;
|
|
974
913
|
font-size: 14px;
|
|
975
914
|
padding: 0 0 0 4px;
|
|
976
915
|
}
|
|
977
|
-
|
|
978
916
|
.e-ddt .e-overflow .e-remain.e-wrap-count {
|
|
979
917
|
padding-top: 3px;
|
|
980
918
|
}
|
|
981
|
-
|
|
982
919
|
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
983
920
|
padding: 3px 12px;
|
|
984
921
|
}
|
|
985
|
-
|
|
986
922
|
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
987
923
|
margin-right: 18px;
|
|
988
924
|
max-width: calc(100% - 26px);
|
|
989
925
|
}
|
|
990
|
-
|
|
991
926
|
.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
992
927
|
margin-right: 18px;
|
|
993
928
|
max-width: calc(100% - 29px);
|
|
994
929
|
}
|
|
995
|
-
|
|
996
930
|
.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
997
931
|
margin-right: 45px;
|
|
998
932
|
max-width: calc(100% - 55px);
|
|
999
933
|
}
|
|
1000
|
-
|
|
1001
934
|
.e-ddt input[readonly],
|
|
1002
935
|
.e-ddt .e-dropdowntree,
|
|
1003
936
|
.e-ddt input[readonly].e-input {
|
|
1004
937
|
pointer-events: none;
|
|
1005
938
|
}
|
|
1006
|
-
|
|
1007
939
|
.e-ddt input[readonly].e-chip-input,
|
|
1008
940
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
1009
941
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
1010
942
|
width: 0;
|
|
1011
943
|
}
|
|
1012
|
-
|
|
1013
944
|
.e-ddt.e-popup {
|
|
1014
945
|
border: 1px solid #4b5563;
|
|
1015
946
|
border-radius: 4px;
|
|
@@ -1017,7 +948,6 @@ ejs-dropdownlist {
|
|
|
1017
948
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
1018
949
|
position: absolute;
|
|
1019
950
|
}
|
|
1020
|
-
|
|
1021
951
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1022
952
|
border-bottom: 1px solid;
|
|
1023
953
|
cursor: pointer;
|
|
@@ -1029,49 +959,40 @@ ejs-dropdownlist {
|
|
|
1029
959
|
width: 100%;
|
|
1030
960
|
padding: 8px 12px;
|
|
1031
961
|
}
|
|
1032
|
-
|
|
1033
962
|
.e-ddt.e-popup .e-selectall-parent.e-hide-selectall {
|
|
1034
963
|
display: none;
|
|
1035
964
|
}
|
|
1036
|
-
|
|
1037
965
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
1038
966
|
position: relative;
|
|
1039
967
|
text-indent: 0;
|
|
1040
968
|
}
|
|
1041
|
-
|
|
1042
969
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper .e-frame {
|
|
1043
970
|
margin-top: -3px;
|
|
1044
971
|
}
|
|
1045
|
-
|
|
1046
972
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1047
973
|
font-family: inherit;
|
|
1048
974
|
font-size: 14px;
|
|
1049
975
|
margin: 0 12px;
|
|
1050
976
|
line-height: 22px;
|
|
1051
977
|
}
|
|
1052
|
-
|
|
1053
978
|
.e-ddt.e-popup .e-filter-wrap {
|
|
1054
979
|
border-bottom: 1px solid #4b5563;
|
|
1055
980
|
border-top-width: 0;
|
|
1056
981
|
display: block;
|
|
1057
982
|
padding: 4px;
|
|
1058
983
|
}
|
|
1059
|
-
|
|
1060
984
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
1061
985
|
margin-bottom: 0;
|
|
1062
986
|
border: 1px solid #6b7280;
|
|
1063
987
|
border-radius: 4px;
|
|
1064
988
|
}
|
|
1065
|
-
|
|
1066
989
|
.e-ddt.e-popup .e-popup-content {
|
|
1067
990
|
overflow: auto;
|
|
1068
991
|
position: relative;
|
|
1069
992
|
}
|
|
1070
|
-
|
|
1071
993
|
.e-ddt.e-popup .e-popup-content .e-ddt-nodata {
|
|
1072
994
|
display: none;
|
|
1073
995
|
}
|
|
1074
|
-
|
|
1075
996
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1076
997
|
cursor: default;
|
|
1077
998
|
font-family: inherit;
|
|
@@ -1079,88 +1000,69 @@ ejs-dropdownlist {
|
|
|
1079
1000
|
padding: 8px 16px;
|
|
1080
1001
|
text-align: center;
|
|
1081
1002
|
}
|
|
1082
|
-
|
|
1083
1003
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
1084
1004
|
display: none;
|
|
1085
1005
|
}
|
|
1086
|
-
|
|
1087
1006
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
|
|
1088
1007
|
display: block;
|
|
1089
1008
|
line-height: 22px;
|
|
1090
1009
|
}
|
|
1091
|
-
|
|
1092
1010
|
.e-ddt.e-popup .e-treeview {
|
|
1093
1011
|
display: inline-table;
|
|
1094
1012
|
width: 100%;
|
|
1095
1013
|
}
|
|
1096
|
-
|
|
1097
1014
|
.e-ddt.e-popup .e-treeview .e-list-item {
|
|
1098
1015
|
padding: 0;
|
|
1099
1016
|
}
|
|
1100
|
-
|
|
1101
1017
|
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1102
1018
|
margin: 0;
|
|
1103
1019
|
padding: 0 0 0 14px;
|
|
1104
1020
|
}
|
|
1105
|
-
|
|
1106
1021
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1107
1022
|
overflow: hidden;
|
|
1108
1023
|
padding: 4px 0 4px 12px;
|
|
1109
1024
|
}
|
|
1110
|
-
|
|
1111
1025
|
.e-ddt.e-popup .e-ddt-footer,
|
|
1112
1026
|
.e-ddt.e-popup .e-ddt-header {
|
|
1113
1027
|
cursor: default;
|
|
1114
1028
|
}
|
|
1115
|
-
|
|
1116
1029
|
.e-ddt.e-rtl.e-show-chip .e-chips {
|
|
1117
1030
|
float: right;
|
|
1118
1031
|
}
|
|
1119
|
-
|
|
1120
1032
|
.e-ddt.e-rtl.e-show-chip .e-chips > .e-chipcontent {
|
|
1121
1033
|
padding: 0 0 0 4px;
|
|
1122
1034
|
}
|
|
1123
|
-
|
|
1124
1035
|
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain {
|
|
1125
1036
|
padding: 0 4px 0 0;
|
|
1126
1037
|
}
|
|
1127
|
-
|
|
1128
1038
|
.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 {
|
|
1129
1039
|
padding-top: 3px;
|
|
1130
1040
|
}
|
|
1131
|
-
|
|
1132
1041
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count {
|
|
1133
1042
|
position: absolute;
|
|
1134
1043
|
right: auto;
|
|
1135
1044
|
}
|
|
1136
|
-
|
|
1137
1045
|
.e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain {
|
|
1138
1046
|
padding: 0 0 0 4px;
|
|
1139
1047
|
}
|
|
1140
|
-
|
|
1141
1048
|
.e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count .e-remain {
|
|
1142
1049
|
padding-right: 8px;
|
|
1143
1050
|
}
|
|
1144
|
-
|
|
1145
1051
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1146
1052
|
padding: 3px 12px;
|
|
1147
1053
|
}
|
|
1148
|
-
|
|
1149
1054
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1150
1055
|
margin-left: 18px;
|
|
1151
1056
|
margin-right: 4px;
|
|
1152
1057
|
}
|
|
1153
|
-
|
|
1154
1058
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1155
1059
|
margin-left: 18px;
|
|
1156
1060
|
margin-right: 4px;
|
|
1157
1061
|
}
|
|
1158
|
-
|
|
1159
1062
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1160
1063
|
margin-left: 45px;
|
|
1161
1064
|
margin-right: 4px;
|
|
1162
1065
|
}
|
|
1163
|
-
|
|
1164
1066
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
1165
1067
|
.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,
|
|
1166
1068
|
.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,
|
|
@@ -1169,11 +1071,9 @@ ejs-dropdownlist {
|
|
|
1169
1071
|
left: 0;
|
|
1170
1072
|
right: auto;
|
|
1171
1073
|
}
|
|
1172
|
-
|
|
1173
1074
|
.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 {
|
|
1174
1075
|
left: 28px;
|
|
1175
1076
|
}
|
|
1176
|
-
|
|
1177
1077
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
1178
1078
|
padding: 0 14px 0 0;
|
|
1179
1079
|
}
|
|
@@ -1187,12 +1087,10 @@ ejs-dropdownlist {
|
|
|
1187
1087
|
height: 30px;
|
|
1188
1088
|
padding: 3px 8px;
|
|
1189
1089
|
}
|
|
1190
|
-
|
|
1191
1090
|
.e-bigger .e-ddt .e-chips > .e-chipcontent,
|
|
1192
1091
|
.e-ddt.e-bigger .e-chips > .e-chipcontent {
|
|
1193
1092
|
padding: 0 8px 0 0;
|
|
1194
1093
|
}
|
|
1195
|
-
|
|
1196
1094
|
.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,
|
|
1197
1095
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1198
1096
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
@@ -1201,7 +1099,6 @@ ejs-dropdownlist {
|
|
|
1201
1099
|
bottom: 3px;
|
|
1202
1100
|
right: 32px;
|
|
1203
1101
|
}
|
|
1204
|
-
|
|
1205
1102
|
.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,
|
|
1206
1103
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
1207
1104
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
@@ -1209,123 +1106,101 @@ ejs-dropdownlist {
|
|
|
1209
1106
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
1210
1107
|
bottom: 0;
|
|
1211
1108
|
}
|
|
1212
|
-
|
|
1213
1109
|
.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,
|
|
1214
1110
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
|
|
1215
1111
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1216
1112
|
min-width: 0;
|
|
1217
1113
|
padding: 6px;
|
|
1218
1114
|
}
|
|
1219
|
-
|
|
1220
1115
|
.e-bigger .e-ddt.e-show-chip .e-chips-close,
|
|
1221
1116
|
.e-ddt.e-bigger.e-show-chip .e-chips-close {
|
|
1222
1117
|
line-height: 18px;
|
|
1223
1118
|
min-height: 24px;
|
|
1224
1119
|
min-width: 24px;
|
|
1225
1120
|
}
|
|
1226
|
-
|
|
1227
1121
|
.e-bigger .e-ddt.e-show-chip .e-chips-close::before,
|
|
1228
1122
|
.e-ddt.e-bigger.e-show-chip .e-chips-close::before {
|
|
1229
1123
|
font-size: 20px;
|
|
1230
1124
|
}
|
|
1231
|
-
|
|
1232
1125
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
1233
1126
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
1234
1127
|
padding: 7px 16px;
|
|
1235
1128
|
}
|
|
1236
|
-
|
|
1237
1129
|
.e-bigger .e-ddt .e-overflow .e-remain,
|
|
1238
1130
|
.e-ddt.e-bigger .e-overflow .e-remain {
|
|
1239
1131
|
font-size: 16px;
|
|
1240
1132
|
}
|
|
1241
|
-
|
|
1242
1133
|
.e-bigger .e-ddt.e-show-chip .e-overflow .e-remain.e-wrap-count,
|
|
1243
1134
|
.e-ddt.e-bigger.e-show-chip .e-overflow .e-remain.e-wrap-count {
|
|
1244
1135
|
line-height: 22px;
|
|
1245
1136
|
padding-top: 7px;
|
|
1246
1137
|
}
|
|
1247
|
-
|
|
1248
1138
|
.e-bigger .e-ddt.e-show-chip .e-overflow.e-total-count .e-remain,
|
|
1249
1139
|
.e-ddt.e-bigger.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1250
1140
|
padding: 8px 12px;
|
|
1251
1141
|
}
|
|
1252
|
-
|
|
1253
1142
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1254
1143
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1255
1144
|
max-width: calc(100% - 25px);
|
|
1256
1145
|
}
|
|
1257
|
-
|
|
1258
1146
|
.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1259
1147
|
.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1260
1148
|
max-width: calc(100% - 35px);
|
|
1261
1149
|
}
|
|
1262
|
-
|
|
1263
1150
|
.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1264
1151
|
.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1265
1152
|
margin-right: 52px;
|
|
1266
1153
|
max-width: calc(100% - 60px);
|
|
1267
1154
|
}
|
|
1268
|
-
|
|
1269
1155
|
.e-bigger .e-ddt.e-popup,
|
|
1270
1156
|
.e-ddt.e-bigger.e-popup {
|
|
1271
1157
|
margin-top: 8px;
|
|
1272
1158
|
}
|
|
1273
|
-
|
|
1274
1159
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
1275
1160
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
1276
1161
|
text-indent: 0;
|
|
1277
1162
|
padding: 12px 16px;
|
|
1278
1163
|
}
|
|
1279
|
-
|
|
1280
1164
|
.e-bigger .e-ddt.e-popup .e-selectall-parent .e-all-text,
|
|
1281
1165
|
.e-ddt.e-bigger.e-popup .e-selectall-parent .e-all-text {
|
|
1282
1166
|
font-size: 16px;
|
|
1283
1167
|
line-height: 24px;
|
|
1284
1168
|
margin: 0 16px;
|
|
1285
1169
|
}
|
|
1286
|
-
|
|
1287
1170
|
.e-bigger .e-ddt.e-popup .e-popup-content.e-no-data,
|
|
1288
1171
|
.e-ddt.e-bigger.e-popup .e-popup-content.e-no-data {
|
|
1289
1172
|
padding: 10px 16px;
|
|
1290
1173
|
}
|
|
1291
|
-
|
|
1292
1174
|
.e-bigger .e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata,
|
|
1293
1175
|
.e-ddt.e-bigger.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
|
|
1294
1176
|
font-size: 16px;
|
|
1295
1177
|
line-height: 24px;
|
|
1296
1178
|
}
|
|
1297
|
-
|
|
1298
1179
|
.e-bigger .e-ddt.e-popup .e-filter-wrap,
|
|
1299
1180
|
.e-ddt.e-bigger.e-popup .e-filter-wrap {
|
|
1300
1181
|
padding: 8px;
|
|
1301
1182
|
}
|
|
1302
|
-
|
|
1303
1183
|
.e-bigger .e-ddt.e-popup .e-treeview > .e-ul,
|
|
1304
1184
|
.e-ddt.e-bigger.e-popup .e-treeview > .e-ul {
|
|
1305
1185
|
padding: 8px 0 8px 16px;
|
|
1306
1186
|
}
|
|
1307
|
-
|
|
1308
1187
|
.e-bigger .e-ddt.e-rtl .e-chips > .e-chipcontent,
|
|
1309
1188
|
.e-ddt.e-bigger.e-rtl .e-chips > .e-chipcontent {
|
|
1310
1189
|
padding: 0 0 0 8px;
|
|
1311
1190
|
}
|
|
1312
|
-
|
|
1313
1191
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1314
1192
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1315
1193
|
margin-right: 4px;
|
|
1316
1194
|
}
|
|
1317
|
-
|
|
1318
1195
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1319
1196
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1320
1197
|
margin-right: 4px;
|
|
1321
1198
|
}
|
|
1322
|
-
|
|
1323
1199
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1324
1200
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1325
1201
|
margin-left: 52px;
|
|
1326
1202
|
margin-right: 4px;
|
|
1327
1203
|
}
|
|
1328
|
-
|
|
1329
1204
|
.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,
|
|
1330
1205
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
1331
1206
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
@@ -1335,58 +1210,44 @@ ejs-dropdownlist {
|
|
|
1335
1210
|
.e-ddt .e-chips {
|
|
1336
1211
|
background-color: #4b5563;
|
|
1337
1212
|
}
|
|
1338
|
-
|
|
1339
1213
|
.e-ddt .e-chips .e-chips-close::before {
|
|
1340
1214
|
color: #d1d5db;
|
|
1341
1215
|
}
|
|
1342
|
-
|
|
1343
1216
|
.e-ddt .e-chips > .e-chipcontent {
|
|
1344
1217
|
color: #fff;
|
|
1345
1218
|
}
|
|
1346
|
-
|
|
1347
1219
|
.e-ddt .e-chips:hover {
|
|
1348
1220
|
background-color: #6b7280;
|
|
1349
1221
|
}
|
|
1350
|
-
|
|
1351
1222
|
.e-ddt .e-chips:hover .e-chips-close::before {
|
|
1352
1223
|
color: #f3f4f6;
|
|
1353
1224
|
}
|
|
1354
|
-
|
|
1355
1225
|
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
1356
1226
|
color: #fff;
|
|
1357
1227
|
}
|
|
1358
|
-
|
|
1359
1228
|
.e-ddt.e-disabled .e-chips {
|
|
1360
1229
|
background-color: #4b5563;
|
|
1361
1230
|
}
|
|
1362
|
-
|
|
1363
1231
|
.e-ddt.e-disabled .e-chips > .e-chipcontent {
|
|
1364
1232
|
color: #6b7280;
|
|
1365
1233
|
}
|
|
1366
|
-
|
|
1367
1234
|
.e-ddt .e-overflow .e-remain {
|
|
1368
1235
|
color: #8b919e;
|
|
1369
1236
|
}
|
|
1370
|
-
|
|
1371
|
-
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly].e-disabled,
|
|
1372
|
-
.e-ddt.e-float-input.e-control-wrapper input[readonly].e-disabled {
|
|
1237
|
+
.e-ddt.e-input-group.e-control-wrapper .e-input[readonly].e-disabled, .e-ddt.e-float-input.e-control-wrapper input[readonly].e-disabled {
|
|
1373
1238
|
background-color: #232e3e;
|
|
1374
1239
|
color: #6b7280;
|
|
1375
1240
|
}
|
|
1376
|
-
|
|
1377
1241
|
.e-ddt.e-popup {
|
|
1378
1242
|
background: #374151;
|
|
1379
1243
|
border-color: #4b5563;
|
|
1380
1244
|
}
|
|
1381
|
-
|
|
1382
1245
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1383
1246
|
color: #fff;
|
|
1384
1247
|
}
|
|
1385
|
-
|
|
1386
1248
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1387
1249
|
border-bottom-color: #4b5563;
|
|
1388
1250
|
}
|
|
1389
|
-
|
|
1390
1251
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1391
1252
|
color: #fff;
|
|
1392
1253
|
}
|
|
@@ -1399,7 +1260,6 @@ ejs-dropdownlist {
|
|
|
1399
1260
|
transform: rotate(360deg);
|
|
1400
1261
|
}
|
|
1401
1262
|
}
|
|
1402
|
-
|
|
1403
1263
|
@keyframes fabric-spinner-rotate {
|
|
1404
1264
|
0% {
|
|
1405
1265
|
transform: rotate(0);
|
|
@@ -1408,7 +1268,6 @@ ejs-dropdownlist {
|
|
|
1408
1268
|
transform: rotate(360deg);
|
|
1409
1269
|
}
|
|
1410
1270
|
}
|
|
1411
|
-
|
|
1412
1271
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1413
1272
|
line-height: 30px;
|
|
1414
1273
|
top: 0;
|
|
@@ -1435,18 +1294,18 @@ ejs-dropdownlist {
|
|
|
1435
1294
|
width: 28px;
|
|
1436
1295
|
}
|
|
1437
1296
|
|
|
1438
|
-
.e-multi-select-wrapper .e-searcher input[type=
|
|
1297
|
+
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
1439
1298
|
color: #fff;
|
|
1440
1299
|
height: 100%;
|
|
1441
1300
|
}
|
|
1442
1301
|
|
|
1443
1302
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1444
|
-
content:
|
|
1445
|
-
font-family:
|
|
1303
|
+
content: "\e729";
|
|
1304
|
+
font-family: "e-icons";
|
|
1446
1305
|
}
|
|
1447
1306
|
|
|
1448
1307
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1449
|
-
content:
|
|
1308
|
+
content: "\e7e7";
|
|
1450
1309
|
cursor: pointer;
|
|
1451
1310
|
left: 0;
|
|
1452
1311
|
position: relative;
|
|
@@ -1454,7 +1313,7 @@ ejs-dropdownlist {
|
|
|
1454
1313
|
}
|
|
1455
1314
|
|
|
1456
1315
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1457
|
-
content:
|
|
1316
|
+
content: "\e7e7";
|
|
1458
1317
|
cursor: pointer;
|
|
1459
1318
|
left: 6px;
|
|
1460
1319
|
position: relative;
|
|
@@ -1462,7 +1321,7 @@ ejs-dropdownlist {
|
|
|
1462
1321
|
}
|
|
1463
1322
|
|
|
1464
1323
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
1465
|
-
content:
|
|
1324
|
+
content: "";
|
|
1466
1325
|
}
|
|
1467
1326
|
|
|
1468
1327
|
.e-multi-select-wrapper {
|
|
@@ -1477,23 +1336,17 @@ ejs-dropdownlist {
|
|
|
1477
1336
|
user-select: none;
|
|
1478
1337
|
width: 100%;
|
|
1479
1338
|
}
|
|
1480
|
-
|
|
1481
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1482
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1339
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1483
1340
|
height: 27px;
|
|
1484
1341
|
vertical-align: middle;
|
|
1485
1342
|
}
|
|
1486
|
-
|
|
1487
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1488
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1343
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1489
1344
|
height: 100%;
|
|
1490
1345
|
min-height: 100%;
|
|
1491
1346
|
}
|
|
1492
|
-
|
|
1493
1347
|
.e-multi-select-wrapper .e-delim-view {
|
|
1494
1348
|
white-space: nowrap;
|
|
1495
1349
|
}
|
|
1496
|
-
|
|
1497
1350
|
.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 {
|
|
1498
1351
|
box-sizing: border-box;
|
|
1499
1352
|
display: inline-block;
|
|
@@ -1501,31 +1354,26 @@ ejs-dropdownlist {
|
|
|
1501
1354
|
text-overflow: ellipsis;
|
|
1502
1355
|
padding: 0;
|
|
1503
1356
|
}
|
|
1504
|
-
|
|
1505
1357
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1506
1358
|
color: #fff;
|
|
1507
1359
|
font-size: 16px;
|
|
1508
1360
|
left: 12px;
|
|
1509
1361
|
top: 0;
|
|
1510
1362
|
}
|
|
1511
|
-
|
|
1512
1363
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1513
1364
|
background-color: #22d3ee;
|
|
1514
1365
|
color: #fff;
|
|
1515
1366
|
padding: 12px 4px 11px 0;
|
|
1516
1367
|
}
|
|
1517
|
-
|
|
1518
1368
|
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1519
1369
|
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1520
1370
|
width: 0;
|
|
1521
1371
|
}
|
|
1522
|
-
|
|
1523
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=
|
|
1524
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1372
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1373
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1525
1374
|
height: 1px;
|
|
1526
1375
|
min-height: 1px;
|
|
1527
1376
|
}
|
|
1528
|
-
|
|
1529
1377
|
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1530
1378
|
max-width: 100%;
|
|
1531
1379
|
}
|
|
@@ -1537,19 +1385,16 @@ ejs-dropdownlist {
|
|
|
1537
1385
|
float: left;
|
|
1538
1386
|
width: auto;
|
|
1539
1387
|
}
|
|
1540
|
-
|
|
1541
1388
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1542
1389
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1543
1390
|
display: -ms-inline-flexbox;
|
|
1544
1391
|
display: inline-flex;
|
|
1545
1392
|
float: none;
|
|
1546
1393
|
}
|
|
1547
|
-
|
|
1548
1394
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1549
1395
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1550
1396
|
width: 0;
|
|
1551
1397
|
}
|
|
1552
|
-
|
|
1553
1398
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1554
1399
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1555
1400
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
@@ -1558,12 +1403,10 @@ ejs-dropdownlist {
|
|
|
1558
1403
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1559
1404
|
display: none;
|
|
1560
1405
|
}
|
|
1561
|
-
|
|
1562
1406
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1563
1407
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1564
1408
|
padding: 0 48px 0 0;
|
|
1565
1409
|
}
|
|
1566
|
-
|
|
1567
1410
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1568
1411
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1569
1412
|
-ms-flex-align: center;
|
|
@@ -1572,7 +1415,6 @@ ejs-dropdownlist {
|
|
|
1572
1415
|
max-width: 100%;
|
|
1573
1416
|
word-break: break-word;
|
|
1574
1417
|
}
|
|
1575
|
-
|
|
1576
1418
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1577
1419
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1578
1420
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1590,7 +1432,6 @@ ejs-dropdownlist {
|
|
|
1590
1432
|
right: 5px;
|
|
1591
1433
|
top: 100%;
|
|
1592
1434
|
}
|
|
1593
|
-
|
|
1594
1435
|
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1595
1436
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1596
1437
|
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
@@ -1598,19 +1439,16 @@ ejs-dropdownlist {
|
|
|
1598
1439
|
display: -ms-flexbox;
|
|
1599
1440
|
display: flex;
|
|
1600
1441
|
}
|
|
1601
|
-
|
|
1602
1442
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1603
1443
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1604
1444
|
margin-right: 0;
|
|
1605
1445
|
margin-top: -1.3em;
|
|
1606
1446
|
right: 0;
|
|
1607
1447
|
}
|
|
1608
|
-
|
|
1609
1448
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
1610
1449
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
1611
1450
|
top: -1px;
|
|
1612
1451
|
}
|
|
1613
|
-
|
|
1614
1452
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1615
1453
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1616
1454
|
font-size: 18px;
|
|
@@ -1622,7 +1460,6 @@ ejs-dropdownlist {
|
|
|
1622
1460
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
1623
1461
|
float: right;
|
|
1624
1462
|
}
|
|
1625
|
-
|
|
1626
1463
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
1627
1464
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
1628
1465
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1630,7 +1467,6 @@ ejs-dropdownlist {
|
|
|
1630
1467
|
left: 0;
|
|
1631
1468
|
right: auto;
|
|
1632
1469
|
}
|
|
1633
|
-
|
|
1634
1470
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
1635
1471
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
1636
1472
|
padding: 0 0 0 48px;
|
|
@@ -1642,7 +1478,7 @@ ejs-dropdownlist {
|
|
|
1642
1478
|
|
|
1643
1479
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1644
1480
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1645
|
-
opacity: .7;
|
|
1481
|
+
opacity: 0.7;
|
|
1646
1482
|
pointer-events: none;
|
|
1647
1483
|
}
|
|
1648
1484
|
|
|
@@ -1729,7 +1565,7 @@ ejs-dropdownlist {
|
|
|
1729
1565
|
display: -ms-flexbox;
|
|
1730
1566
|
display: flex;
|
|
1731
1567
|
float: right;
|
|
1732
|
-
font-family:
|
|
1568
|
+
font-family: "e-icons";
|
|
1733
1569
|
height: 16px;
|
|
1734
1570
|
margin: 0 0 0;
|
|
1735
1571
|
width: 16px;
|
|
@@ -1780,7 +1616,7 @@ ejs-dropdownlist {
|
|
|
1780
1616
|
margin-top: -1.62em;
|
|
1781
1617
|
}
|
|
1782
1618
|
|
|
1783
|
-
.e-multi-select-wrapper input[type=
|
|
1619
|
+
.e-multi-select-wrapper input[type=text] {
|
|
1784
1620
|
background: none;
|
|
1785
1621
|
border: 0;
|
|
1786
1622
|
font-family: "Inter";
|
|
@@ -1793,7 +1629,7 @@ ejs-dropdownlist {
|
|
|
1793
1629
|
text-indent: 10px;
|
|
1794
1630
|
}
|
|
1795
1631
|
|
|
1796
|
-
.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1632
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1797
1633
|
background: none;
|
|
1798
1634
|
border: 0;
|
|
1799
1635
|
color: inherit;
|
|
@@ -1807,23 +1643,23 @@ ejs-dropdownlist {
|
|
|
1807
1643
|
text-indent: 10px;
|
|
1808
1644
|
}
|
|
1809
1645
|
|
|
1810
|
-
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1646
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1811
1647
|
padding: 5px;
|
|
1812
1648
|
}
|
|
1813
1649
|
|
|
1814
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1815
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=
|
|
1650
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1651
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1816
1652
|
height: 28px;
|
|
1817
1653
|
min-height: 28px;
|
|
1818
1654
|
}
|
|
1819
1655
|
|
|
1820
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1656
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1821
1657
|
font-size: 16px;
|
|
1822
1658
|
height: 36px;
|
|
1823
1659
|
min-height: 36px;
|
|
1824
1660
|
}
|
|
1825
1661
|
|
|
1826
|
-
.e-multi-select-wrapper input[type=
|
|
1662
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1827
1663
|
display: none;
|
|
1828
1664
|
}
|
|
1829
1665
|
|
|
@@ -1921,7 +1757,7 @@ ejs-dropdownlist {
|
|
|
1921
1757
|
}
|
|
1922
1758
|
|
|
1923
1759
|
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
1924
|
-
content:
|
|
1760
|
+
content: "";
|
|
1925
1761
|
}
|
|
1926
1762
|
|
|
1927
1763
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
@@ -1931,69 +1767,54 @@ ejs-dropdownlist {
|
|
|
1931
1767
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
1932
1768
|
padding-left: 0;
|
|
1933
1769
|
}
|
|
1934
|
-
|
|
1935
1770
|
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
1936
1771
|
padding: 0 2px 0 32px;
|
|
1937
1772
|
}
|
|
1938
|
-
|
|
1939
1773
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1940
1774
|
left: -12px;
|
|
1941
1775
|
}
|
|
1942
|
-
|
|
1943
1776
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
1944
1777
|
margin: 0;
|
|
1945
1778
|
margin-right: auto;
|
|
1946
1779
|
}
|
|
1947
|
-
|
|
1948
1780
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
1949
1781
|
float: right;
|
|
1950
1782
|
}
|
|
1951
|
-
|
|
1952
1783
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
1953
1784
|
float: right;
|
|
1954
1785
|
margin: 3px;
|
|
1955
1786
|
padding: 0 8px 0 4px;
|
|
1956
1787
|
}
|
|
1957
|
-
|
|
1958
1788
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
1959
1789
|
padding: 5px 4px;
|
|
1960
1790
|
}
|
|
1961
|
-
|
|
1962
1791
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
1963
1792
|
float: left;
|
|
1964
1793
|
}
|
|
1965
|
-
|
|
1966
1794
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1967
1795
|
left: 0;
|
|
1968
1796
|
}
|
|
1969
|
-
|
|
1970
1797
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1971
1798
|
padding: 0 4px 0 8px;
|
|
1972
1799
|
}
|
|
1973
|
-
|
|
1974
1800
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
1975
1801
|
padding: 8px 4px;
|
|
1976
1802
|
}
|
|
1977
|
-
|
|
1978
1803
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1979
1804
|
padding: 0 8px 0 4px;
|
|
1980
1805
|
}
|
|
1981
|
-
|
|
1982
1806
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1983
1807
|
padding: 12px 4px;
|
|
1984
1808
|
}
|
|
1985
|
-
|
|
1986
1809
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1987
1810
|
left: 32px;
|
|
1988
1811
|
position: absolute;
|
|
1989
1812
|
right: auto;
|
|
1990
1813
|
left: 0;
|
|
1991
1814
|
}
|
|
1992
|
-
|
|
1993
1815
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
1994
1816
|
left: -4px;
|
|
1995
1817
|
}
|
|
1996
|
-
|
|
1997
1818
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1998
1819
|
padding-right: 16px;
|
|
1999
1820
|
}
|
|
@@ -2143,15 +1964,15 @@ ejs-dropdownlist {
|
|
|
2143
1964
|
|
|
2144
1965
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
2145
1966
|
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
2146
|
-
opacity: .3;
|
|
1967
|
+
opacity: 0.3;
|
|
2147
1968
|
}
|
|
2148
1969
|
|
|
2149
1970
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
2150
1971
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
2151
|
-
opacity: .7;
|
|
1972
|
+
opacity: 0.7;
|
|
2152
1973
|
}
|
|
2153
1974
|
|
|
2154
|
-
.e-multi-select-wrapper input[readonly=
|
|
1975
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
2155
1976
|
pointer-events: none;
|
|
2156
1977
|
}
|
|
2157
1978
|
|
|
@@ -2203,7 +2024,7 @@ ejs-multiselect {
|
|
|
2203
2024
|
height: 36px;
|
|
2204
2025
|
}
|
|
2205
2026
|
|
|
2206
|
-
.e-small .e-multi-select-wrapper input[type=
|
|
2027
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2207
2028
|
font-size: 12px;
|
|
2208
2029
|
height: 24px;
|
|
2209
2030
|
min-height: 24px;
|
|
@@ -2238,7 +2059,7 @@ ejs-multiselect {
|
|
|
2238
2059
|
min-height: 28px;
|
|
2239
2060
|
}
|
|
2240
2061
|
|
|
2241
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=
|
|
2062
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2242
2063
|
font-size: 14px;
|
|
2243
2064
|
height: 32px;
|
|
2244
2065
|
min-height: 32px;
|
|
@@ -2268,7 +2089,7 @@ ejs-multiselect {
|
|
|
2268
2089
|
min-height: 40px;
|
|
2269
2090
|
}
|
|
2270
2091
|
|
|
2271
|
-
.e-multiselect.e-outline .e-multi-select-wrapper input[type=
|
|
2092
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2272
2093
|
color: inherit;
|
|
2273
2094
|
}
|
|
2274
2095
|
|
|
@@ -2322,8 +2143,8 @@ ejs-multiselect {
|
|
|
2322
2143
|
padding: 0;
|
|
2323
2144
|
}
|
|
2324
2145
|
|
|
2325
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2326
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2146
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2147
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2327
2148
|
padding: 5px 0;
|
|
2328
2149
|
}
|
|
2329
2150
|
|
|
@@ -2686,27 +2507,27 @@ ejs-multiselect {
|
|
|
2686
2507
|
}
|
|
2687
2508
|
|
|
2688
2509
|
.e-listbox-tool .e-moveup::before {
|
|
2689
|
-
content:
|
|
2510
|
+
content: "\e776";
|
|
2690
2511
|
}
|
|
2691
2512
|
|
|
2692
2513
|
.e-listbox-tool .e-movedown::before {
|
|
2693
|
-
content:
|
|
2514
|
+
content: "\e729";
|
|
2694
2515
|
}
|
|
2695
2516
|
|
|
2696
2517
|
.e-listbox-tool .e-moveto::before {
|
|
2697
|
-
content:
|
|
2518
|
+
content: "\e748";
|
|
2698
2519
|
}
|
|
2699
2520
|
|
|
2700
2521
|
.e-listbox-tool .e-movefrom::before {
|
|
2701
|
-
content:
|
|
2522
|
+
content: "\e765";
|
|
2702
2523
|
}
|
|
2703
2524
|
|
|
2704
2525
|
.e-listbox-tool .e-moveallto::before {
|
|
2705
|
-
content:
|
|
2526
|
+
content: "\e7a9";
|
|
2706
2527
|
}
|
|
2707
2528
|
|
|
2708
2529
|
.e-listbox-tool .e-moveallfrom::before {
|
|
2709
|
-
content:
|
|
2530
|
+
content: "\e744";
|
|
2710
2531
|
}
|
|
2711
2532
|
|
|
2712
2533
|
.e-listbox-wrapper,
|
|
@@ -2721,28 +2542,23 @@ ejs-multiselect {
|
|
|
2721
2542
|
user-select: none;
|
|
2722
2543
|
width: 100%;
|
|
2723
2544
|
}
|
|
2724
|
-
|
|
2725
2545
|
.e-listbox-wrapper *,
|
|
2726
2546
|
.e-listbox-container * {
|
|
2727
2547
|
box-sizing: border-box;
|
|
2728
2548
|
}
|
|
2729
|
-
|
|
2730
2549
|
.e-listbox-wrapper:focus,
|
|
2731
2550
|
.e-listbox-container:focus {
|
|
2732
2551
|
outline: none;
|
|
2733
2552
|
}
|
|
2734
|
-
|
|
2735
2553
|
.e-listbox-wrapper.e-disabled,
|
|
2736
2554
|
.e-listbox-container.e-disabled {
|
|
2737
2555
|
cursor: default;
|
|
2738
2556
|
pointer-events: none;
|
|
2739
2557
|
}
|
|
2740
|
-
|
|
2741
2558
|
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
2742
2559
|
.e-listbox-container:not(.e-list-template) .e-list-nrt {
|
|
2743
2560
|
text-align: center;
|
|
2744
2561
|
}
|
|
2745
|
-
|
|
2746
2562
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2747
2563
|
.e-listbox-wrapper .e-list-nrt,
|
|
2748
2564
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -2754,55 +2570,45 @@ ejs-multiselect {
|
|
|
2754
2570
|
padding: 12px 12px;
|
|
2755
2571
|
position: relative;
|
|
2756
2572
|
}
|
|
2757
|
-
|
|
2758
2573
|
.e-listbox-wrapper.e-filter-list,
|
|
2759
2574
|
.e-listbox-container.e-filter-list {
|
|
2760
2575
|
overflow: inherit;
|
|
2761
2576
|
}
|
|
2762
|
-
|
|
2763
2577
|
.e-listbox-wrapper .e-list-parent,
|
|
2764
2578
|
.e-listbox-container .e-list-parent {
|
|
2765
2579
|
height: 100%;
|
|
2766
2580
|
min-height: 38px;
|
|
2767
2581
|
}
|
|
2768
|
-
|
|
2769
2582
|
.e-listbox-wrapper .e-list-item,
|
|
2770
2583
|
.e-listbox-container .e-list-item {
|
|
2771
2584
|
border-bottom: 0 solid;
|
|
2772
2585
|
outline: none;
|
|
2773
2586
|
}
|
|
2774
|
-
|
|
2775
2587
|
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
2776
2588
|
.e-listbox-container .e-list-item.e-disabled {
|
|
2777
2589
|
pointer-events: none;
|
|
2778
2590
|
}
|
|
2779
|
-
|
|
2780
2591
|
.e-listbox-wrapper .e-disable,
|
|
2781
2592
|
.e-listbox-container .e-disable {
|
|
2782
|
-
opacity: .7;
|
|
2593
|
+
opacity: 0.7;
|
|
2783
2594
|
}
|
|
2784
|
-
|
|
2785
2595
|
.e-listbox-wrapper .e-list-parent,
|
|
2786
2596
|
.e-listbox-container .e-list-parent {
|
|
2787
2597
|
margin: 0;
|
|
2788
2598
|
padding: 0;
|
|
2789
2599
|
}
|
|
2790
|
-
|
|
2791
2600
|
.e-listbox-wrapper .e-list-header .e-text.header,
|
|
2792
2601
|
.e-listbox-container .e-list-header .e-text.header {
|
|
2793
2602
|
display: none;
|
|
2794
2603
|
}
|
|
2795
|
-
|
|
2796
2604
|
.e-listbox-wrapper .e-icon-back,
|
|
2797
2605
|
.e-listbox-container .e-icon-back {
|
|
2798
2606
|
margin-top: 2px;
|
|
2799
2607
|
}
|
|
2800
|
-
|
|
2801
2608
|
.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2802
2609
|
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header {
|
|
2803
2610
|
display: none;
|
|
2804
2611
|
}
|
|
2805
|
-
|
|
2806
2612
|
.e-listbox-wrapper .e-list-header,
|
|
2807
2613
|
.e-listbox-container .e-list-header {
|
|
2808
2614
|
-ms-flex-align: center;
|
|
@@ -2814,24 +2620,20 @@ ejs-multiselect {
|
|
|
2814
2620
|
height: 18px;
|
|
2815
2621
|
padding: 0 12px;
|
|
2816
2622
|
}
|
|
2817
|
-
|
|
2818
2623
|
.e-listbox-wrapper .e-has-header > .e-view,
|
|
2819
2624
|
.e-listbox-container .e-has-header > .e-view {
|
|
2820
2625
|
top: 45px;
|
|
2821
2626
|
}
|
|
2822
|
-
|
|
2823
2627
|
.e-listbox-wrapper .e-but-back,
|
|
2824
2628
|
.e-listbox-container .e-but-back {
|
|
2825
2629
|
cursor: pointer;
|
|
2826
2630
|
padding-right: 8px;
|
|
2827
2631
|
}
|
|
2828
|
-
|
|
2829
2632
|
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
2830
2633
|
.e-listbox-container .e-list-group-item:first-child {
|
|
2831
2634
|
border: 0;
|
|
2832
2635
|
border-bottom: 0 solid transparent;
|
|
2833
2636
|
}
|
|
2834
|
-
|
|
2835
2637
|
.e-listbox-wrapper .e-list-group-item,
|
|
2836
2638
|
.e-listbox-container .e-list-group-item {
|
|
2837
2639
|
border-bottom: 0 solid transparent;
|
|
@@ -2841,7 +2643,6 @@ ejs-multiselect {
|
|
|
2841
2643
|
line-height: 7px;
|
|
2842
2644
|
padding: 12px 12px;
|
|
2843
2645
|
}
|
|
2844
|
-
|
|
2845
2646
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
2846
2647
|
.e-listbox-container .e-icon-collapsible {
|
|
2847
2648
|
cursor: pointer;
|
|
@@ -2851,50 +2652,41 @@ ejs-multiselect {
|
|
|
2851
2652
|
top: 50%;
|
|
2852
2653
|
transform: translateY(-50%);
|
|
2853
2654
|
}
|
|
2854
|
-
|
|
2855
2655
|
.e-listbox-wrapper .e-text-content,
|
|
2856
2656
|
.e-listbox-container .e-text-content {
|
|
2857
2657
|
height: 100%;
|
|
2858
2658
|
position: relative;
|
|
2859
2659
|
vertical-align: middle;
|
|
2860
2660
|
}
|
|
2861
|
-
|
|
2862
2661
|
.e-listbox-wrapper .e-text-content *,
|
|
2863
2662
|
.e-listbox-container .e-text-content * {
|
|
2864
2663
|
display: inline-block;
|
|
2865
2664
|
vertical-align: middle;
|
|
2866
2665
|
}
|
|
2867
|
-
|
|
2868
2666
|
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
2869
2667
|
.e-listbox-container .e-text-content.e-checkbox .e-list-text {
|
|
2870
2668
|
width: calc(100% - 40px);
|
|
2871
2669
|
}
|
|
2872
|
-
|
|
2873
2670
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
2874
2671
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
2875
2672
|
width: calc(100% - 90px);
|
|
2876
2673
|
}
|
|
2877
|
-
|
|
2878
2674
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
2879
2675
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
2880
2676
|
width: calc(100% - 80px);
|
|
2881
2677
|
}
|
|
2882
|
-
|
|
2883
2678
|
.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,
|
|
2884
2679
|
.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 {
|
|
2885
2680
|
width: calc(100% - 92px);
|
|
2886
2681
|
}
|
|
2887
|
-
|
|
2888
2682
|
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
2889
2683
|
.e-listbox-container .e-checkbox .e-checkbox-left {
|
|
2890
2684
|
margin: -2px 8px 0 0;
|
|
2891
2685
|
}
|
|
2892
|
-
|
|
2893
2686
|
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
2894
2687
|
.e-listbox-container .e-checkbox .e-checkbox-right {
|
|
2895
2688
|
margin: -2px 0 0 8px;
|
|
2896
2689
|
}
|
|
2897
|
-
|
|
2898
2690
|
.e-listbox-wrapper .e-list-text,
|
|
2899
2691
|
.e-listbox-container .e-list-text {
|
|
2900
2692
|
cursor: pointer;
|
|
@@ -2905,58 +2697,48 @@ ejs-multiselect {
|
|
|
2905
2697
|
white-space: nowrap;
|
|
2906
2698
|
width: 100%;
|
|
2907
2699
|
}
|
|
2908
|
-
|
|
2909
2700
|
.e-listbox-wrapper .e-list-icon + .e-list-text,
|
|
2910
2701
|
.e-listbox-container .e-list-icon + .e-list-text {
|
|
2911
2702
|
width: calc(100% - 60px);
|
|
2912
2703
|
}
|
|
2913
|
-
|
|
2914
2704
|
.e-listbox-wrapper .e-icon-wrapper .e-list-text,
|
|
2915
2705
|
.e-listbox-container .e-icon-wrapper .e-list-text {
|
|
2916
2706
|
width: calc(100% - 60px);
|
|
2917
2707
|
}
|
|
2918
|
-
|
|
2919
2708
|
.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2920
2709
|
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
2921
2710
|
width: calc(100% - 60px);
|
|
2922
2711
|
}
|
|
2923
|
-
|
|
2924
2712
|
.e-listbox-wrapper .e-list-icon,
|
|
2925
2713
|
.e-listbox-container .e-list-icon {
|
|
2926
2714
|
height: 30px;
|
|
2927
2715
|
margin-right: 16px;
|
|
2928
2716
|
width: 30px;
|
|
2929
2717
|
}
|
|
2930
|
-
|
|
2931
2718
|
.e-listbox-wrapper .e-content,
|
|
2932
2719
|
.e-listbox-container .e-content {
|
|
2933
2720
|
overflow: hidden;
|
|
2934
2721
|
position: relative;
|
|
2935
2722
|
}
|
|
2936
|
-
|
|
2937
2723
|
.e-listbox-wrapper .e-list-header .e-text,
|
|
2938
2724
|
.e-listbox-container .e-list-header .e-text {
|
|
2939
2725
|
cursor: pointer;
|
|
2940
2726
|
text-indent: 0;
|
|
2941
2727
|
}
|
|
2942
|
-
|
|
2943
2728
|
.e-listbox-wrapper .e-text .e-headertext,
|
|
2944
2729
|
.e-listbox-container .e-text .e-headertext {
|
|
2945
2730
|
display: inline-block;
|
|
2946
2731
|
line-height: 18px;
|
|
2947
2732
|
}
|
|
2948
|
-
|
|
2949
2733
|
.e-listbox-wrapper.e-rtl,
|
|
2950
2734
|
.e-listbox-container.e-rtl {
|
|
2951
2735
|
direction: rtl;
|
|
2952
2736
|
}
|
|
2953
|
-
|
|
2954
2737
|
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
2955
2738
|
.e-listbox-container.e-rtl .e-list-icon {
|
|
2956
2739
|
margin-left: 16px;
|
|
2957
2740
|
margin-right: 0;
|
|
2958
2741
|
}
|
|
2959
|
-
|
|
2960
2742
|
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
2961
2743
|
.e-listbox-container.e-rtl .e-icon-collapsible {
|
|
2962
2744
|
left: 0%;
|
|
@@ -2964,61 +2746,50 @@ ejs-multiselect {
|
|
|
2964
2746
|
top: 50%;
|
|
2965
2747
|
transform: translateY(-50%) rotate(180deg);
|
|
2966
2748
|
}
|
|
2967
|
-
|
|
2968
2749
|
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
2969
2750
|
.e-listbox-container.e-rtl .e-list-header .e-text {
|
|
2970
2751
|
cursor: pointer;
|
|
2971
2752
|
}
|
|
2972
|
-
|
|
2973
2753
|
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
2974
2754
|
.e-listbox-container.e-rtl .e-but-back {
|
|
2975
2755
|
transform: rotate(180deg);
|
|
2976
2756
|
}
|
|
2977
|
-
|
|
2978
2757
|
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
2979
2758
|
.e-listbox-container.e-rtl .e-icon-back {
|
|
2980
2759
|
margin-top: -2px;
|
|
2981
2760
|
}
|
|
2982
|
-
|
|
2983
2761
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
2984
2762
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left {
|
|
2985
2763
|
margin: -2px 0 0 8px;
|
|
2986
2764
|
}
|
|
2987
|
-
|
|
2988
2765
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
2989
2766
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right {
|
|
2990
2767
|
margin: -2px 8px 0 0;
|
|
2991
2768
|
}
|
|
2992
|
-
|
|
2993
2769
|
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
2994
2770
|
.e-listbox-container.e-rtl .e-checkbox-wrapper {
|
|
2995
2771
|
margin: -2px 0 0 8px;
|
|
2996
2772
|
}
|
|
2997
|
-
|
|
2998
2773
|
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
2999
2774
|
.e-listbox-container .e-checkbox-wrapper {
|
|
3000
2775
|
margin: -2px 8px 0 0;
|
|
3001
2776
|
text-indent: 0;
|
|
3002
2777
|
vertical-align: middle;
|
|
3003
2778
|
}
|
|
3004
|
-
|
|
3005
2779
|
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
3006
2780
|
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
3007
2781
|
position: absolute;
|
|
3008
2782
|
right: 0;
|
|
3009
2783
|
top: 30%;
|
|
3010
2784
|
}
|
|
3011
|
-
|
|
3012
2785
|
.e-listbox-wrapper .e-input-group,
|
|
3013
2786
|
.e-listbox-container .e-input-group {
|
|
3014
2787
|
padding: 4px 8px;
|
|
3015
2788
|
}
|
|
3016
|
-
|
|
3017
2789
|
.e-listbox-wrapper .e-input-focus,
|
|
3018
2790
|
.e-listbox-container .e-input-focus {
|
|
3019
2791
|
padding: 4px 4px 4px 8px;
|
|
3020
2792
|
}
|
|
3021
|
-
|
|
3022
2793
|
.e-listbox-wrapper .e-hidden-select,
|
|
3023
2794
|
.e-listbox-container .e-hidden-select {
|
|
3024
2795
|
height: 1px;
|
|
@@ -3026,7 +2797,6 @@ ejs-multiselect {
|
|
|
3026
2797
|
position: absolute;
|
|
3027
2798
|
width: 100%;
|
|
3028
2799
|
}
|
|
3029
|
-
|
|
3030
2800
|
.e-listbox-wrapper .e-placeholder,
|
|
3031
2801
|
.e-listbox-container .e-placeholder {
|
|
3032
2802
|
background-color: #22d3ee;
|
|
@@ -3045,7 +2815,6 @@ ejs-listbox {
|
|
|
3045
2815
|
.e-listbox-wrapper.e-filter-list {
|
|
3046
2816
|
overflow: inherit;
|
|
3047
2817
|
}
|
|
3048
|
-
|
|
3049
2818
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
3050
2819
|
overflow: auto;
|
|
3051
2820
|
}
|
|
@@ -3055,22 +2824,18 @@ ejs-listbox {
|
|
|
3055
2824
|
border-width: 0;
|
|
3056
2825
|
overflow: visible;
|
|
3057
2826
|
}
|
|
3058
|
-
|
|
3059
2827
|
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
3060
2828
|
.e-listbox-container.e-sortableclone .e-list-item {
|
|
3061
2829
|
list-style-type: none;
|
|
3062
2830
|
}
|
|
3063
|
-
|
|
3064
2831
|
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
3065
2832
|
.e-listbox-container.e-sortableclone .e-ripple {
|
|
3066
2833
|
overflow: visible;
|
|
3067
2834
|
}
|
|
3068
|
-
|
|
3069
2835
|
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
3070
2836
|
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element {
|
|
3071
2837
|
display: none;
|
|
3072
2838
|
}
|
|
3073
|
-
|
|
3074
2839
|
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
3075
2840
|
.e-listbox-container.e-sortableclone .e-list-badge {
|
|
3076
2841
|
-ms-flex-align: center;
|
|
@@ -3097,41 +2862,34 @@ ejs-listbox {
|
|
|
3097
2862
|
display: -ms-flexbox;
|
|
3098
2863
|
display: flex;
|
|
3099
2864
|
}
|
|
3100
|
-
|
|
3101
2865
|
.e-listboxtool-wrapper *,
|
|
3102
2866
|
.e-listboxtool-container * {
|
|
3103
2867
|
box-sizing: border-box;
|
|
3104
2868
|
}
|
|
3105
|
-
|
|
3106
2869
|
.e-listboxtool-wrapper.e-disabled,
|
|
3107
2870
|
.e-listboxtool-container.e-disabled {
|
|
3108
2871
|
cursor: default;
|
|
3109
2872
|
pointer-events: none;
|
|
3110
2873
|
}
|
|
3111
|
-
|
|
3112
2874
|
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
3113
2875
|
.e-listboxtool-container .e-listbox-wrapper {
|
|
3114
2876
|
-ms-flex: 1;
|
|
3115
2877
|
flex: 1;
|
|
3116
2878
|
}
|
|
3117
|
-
|
|
3118
2879
|
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3119
2880
|
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3120
2881
|
margin-left: 15px;
|
|
3121
2882
|
}
|
|
3122
|
-
|
|
3123
2883
|
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3124
2884
|
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3125
2885
|
margin-right: 15px;
|
|
3126
2886
|
}
|
|
3127
|
-
|
|
3128
2887
|
.e-listboxtool-wrapper .e-listbox-tool,
|
|
3129
2888
|
.e-listboxtool-container .e-listbox-tool {
|
|
3130
2889
|
border: 1px solid #4b5563;
|
|
3131
2890
|
overflow: auto;
|
|
3132
2891
|
padding: 8px;
|
|
3133
2892
|
}
|
|
3134
|
-
|
|
3135
2893
|
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
3136
2894
|
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
3137
2895
|
display: list-item;
|
|
@@ -3143,7 +2901,6 @@ ejs-listbox {
|
|
|
3143
2901
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3144
2902
|
margin-right: 15px;
|
|
3145
2903
|
}
|
|
3146
|
-
|
|
3147
2904
|
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3148
2905
|
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3149
2906
|
margin-left: 15px;
|
|
@@ -3158,7 +2915,6 @@ ejs-listbox {
|
|
|
3158
2915
|
border-right: 0 solid transparent;
|
|
3159
2916
|
border-top: 0 solid transparent;
|
|
3160
2917
|
}
|
|
3161
|
-
|
|
3162
2918
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3163
2919
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3164
2920
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
@@ -3177,7 +2933,6 @@ ejs-listbox {
|
|
|
3177
2933
|
.e-listbox-container.e-bigger .e-list-header {
|
|
3178
2934
|
padding: 12px 16px;
|
|
3179
2935
|
}
|
|
3180
|
-
|
|
3181
2936
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3182
2937
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3183
2938
|
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
@@ -3190,21 +2945,18 @@ ejs-listbox {
|
|
|
3190
2945
|
line-height: 1.6;
|
|
3191
2946
|
position: relative;
|
|
3192
2947
|
}
|
|
3193
|
-
|
|
3194
2948
|
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3195
2949
|
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3196
2950
|
.e-bigger .e-listbox-container .e-list-parent,
|
|
3197
2951
|
.e-listbox-container.e-bigger .e-list-parent {
|
|
3198
2952
|
min-height: 48px;
|
|
3199
2953
|
}
|
|
3200
|
-
|
|
3201
2954
|
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3202
2955
|
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3203
2956
|
.e-bigger .e-listbox-container .e-text-content,
|
|
3204
2957
|
.e-listbox-container.e-bigger .e-text-content {
|
|
3205
2958
|
font-size: 16px;
|
|
3206
2959
|
}
|
|
3207
|
-
|
|
3208
2960
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3209
2961
|
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3210
2962
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
@@ -3212,7 +2964,6 @@ ejs-listbox {
|
|
|
3212
2964
|
height: 38px;
|
|
3213
2965
|
line-height: 15px;
|
|
3214
2966
|
}
|
|
3215
|
-
|
|
3216
2967
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3217
2968
|
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3218
2969
|
.e-bigger .e-listbox-container .e-list-header,
|
|
@@ -3224,28 +2975,24 @@ ejs-listbox {
|
|
|
3224
2975
|
font-weight: 500;
|
|
3225
2976
|
height: 22px;
|
|
3226
2977
|
}
|
|
3227
|
-
|
|
3228
2978
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3229
2979
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3230
2980
|
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3231
2981
|
.e-listbox-container.e-bigger .e-list-header .e-text.header {
|
|
3232
2982
|
display: none;
|
|
3233
2983
|
}
|
|
3234
|
-
|
|
3235
2984
|
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3236
2985
|
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3237
2986
|
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3238
2987
|
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3239
2988
|
display: none;
|
|
3240
2989
|
}
|
|
3241
|
-
|
|
3242
2990
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3243
2991
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3244
2992
|
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3245
2993
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3246
2994
|
font-size: 14px;
|
|
3247
2995
|
}
|
|
3248
|
-
|
|
3249
2996
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3250
2997
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3251
2998
|
height: calc(100% - 45px);
|
|
@@ -3271,9 +3018,7 @@ ejs-listbox {
|
|
|
3271
3018
|
.e-bigger.e-listbox-container {
|
|
3272
3019
|
font-size: 16px;
|
|
3273
3020
|
}
|
|
3274
|
-
|
|
3275
|
-
.e-bigger.e-listbox-wrapper .e-list-header,
|
|
3276
|
-
.e-bigger.e-listbox-wrapper .e-list-group-item,
|
|
3021
|
+
.e-bigger.e-listbox-wrapper .e-list-header, .e-bigger.e-listbox-wrapper .e-list-group-item,
|
|
3277
3022
|
.e-bigger.e-listbox-container .e-list-header,
|
|
3278
3023
|
.e-bigger.e-listbox-container .e-list-group-item {
|
|
3279
3024
|
font-size: 14px;
|
|
@@ -3284,7 +3029,6 @@ ejs-listbox {
|
|
|
3284
3029
|
font-family: "Inter";
|
|
3285
3030
|
font-size: 14px;
|
|
3286
3031
|
}
|
|
3287
|
-
|
|
3288
3032
|
.e-listbox-wrapper .e-list-header,
|
|
3289
3033
|
.e-listbox-container .e-list-header {
|
|
3290
3034
|
background-color: #374151;
|
|
@@ -3313,8 +3057,7 @@ ejs-listbox {
|
|
|
3313
3057
|
color: #fff;
|
|
3314
3058
|
}
|
|
3315
3059
|
|
|
3316
|
-
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3317
|
-
.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
3060
|
+
.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),
|
|
3318
3061
|
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3319
3062
|
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3320
3063
|
background-color: #374151;
|
|
@@ -3334,16 +3077,14 @@ ejs-listbox {
|
|
|
3334
3077
|
color: #fff;
|
|
3335
3078
|
}
|
|
3336
3079
|
|
|
3337
|
-
.e-listbox-wrapper .e-list-item.e-focused,
|
|
3338
|
-
.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3080
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3339
3081
|
.e-listbox-container .e-list-item.e-focused,
|
|
3340
3082
|
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist {
|
|
3341
3083
|
background-color: #374151;
|
|
3342
3084
|
color: rgba(255, 255, 255, 0.87);
|
|
3343
3085
|
}
|
|
3344
3086
|
|
|
3345
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3346
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
3087
|
+
.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,
|
|
3347
3088
|
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3348
3089
|
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3349
3090
|
background-color: #22d3ee;
|
|
@@ -3376,17 +3117,14 @@ ejs-listbox {
|
|
|
3376
3117
|
height: inherit;
|
|
3377
3118
|
position: relative;
|
|
3378
3119
|
}
|
|
3379
|
-
|
|
3380
3120
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3381
3121
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3382
3122
|
padding: 8px 16px;
|
|
3383
3123
|
}
|
|
3384
|
-
|
|
3385
3124
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3386
3125
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3387
3126
|
padding: 4px;
|
|
3388
3127
|
}
|
|
3389
|
-
|
|
3390
3128
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3391
3129
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3392
3130
|
color: #fff;
|
|
@@ -3399,7 +3137,6 @@ ejs-listbox {
|
|
|
3399
3137
|
text-overflow: ellipsis;
|
|
3400
3138
|
white-space: nowrap;
|
|
3401
3139
|
}
|
|
3402
|
-
|
|
3403
3140
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3404
3141
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3405
3142
|
color: #9ca3af;
|
|
@@ -3409,14 +3146,12 @@ ejs-listbox {
|
|
|
3409
3146
|
padding: 2px 0 0 0;
|
|
3410
3147
|
word-wrap: break-word;
|
|
3411
3148
|
}
|
|
3412
|
-
|
|
3413
3149
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3414
3150
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3415
3151
|
overflow: hidden;
|
|
3416
3152
|
text-overflow: ellipsis;
|
|
3417
3153
|
white-space: nowrap;
|
|
3418
3154
|
}
|
|
3419
|
-
|
|
3420
3155
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3421
3156
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3422
3157
|
height: 40px;
|
|
@@ -3425,19 +3160,16 @@ ejs-listbox {
|
|
|
3425
3160
|
top: 0;
|
|
3426
3161
|
width: 40px;
|
|
3427
3162
|
}
|
|
3428
|
-
|
|
3429
3163
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3430
3164
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3431
3165
|
padding-left: 68px;
|
|
3432
3166
|
padding-right: 16px;
|
|
3433
3167
|
}
|
|
3434
|
-
|
|
3435
3168
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3436
3169
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3437
3170
|
padding-left: 16px;
|
|
3438
3171
|
padding-right: 68px;
|
|
3439
3172
|
}
|
|
3440
|
-
|
|
3441
3173
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3442
3174
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3443
3175
|
height: 40px;
|
|
@@ -3446,17 +3178,14 @@ ejs-listbox {
|
|
|
3446
3178
|
top: 0;
|
|
3447
3179
|
width: 40px;
|
|
3448
3180
|
}
|
|
3449
|
-
|
|
3450
3181
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3451
3182
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
|
|
3452
3183
|
top: 0;
|
|
3453
3184
|
}
|
|
3454
|
-
|
|
3455
3185
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3456
3186
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3457
3187
|
top: 0;
|
|
3458
3188
|
}
|
|
3459
|
-
|
|
3460
3189
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3461
3190
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3462
3191
|
font-size: 10px;
|
|
@@ -3469,19 +3198,16 @@ ejs-listbox {
|
|
|
3469
3198
|
transform: translateY(-50%);
|
|
3470
3199
|
width: 32px;
|
|
3471
3200
|
}
|
|
3472
|
-
|
|
3473
3201
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3474
3202
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3475
3203
|
padding-left: 68px;
|
|
3476
3204
|
padding-right: 10px;
|
|
3477
3205
|
}
|
|
3478
|
-
|
|
3479
3206
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3480
3207
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3481
3208
|
padding-left: 16px;
|
|
3482
3209
|
padding-right: 10px;
|
|
3483
3210
|
}
|
|
3484
|
-
|
|
3485
3211
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3486
3212
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3487
3213
|
display: block;
|
|
@@ -3491,65 +3217,54 @@ ejs-listbox {
|
|
|
3491
3217
|
text-overflow: ellipsis;
|
|
3492
3218
|
white-space: nowrap;
|
|
3493
3219
|
}
|
|
3494
|
-
|
|
3495
3220
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3496
3221
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
|
|
3497
3222
|
color: #fff;
|
|
3498
3223
|
}
|
|
3499
|
-
|
|
3500
3224
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3501
3225
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3502
3226
|
color: #fff;
|
|
3503
3227
|
}
|
|
3504
|
-
|
|
3505
3228
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3506
3229
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header {
|
|
3507
3230
|
color: rgba(255, 255, 255, 0.87);
|
|
3508
3231
|
}
|
|
3509
|
-
|
|
3510
3232
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3511
3233
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3512
3234
|
color: rgba(255, 255, 255, 0.87);
|
|
3513
3235
|
}
|
|
3514
|
-
|
|
3515
3236
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3516
3237
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3517
3238
|
left: inherit;
|
|
3518
3239
|
right: 0;
|
|
3519
3240
|
}
|
|
3520
|
-
|
|
3521
3241
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3522
3242
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3523
3243
|
padding-left: 16px;
|
|
3524
3244
|
padding-right: 68px;
|
|
3525
3245
|
}
|
|
3526
|
-
|
|
3527
3246
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3528
3247
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3529
3248
|
padding-left: 68px;
|
|
3530
3249
|
padding-right: 16px;
|
|
3531
3250
|
}
|
|
3532
|
-
|
|
3533
3251
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3534
3252
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3535
3253
|
left: 0;
|
|
3536
3254
|
right: inherit;
|
|
3537
3255
|
}
|
|
3538
|
-
|
|
3539
3256
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3540
3257
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3541
3258
|
left: 12px;
|
|
3542
3259
|
right: inherit;
|
|
3543
3260
|
}
|
|
3544
|
-
|
|
3545
3261
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3546
3262
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3547
3263
|
padding-left: 10px;
|
|
3548
3264
|
padding-right: 68px;
|
|
3549
3265
|
}
|
|
3550
|
-
|
|
3551
3266
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3552
3267
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3553
3268
|
padding-left: 10px;
|
|
3554
3269
|
padding-right: 16px;
|
|
3555
|
-
}
|
|
3270
|
+
}
|