@syncfusion/ej2-dropdowns 20.1.55 → 20.1.58
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 +34 -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 +30 -13
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +30 -13
- 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 +9 -9
- package/src/auto-complete/auto-complete.d.ts +1 -1
- package/src/auto-complete/auto-complete.js +2 -2
- package/src/combo-box/combo-box.js +1 -1
- 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
|
@@ -15,15 +15,13 @@
|
|
|
15
15
|
.e-dropdownbase.e-bigger {
|
|
16
16
|
min-height: 45px;
|
|
17
17
|
}
|
|
18
|
-
|
|
19
18
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
20
19
|
.e-dropdownbase.e-bigger .e-list-item {
|
|
21
20
|
line-height: 48px;
|
|
22
21
|
text-indent: 20px;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
26
|
-
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
24
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
27
25
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
28
26
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
29
27
|
line-height: 48px;
|
|
@@ -42,14 +40,12 @@
|
|
|
42
40
|
position: relative;
|
|
43
41
|
width: 100%;
|
|
44
42
|
}
|
|
45
|
-
|
|
46
43
|
.e-dropdownbase .e-list-parent {
|
|
47
44
|
margin: 0;
|
|
48
45
|
padding: 0;
|
|
49
46
|
}
|
|
50
47
|
|
|
51
|
-
.e-dropdownbase .e-list-group-item,
|
|
52
|
-
.e-dropdownbase .e-fixed-head {
|
|
48
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
53
49
|
cursor: default;
|
|
54
50
|
}
|
|
55
51
|
|
|
@@ -72,7 +68,6 @@
|
|
|
72
68
|
position: absolute;
|
|
73
69
|
top: 0;
|
|
74
70
|
}
|
|
75
|
-
|
|
76
71
|
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
77
72
|
left: 33px;
|
|
78
73
|
}
|
|
@@ -135,14 +130,12 @@
|
|
|
135
130
|
padding-left: 20px;
|
|
136
131
|
padding-right: 0;
|
|
137
132
|
}
|
|
138
|
-
|
|
139
133
|
.e-small.e-rtl .e-dropdownbase .e-list-item,
|
|
140
134
|
.e-small .e-rtl .e-dropdownbase .e-list-item,
|
|
141
135
|
.e-rtl .e-small .e-dropdownbase .e-list-item {
|
|
142
136
|
padding-left: 20px;
|
|
143
137
|
padding-right: 0;
|
|
144
138
|
}
|
|
145
|
-
|
|
146
139
|
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
147
140
|
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
148
141
|
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
@@ -151,11 +144,9 @@
|
|
|
151
144
|
padding-left: 20px;
|
|
152
145
|
padding-right: 0;
|
|
153
146
|
}
|
|
154
|
-
|
|
155
147
|
.e-dropdownbase {
|
|
156
148
|
border-color: #414141;
|
|
157
149
|
}
|
|
158
|
-
|
|
159
150
|
.e-dropdownbase .e-list-item {
|
|
160
151
|
-webkit-tap-highlight-color: transparent;
|
|
161
152
|
background-color: #2a2a2a;
|
|
@@ -184,8 +175,7 @@
|
|
|
184
175
|
padding-right: 20px;
|
|
185
176
|
}
|
|
186
177
|
|
|
187
|
-
.e-dropdownbase .e-list-item.e-active,
|
|
188
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
178
|
+
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
189
179
|
background-color: #0070f0;
|
|
190
180
|
border-color: #6e6e6e;
|
|
191
181
|
color: #fff;
|
|
@@ -205,8 +195,7 @@
|
|
|
205
195
|
background-color: #414141;
|
|
206
196
|
}
|
|
207
197
|
|
|
208
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
209
|
-
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
198
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
210
199
|
font-size: 14px;
|
|
211
200
|
padding-left: 20px;
|
|
212
201
|
}
|
|
@@ -276,8 +265,7 @@
|
|
|
276
265
|
text-indent: 12px;
|
|
277
266
|
}
|
|
278
267
|
|
|
279
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
280
|
-
.e-small .e-dropdownbase .e-fixed-head,
|
|
268
|
+
.e-small .e-dropdownbase .e-list-group-item, .e-small .e-dropdownbase .e-fixed-head,
|
|
281
269
|
.e-dropdownbase.e-small .e-list-group-item,
|
|
282
270
|
.e-dropdownbase.e-small .e-fixed-head {
|
|
283
271
|
font-size: 12px;
|
|
@@ -299,8 +287,7 @@
|
|
|
299
287
|
text-indent: 16px;
|
|
300
288
|
}
|
|
301
289
|
|
|
302
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
303
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
290
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
304
291
|
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
305
292
|
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
306
293
|
line-height: 34px;
|
|
@@ -313,8 +300,7 @@
|
|
|
313
300
|
font-size: 18px;
|
|
314
301
|
}
|
|
315
302
|
|
|
316
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
317
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
303
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
318
304
|
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
319
305
|
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
320
306
|
font-size: 14px;
|
|
@@ -356,7 +342,6 @@
|
|
|
356
342
|
transform: rotate(360deg);
|
|
357
343
|
}
|
|
358
344
|
}
|
|
359
|
-
|
|
360
345
|
@keyframes fabric-spinner-rotate {
|
|
361
346
|
0% {
|
|
362
347
|
transform: rotate(0);
|
|
@@ -365,17 +350,14 @@
|
|
|
365
350
|
transform: rotate(360deg);
|
|
366
351
|
}
|
|
367
352
|
}
|
|
368
|
-
|
|
369
353
|
.e-popup.e-ddl {
|
|
370
354
|
border-radius: 4px;
|
|
371
355
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
372
356
|
margin-top: 3px;
|
|
373
357
|
}
|
|
374
|
-
|
|
375
358
|
.e-popup.e-ddl .e-input-group {
|
|
376
359
|
width: auto;
|
|
377
360
|
}
|
|
378
|
-
|
|
379
361
|
.e-popup.e-ddl .e-input-group input {
|
|
380
362
|
line-height: 15px;
|
|
381
363
|
}
|
|
@@ -389,7 +371,6 @@
|
|
|
389
371
|
display: flex;
|
|
390
372
|
width: auto;
|
|
391
373
|
}
|
|
392
|
-
|
|
393
374
|
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
394
375
|
border: 0;
|
|
395
376
|
}
|
|
@@ -398,9 +379,7 @@
|
|
|
398
379
|
margin-top: 0;
|
|
399
380
|
}
|
|
400
381
|
|
|
401
|
-
.e-bigger .e-popup.e-ddl .e-list-item,
|
|
402
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
403
|
-
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
382
|
+
.e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
404
383
|
font-size: 15px;
|
|
405
384
|
line-height: 40px;
|
|
406
385
|
padding-left: 0;
|
|
@@ -415,8 +394,7 @@
|
|
|
415
394
|
padding: 4px 0;
|
|
416
395
|
}
|
|
417
396
|
|
|
418
|
-
.e-bigger .e-popup.e-ddl .e-input-group input,
|
|
419
|
-
.e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
397
|
+
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
420
398
|
height: 38px;
|
|
421
399
|
}
|
|
422
400
|
|
|
@@ -454,9 +432,7 @@
|
|
|
454
432
|
border-bottom: 1px solid #484848;
|
|
455
433
|
}
|
|
456
434
|
|
|
457
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
458
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
459
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
435
|
+
.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 {
|
|
460
436
|
font-size: 14px;
|
|
461
437
|
line-height: 34px;
|
|
462
438
|
padding-left: 0;
|
|
@@ -471,8 +447,7 @@
|
|
|
471
447
|
padding: 4px 0;
|
|
472
448
|
}
|
|
473
449
|
|
|
474
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
475
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
450
|
+
.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 {
|
|
476
451
|
height: 30px;
|
|
477
452
|
}
|
|
478
453
|
|
|
@@ -481,31 +456,28 @@
|
|
|
481
456
|
}
|
|
482
457
|
|
|
483
458
|
.e-ddl .e-search-icon::before {
|
|
484
|
-
content:
|
|
459
|
+
content: "\e993";
|
|
485
460
|
}
|
|
486
461
|
|
|
487
462
|
.e-ddl .e-back-icon::before {
|
|
488
|
-
content:
|
|
463
|
+
content: "\e94b";
|
|
489
464
|
}
|
|
490
465
|
|
|
491
466
|
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
492
|
-
content:
|
|
493
|
-
font-family:
|
|
467
|
+
content: "\e969";
|
|
468
|
+
font-family: "e-icons";
|
|
494
469
|
}
|
|
495
470
|
|
|
496
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter,
|
|
497
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
471
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
498
472
|
margin-left: -20px;
|
|
499
473
|
}
|
|
500
474
|
|
|
501
475
|
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
502
476
|
font-size: 15px;
|
|
503
477
|
}
|
|
504
|
-
|
|
505
478
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
506
479
|
font-size: 15px;
|
|
507
480
|
}
|
|
508
|
-
|
|
509
481
|
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
510
482
|
padding: 4px 0;
|
|
511
483
|
}
|
|
@@ -513,11 +485,9 @@
|
|
|
513
485
|
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
514
486
|
font-size: 15px;
|
|
515
487
|
}
|
|
516
|
-
|
|
517
488
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
518
489
|
font-size: 15px;
|
|
519
490
|
}
|
|
520
|
-
|
|
521
491
|
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
522
492
|
padding: 4px 0;
|
|
523
493
|
}
|
|
@@ -531,7 +501,6 @@
|
|
|
531
501
|
right: 0;
|
|
532
502
|
top: 0;
|
|
533
503
|
}
|
|
534
|
-
|
|
535
504
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
536
505
|
margin: 0;
|
|
537
506
|
}
|
|
@@ -541,7 +510,7 @@
|
|
|
541
510
|
}
|
|
542
511
|
|
|
543
512
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
544
|
-
content:
|
|
513
|
+
content: "";
|
|
545
514
|
}
|
|
546
515
|
|
|
547
516
|
.e-ddl-device-filter .e-filter-parent {
|
|
@@ -568,8 +537,7 @@
|
|
|
568
537
|
cursor: pointer;
|
|
569
538
|
}
|
|
570
539
|
|
|
571
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
|
|
572
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
540
|
+
.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 {
|
|
573
541
|
width: 0;
|
|
574
542
|
}
|
|
575
543
|
|
|
@@ -578,10 +546,9 @@
|
|
|
578
546
|
border: 1px solid #414141;
|
|
579
547
|
position: absolute;
|
|
580
548
|
}
|
|
581
|
-
|
|
582
549
|
.e-ddl.e-popup .e-search-icon {
|
|
583
550
|
margin: 0;
|
|
584
|
-
opacity: .57;
|
|
551
|
+
opacity: 0.57;
|
|
585
552
|
padding: 8px;
|
|
586
553
|
}
|
|
587
554
|
|
|
@@ -589,11 +556,7 @@
|
|
|
589
556
|
padding: 0;
|
|
590
557
|
}
|
|
591
558
|
|
|
592
|
-
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
|
|
593
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter,
|
|
594
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter:focus,
|
|
595
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
596
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
559
|
+
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter:focus, .e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
597
560
|
padding: 0 12px;
|
|
598
561
|
}
|
|
599
562
|
|
|
@@ -601,8 +564,7 @@
|
|
|
601
564
|
margin-bottom: 0;
|
|
602
565
|
}
|
|
603
566
|
|
|
604
|
-
.e-ddl.e-popup .e-ddl-footer,
|
|
605
|
-
.e-ddl.e-popup .e-ddl-header {
|
|
567
|
+
.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
|
|
606
568
|
cursor: default;
|
|
607
569
|
}
|
|
608
570
|
|
|
@@ -674,7 +636,6 @@
|
|
|
674
636
|
outline: none;
|
|
675
637
|
width: 100%;
|
|
676
638
|
}
|
|
677
|
-
|
|
678
639
|
.e-ddl.e-input-group input[readonly].e-input,
|
|
679
640
|
.e-ddl.e-input-group input[readonly],
|
|
680
641
|
.e-ddl.e-input-group .e-dropdownlist {
|
|
@@ -691,7 +652,6 @@ ejs-dropdownlist {
|
|
|
691
652
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
692
653
|
font-size: 13px;
|
|
693
654
|
}
|
|
694
|
-
|
|
695
655
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
696
656
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
697
657
|
font-size: 13px;
|
|
@@ -701,7 +661,6 @@ ejs-dropdownlist {
|
|
|
701
661
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
702
662
|
font-size: 13px;
|
|
703
663
|
}
|
|
704
|
-
|
|
705
664
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
706
665
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
707
666
|
font-size: 13px;
|
|
@@ -711,7 +670,6 @@ ejs-dropdownlist {
|
|
|
711
670
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
712
671
|
font-size: 14px;
|
|
713
672
|
}
|
|
714
|
-
|
|
715
673
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
716
674
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
717
675
|
font-size: 14px;
|
|
@@ -721,7 +679,6 @@ ejs-dropdownlist {
|
|
|
721
679
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
722
680
|
font-size: 14px;
|
|
723
681
|
}
|
|
724
|
-
|
|
725
682
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
726
683
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
727
684
|
font-size: 14px;
|
|
@@ -761,7 +718,6 @@ ejs-dropdownlist {
|
|
|
761
718
|
transform: rotate(360deg);
|
|
762
719
|
}
|
|
763
720
|
}
|
|
764
|
-
|
|
765
721
|
@keyframes fabric-spinner-rotate {
|
|
766
722
|
0% {
|
|
767
723
|
transform: rotate(0);
|
|
@@ -770,66 +726,54 @@ ejs-dropdownlist {
|
|
|
770
726
|
transform: rotate(360deg);
|
|
771
727
|
}
|
|
772
728
|
}
|
|
773
|
-
|
|
774
729
|
.e-ddt .e-ddt-icon::before {
|
|
775
|
-
content:
|
|
730
|
+
content: "\e969";
|
|
776
731
|
}
|
|
777
|
-
|
|
778
732
|
.e-ddt .e-chips-close::before {
|
|
779
|
-
content:
|
|
733
|
+
content: "\e842";
|
|
780
734
|
}
|
|
781
735
|
|
|
782
736
|
.e-ddt {
|
|
783
737
|
cursor: pointer;
|
|
784
738
|
outline: none;
|
|
785
739
|
}
|
|
786
|
-
|
|
787
740
|
.e-ddt .e-ddt-icon::before {
|
|
788
741
|
transform: rotate(0deg);
|
|
789
742
|
transition: transform 300ms ease;
|
|
790
743
|
}
|
|
791
|
-
|
|
792
744
|
.e-ddt.e-icon-anim .e-ddt-icon::before {
|
|
793
745
|
transform: rotate(180deg);
|
|
794
746
|
transition: transform 300ms ease;
|
|
795
747
|
}
|
|
796
|
-
|
|
797
748
|
.e-ddt .e-ddt-hidden {
|
|
798
749
|
border: 0;
|
|
799
750
|
height: 0;
|
|
800
751
|
visibility: hidden;
|
|
801
752
|
width: 0;
|
|
802
753
|
}
|
|
803
|
-
|
|
804
754
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
805
755
|
box-sizing: content-box;
|
|
806
756
|
min-height: 32px;
|
|
807
757
|
}
|
|
808
|
-
|
|
809
758
|
.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 {
|
|
810
759
|
border: 0;
|
|
811
760
|
}
|
|
812
|
-
|
|
813
761
|
.e-ddt.e-input-group.e-control-wrapper .e-icon-hide, .e-ddt.e-float-input.e-control-wrapper .e-icon-hide {
|
|
814
762
|
display: none;
|
|
815
763
|
}
|
|
816
|
-
|
|
817
764
|
.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 {
|
|
818
765
|
bottom: 0;
|
|
819
766
|
position: absolute;
|
|
820
767
|
right: 0;
|
|
821
768
|
}
|
|
822
|
-
|
|
823
769
|
.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 {
|
|
824
770
|
right: 32px;
|
|
825
771
|
}
|
|
826
|
-
|
|
827
772
|
.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 {
|
|
828
773
|
bottom: 0;
|
|
829
774
|
position: absolute;
|
|
830
775
|
right: 0;
|
|
831
776
|
}
|
|
832
|
-
|
|
833
777
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
|
|
834
778
|
.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,
|
|
835
779
|
.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,
|
|
@@ -838,23 +782,19 @@ ejs-dropdownlist {
|
|
|
838
782
|
padding-left: 0;
|
|
839
783
|
padding-right: 0;
|
|
840
784
|
}
|
|
841
|
-
|
|
842
785
|
.e-ddt .e-chips-wrapper {
|
|
843
786
|
width: 100%;
|
|
844
787
|
}
|
|
845
|
-
|
|
846
788
|
.e-ddt.e-show-chip .e-chips-close {
|
|
847
789
|
line-height: 30px;
|
|
848
790
|
min-height: 30px;
|
|
849
791
|
min-width: 30px;
|
|
850
792
|
text-align: center;
|
|
851
793
|
}
|
|
852
|
-
|
|
853
794
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
854
795
|
font-size: 10px;
|
|
855
796
|
vertical-align: middle;
|
|
856
797
|
}
|
|
857
|
-
|
|
858
798
|
.e-ddt.e-show-chip .e-chips {
|
|
859
799
|
-ms-flex-align: center;
|
|
860
800
|
align-items: center;
|
|
@@ -871,7 +811,6 @@ ejs-dropdownlist {
|
|
|
871
811
|
text-overflow: ellipsis;
|
|
872
812
|
white-space: nowrap;
|
|
873
813
|
}
|
|
874
|
-
|
|
875
814
|
.e-ddt.e-show-chip .e-chips > .e-chipcontent {
|
|
876
815
|
max-width: 100%;
|
|
877
816
|
overflow: hidden;
|
|
@@ -880,78 +819,63 @@ ejs-dropdownlist {
|
|
|
880
819
|
text-overflow: ellipsis;
|
|
881
820
|
white-space: nowrap;
|
|
882
821
|
}
|
|
883
|
-
|
|
884
822
|
.e-ddt .e-overflow {
|
|
885
823
|
white-space: nowrap;
|
|
886
824
|
}
|
|
887
|
-
|
|
888
825
|
.e-ddt .e-overflow.e-show-text {
|
|
889
826
|
padding: 6px 12px 0 12px;
|
|
890
827
|
}
|
|
891
|
-
|
|
892
828
|
.e-ddt .e-overflow.e-total-count {
|
|
893
829
|
box-sizing: border-box;
|
|
894
830
|
display: inline-block;
|
|
895
831
|
overflow: hidden;
|
|
896
832
|
text-overflow: ellipsis;
|
|
897
833
|
}
|
|
898
|
-
|
|
899
834
|
.e-ddt .e-overflow.e-total-count .e-remain {
|
|
900
835
|
padding: 0 10px 0 0;
|
|
901
836
|
}
|
|
902
|
-
|
|
903
837
|
.e-ddt .e-overflow.e-wrap-count {
|
|
904
838
|
padding-top: 5.5px;
|
|
905
839
|
}
|
|
906
|
-
|
|
907
840
|
.e-ddt .e-overflow .e-remain {
|
|
908
841
|
cursor: pointer;
|
|
909
842
|
display: inline-block;
|
|
910
843
|
font-size: 15px;
|
|
911
844
|
padding: 0 0 0 10px;
|
|
912
845
|
}
|
|
913
|
-
|
|
914
846
|
.e-ddt .e-overflow .e-remain.e-wrap-count {
|
|
915
847
|
padding-top: 6px;
|
|
916
848
|
}
|
|
917
|
-
|
|
918
849
|
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
919
850
|
padding: 6px 12px 0 12px;
|
|
920
851
|
}
|
|
921
|
-
|
|
922
852
|
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
923
853
|
margin-right: 32px;
|
|
924
854
|
max-width: calc(100% - 33px);
|
|
925
855
|
}
|
|
926
|
-
|
|
927
856
|
.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
928
857
|
margin-right: 32px;
|
|
929
858
|
max-width: calc(100% - 33px);
|
|
930
859
|
}
|
|
931
|
-
|
|
932
860
|
.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
933
861
|
margin-right: 64px;
|
|
934
862
|
max-width: calc(100% - 65px);
|
|
935
863
|
}
|
|
936
|
-
|
|
937
864
|
.e-ddt input[readonly],
|
|
938
865
|
.e-ddt .e-dropdowntree,
|
|
939
866
|
.e-ddt input[readonly].e-input {
|
|
940
867
|
pointer-events: none;
|
|
941
868
|
}
|
|
942
|
-
|
|
943
869
|
.e-ddt input[readonly].e-chip-input,
|
|
944
870
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
945
871
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
946
872
|
width: 0;
|
|
947
873
|
}
|
|
948
|
-
|
|
949
874
|
.e-ddt.e-popup {
|
|
950
875
|
border: 1px solid #414141;
|
|
951
876
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
|
|
952
877
|
position: absolute;
|
|
953
878
|
}
|
|
954
|
-
|
|
955
879
|
.e-ddt.e-popup .e-selectall-parent {
|
|
956
880
|
border-bottom: 1px solid;
|
|
957
881
|
cursor: pointer;
|
|
@@ -963,51 +887,40 @@ ejs-dropdownlist {
|
|
|
963
887
|
white-space: nowrap;
|
|
964
888
|
width: 100%;
|
|
965
889
|
}
|
|
966
|
-
|
|
967
890
|
.e-ddt.e-popup .e-selectall-parent.e-hide-selectall {
|
|
968
891
|
display: none;
|
|
969
892
|
}
|
|
970
|
-
|
|
971
893
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
972
894
|
position: relative;
|
|
973
895
|
text-indent: 0;
|
|
974
896
|
}
|
|
975
|
-
|
|
976
897
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
977
898
|
font-family: inherit;
|
|
978
899
|
font-size: 14px;
|
|
979
900
|
margin: 10px;
|
|
980
901
|
}
|
|
981
|
-
|
|
982
|
-
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
983
|
-
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
902
|
+
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
984
903
|
padding: 0 12px;
|
|
985
904
|
}
|
|
986
|
-
|
|
987
905
|
.e-ddt.e-popup .e-filter-wrap {
|
|
988
906
|
border: #414141;
|
|
989
907
|
border-top-width: 0;
|
|
990
908
|
display: block;
|
|
991
909
|
padding: 5px 8px;
|
|
992
910
|
}
|
|
993
|
-
|
|
994
911
|
.e-ddt.e-popup .e-filter-wrap {
|
|
995
912
|
border-bottom: 1px solid #484848;
|
|
996
913
|
}
|
|
997
|
-
|
|
998
914
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
999
915
|
margin-bottom: 0;
|
|
1000
916
|
}
|
|
1001
|
-
|
|
1002
917
|
.e-ddt.e-popup .e-popup-content {
|
|
1003
918
|
overflow: auto;
|
|
1004
919
|
position: relative;
|
|
1005
920
|
}
|
|
1006
|
-
|
|
1007
921
|
.e-ddt.e-popup .e-popup-content .e-ddt-nodata {
|
|
1008
922
|
display: none;
|
|
1009
923
|
}
|
|
1010
|
-
|
|
1011
924
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1012
925
|
cursor: default;
|
|
1013
926
|
font-family: inherit;
|
|
@@ -1015,88 +928,69 @@ ejs-dropdownlist {
|
|
|
1015
928
|
padding: 14px 16px;
|
|
1016
929
|
text-align: center;
|
|
1017
930
|
}
|
|
1018
|
-
|
|
1019
931
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
1020
932
|
display: none;
|
|
1021
933
|
}
|
|
1022
|
-
|
|
1023
934
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
|
|
1024
935
|
display: block;
|
|
1025
936
|
}
|
|
1026
|
-
|
|
1027
937
|
.e-ddt.e-popup .e-treeview {
|
|
1028
938
|
display: inline-table;
|
|
1029
939
|
width: 100%;
|
|
1030
940
|
}
|
|
1031
|
-
|
|
1032
941
|
.e-ddt.e-popup .e-treeview .e-list-item {
|
|
1033
942
|
padding: 0;
|
|
1034
943
|
}
|
|
1035
|
-
|
|
1036
944
|
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1037
945
|
margin: 0;
|
|
1038
946
|
padding: 0 0 0 14px;
|
|
1039
947
|
}
|
|
1040
|
-
|
|
1041
948
|
.e-ddt.e-popup .e-treeview .e-fullrow {
|
|
1042
949
|
height: 36px;
|
|
1043
950
|
}
|
|
1044
|
-
|
|
1045
951
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1046
952
|
overflow: hidden;
|
|
1047
953
|
padding: 0 8px;
|
|
1048
954
|
}
|
|
1049
|
-
|
|
1050
955
|
.e-ddt.e-popup .e-treeview.e-fullrow-wrap .e-text-content {
|
|
1051
956
|
padding-bottom: 2px;
|
|
1052
957
|
padding-top: 2px;
|
|
1053
958
|
}
|
|
1054
|
-
|
|
1055
959
|
.e-ddt.e-popup .e-ddt-footer,
|
|
1056
960
|
.e-ddt.e-popup .e-ddt-header {
|
|
1057
961
|
cursor: default;
|
|
1058
962
|
}
|
|
1059
|
-
|
|
1060
963
|
.e-ddt.e-rtl.e-show-chip .e-chips {
|
|
1061
964
|
float: right;
|
|
1062
965
|
}
|
|
1063
|
-
|
|
1064
966
|
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain {
|
|
1065
967
|
padding: 0 10px 0 0;
|
|
1066
968
|
}
|
|
1067
|
-
|
|
1068
969
|
.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 {
|
|
1069
970
|
padding-top: 5.5px;
|
|
1070
971
|
}
|
|
1071
|
-
|
|
1072
972
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count {
|
|
1073
973
|
position: absolute;
|
|
1074
974
|
right: auto;
|
|
1075
975
|
}
|
|
1076
|
-
|
|
1077
976
|
.e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain {
|
|
1078
977
|
padding: 0 0 0 10px;
|
|
1079
978
|
}
|
|
1080
|
-
|
|
1081
979
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1082
980
|
padding: 6px 12px 0 12px;
|
|
1083
981
|
}
|
|
1084
|
-
|
|
1085
982
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1086
983
|
margin-left: 32px;
|
|
1087
984
|
margin-right: 1px;
|
|
1088
985
|
}
|
|
1089
|
-
|
|
1090
986
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1091
987
|
margin-left: 32px;
|
|
1092
988
|
margin-right: 1px;
|
|
1093
989
|
}
|
|
1094
|
-
|
|
1095
990
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1096
991
|
margin-left: 64px;
|
|
1097
992
|
margin-right: 1px;
|
|
1098
993
|
}
|
|
1099
|
-
|
|
1100
994
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
1101
995
|
.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,
|
|
1102
996
|
.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,
|
|
@@ -1105,11 +999,9 @@ ejs-dropdownlist {
|
|
|
1105
999
|
left: 0;
|
|
1106
1000
|
right: auto;
|
|
1107
1001
|
}
|
|
1108
|
-
|
|
1109
1002
|
.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 {
|
|
1110
1003
|
left: 32px;
|
|
1111
1004
|
}
|
|
1112
|
-
|
|
1113
1005
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
1114
1006
|
padding: 0 14px 0 0;
|
|
1115
1007
|
}
|
|
@@ -1122,7 +1014,6 @@ ejs-dropdownlist {
|
|
|
1122
1014
|
.e-ddt.e-bigger .e-chips {
|
|
1123
1015
|
height: 34px;
|
|
1124
1016
|
}
|
|
1125
|
-
|
|
1126
1017
|
.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,
|
|
1127
1018
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1128
1019
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
@@ -1130,7 +1021,6 @@ ejs-dropdownlist {
|
|
|
1130
1021
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1131
1022
|
right: 38px;
|
|
1132
1023
|
}
|
|
1133
|
-
|
|
1134
1024
|
.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,
|
|
1135
1025
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
1136
1026
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
@@ -1138,64 +1028,53 @@ ejs-dropdownlist {
|
|
|
1138
1028
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
1139
1029
|
bottom: 0;
|
|
1140
1030
|
}
|
|
1141
|
-
|
|
1142
1031
|
.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,
|
|
1143
1032
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
|
|
1144
1033
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1145
1034
|
min-height: 38px;
|
|
1146
1035
|
}
|
|
1147
|
-
|
|
1148
1036
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
1149
1037
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
1150
1038
|
padding: 7.5px 14px 0 14px;
|
|
1151
1039
|
}
|
|
1152
|
-
|
|
1153
1040
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1154
1041
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1155
1042
|
margin-right: 38px;
|
|
1156
1043
|
max-width: calc(100% - 39px);
|
|
1157
1044
|
}
|
|
1158
|
-
|
|
1159
1045
|
.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1160
1046
|
.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1161
1047
|
margin-right: 38px;
|
|
1162
1048
|
max-width: calc(100% - 39px);
|
|
1163
1049
|
}
|
|
1164
|
-
|
|
1165
1050
|
.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1166
1051
|
.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1167
1052
|
margin-right: 76px;
|
|
1168
1053
|
max-width: calc(100% - 77px);
|
|
1169
1054
|
}
|
|
1170
|
-
|
|
1171
1055
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
1172
1056
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
1173
1057
|
text-indent: 43px;
|
|
1174
1058
|
}
|
|
1175
|
-
|
|
1176
1059
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
1177
1060
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
1178
1061
|
height: 44px;
|
|
1179
1062
|
}
|
|
1180
|
-
|
|
1181
1063
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1182
1064
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1183
1065
|
margin-left: 38px;
|
|
1184
1066
|
margin-right: 1px;
|
|
1185
1067
|
}
|
|
1186
|
-
|
|
1187
1068
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1188
1069
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1189
1070
|
margin-left: 38px;
|
|
1190
1071
|
margin-right: 1px;
|
|
1191
1072
|
}
|
|
1192
|
-
|
|
1193
1073
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1194
1074
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1195
1075
|
margin-left: 76px;
|
|
1196
1076
|
margin-right: 1px;
|
|
1197
1077
|
}
|
|
1198
|
-
|
|
1199
1078
|
.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,
|
|
1200
1079
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
1201
1080
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
@@ -1206,44 +1085,34 @@ ejs-dropdownlist {
|
|
|
1206
1085
|
.e-ddt .e-chips {
|
|
1207
1086
|
background-color: #414141;
|
|
1208
1087
|
}
|
|
1209
|
-
|
|
1210
1088
|
.e-ddt .e-chips .e-chips-close::before {
|
|
1211
1089
|
color: #f0f0f0;
|
|
1212
1090
|
}
|
|
1213
|
-
|
|
1214
1091
|
.e-ddt .e-chips > .e-chipcontent {
|
|
1215
1092
|
color: #f0f0f0;
|
|
1216
1093
|
}
|
|
1217
|
-
|
|
1218
1094
|
.e-ddt .e-chips:hover {
|
|
1219
1095
|
background-color: #484848;
|
|
1220
1096
|
}
|
|
1221
|
-
|
|
1222
1097
|
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
1223
1098
|
color: #f0f0f0;
|
|
1224
1099
|
}
|
|
1225
|
-
|
|
1226
1100
|
.e-ddt .e-overflow .e-remain {
|
|
1227
1101
|
color: #8d8d8d;
|
|
1228
1102
|
}
|
|
1229
|
-
|
|
1230
1103
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1231
1104
|
background-color: #1a1a1a;
|
|
1232
1105
|
}
|
|
1233
|
-
|
|
1234
1106
|
.e-ddt.e-popup {
|
|
1235
1107
|
background: #313131;
|
|
1236
1108
|
border-color: #414141;
|
|
1237
1109
|
}
|
|
1238
|
-
|
|
1239
1110
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1240
1111
|
color: #a4a4a4;
|
|
1241
1112
|
}
|
|
1242
|
-
|
|
1243
1113
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1244
1114
|
border-bottom-color: #484848;
|
|
1245
1115
|
}
|
|
1246
|
-
|
|
1247
1116
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1248
1117
|
color: #f0f0f0;
|
|
1249
1118
|
}
|
|
@@ -1256,7 +1125,6 @@ ejs-dropdownlist {
|
|
|
1256
1125
|
transform: rotate(360deg);
|
|
1257
1126
|
}
|
|
1258
1127
|
}
|
|
1259
|
-
|
|
1260
1128
|
@keyframes fabric-spinner-rotate {
|
|
1261
1129
|
0% {
|
|
1262
1130
|
transform: rotate(0);
|
|
@@ -1265,7 +1133,6 @@ ejs-dropdownlist {
|
|
|
1265
1133
|
transform: rotate(360deg);
|
|
1266
1134
|
}
|
|
1267
1135
|
}
|
|
1268
|
-
|
|
1269
1136
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1270
1137
|
line-height: 30px;
|
|
1271
1138
|
top: 0;
|
|
@@ -1295,12 +1162,12 @@ ejs-dropdownlist {
|
|
|
1295
1162
|
}
|
|
1296
1163
|
|
|
1297
1164
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1298
|
-
content:
|
|
1299
|
-
font-family:
|
|
1165
|
+
content: "\e969";
|
|
1166
|
+
font-family: "e-icons";
|
|
1300
1167
|
}
|
|
1301
1168
|
|
|
1302
1169
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1303
|
-
content:
|
|
1170
|
+
content: "\e842";
|
|
1304
1171
|
cursor: pointer;
|
|
1305
1172
|
left: 10px;
|
|
1306
1173
|
position: relative;
|
|
@@ -1308,7 +1175,7 @@ ejs-dropdownlist {
|
|
|
1308
1175
|
}
|
|
1309
1176
|
|
|
1310
1177
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1311
|
-
content:
|
|
1178
|
+
content: "\e842";
|
|
1312
1179
|
cursor: pointer;
|
|
1313
1180
|
left: 15px;
|
|
1314
1181
|
position: relative;
|
|
@@ -1316,7 +1183,7 @@ ejs-dropdownlist {
|
|
|
1316
1183
|
}
|
|
1317
1184
|
|
|
1318
1185
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
1319
|
-
content:
|
|
1186
|
+
content: "";
|
|
1320
1187
|
}
|
|
1321
1188
|
|
|
1322
1189
|
.e-multi-select-wrapper {
|
|
@@ -1331,54 +1198,43 @@ ejs-dropdownlist {
|
|
|
1331
1198
|
user-select: none;
|
|
1332
1199
|
width: 100%;
|
|
1333
1200
|
}
|
|
1334
|
-
|
|
1335
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1336
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1201
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1337
1202
|
height: 27px;
|
|
1338
1203
|
vertical-align: middle;
|
|
1339
1204
|
}
|
|
1340
|
-
|
|
1341
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1342
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1205
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1343
1206
|
height: 100%;
|
|
1344
1207
|
min-height: 100%;
|
|
1345
1208
|
}
|
|
1346
|
-
|
|
1347
1209
|
.e-multi-select-wrapper .e-delim-view {
|
|
1348
1210
|
white-space: nowrap;
|
|
1349
1211
|
}
|
|
1350
|
-
|
|
1351
1212
|
.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 {
|
|
1352
1213
|
box-sizing: border-box;
|
|
1353
1214
|
display: inline-block;
|
|
1354
1215
|
overflow: hidden;
|
|
1355
1216
|
text-overflow: ellipsis;
|
|
1356
1217
|
}
|
|
1357
|
-
|
|
1358
1218
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1359
1219
|
color: #fff;
|
|
1360
1220
|
font-size: 10px;
|
|
1361
1221
|
left: 17px;
|
|
1362
1222
|
top: 8px;
|
|
1363
1223
|
}
|
|
1364
|
-
|
|
1365
1224
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1366
1225
|
background-color: #0070f0;
|
|
1367
1226
|
color: #fff;
|
|
1368
1227
|
padding: 13px 0 13px 0;
|
|
1369
1228
|
}
|
|
1370
|
-
|
|
1371
1229
|
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1372
1230
|
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1373
1231
|
width: 0;
|
|
1374
1232
|
}
|
|
1375
|
-
|
|
1376
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=
|
|
1377
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1233
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1234
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1378
1235
|
height: 1px;
|
|
1379
1236
|
min-height: 1px;
|
|
1380
1237
|
}
|
|
1381
|
-
|
|
1382
1238
|
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1383
1239
|
max-width: 100%;
|
|
1384
1240
|
}
|
|
@@ -1390,19 +1246,16 @@ ejs-dropdownlist {
|
|
|
1390
1246
|
float: left;
|
|
1391
1247
|
width: auto;
|
|
1392
1248
|
}
|
|
1393
|
-
|
|
1394
1249
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1395
1250
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1396
1251
|
display: -ms-inline-flexbox;
|
|
1397
1252
|
display: inline-flex;
|
|
1398
1253
|
float: none;
|
|
1399
1254
|
}
|
|
1400
|
-
|
|
1401
1255
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1402
1256
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1403
1257
|
width: 0;
|
|
1404
1258
|
}
|
|
1405
|
-
|
|
1406
1259
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1407
1260
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1408
1261
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
@@ -1411,12 +1264,10 @@ ejs-dropdownlist {
|
|
|
1411
1264
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1412
1265
|
display: none;
|
|
1413
1266
|
}
|
|
1414
|
-
|
|
1415
1267
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1416
1268
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1417
1269
|
padding: 0 48px 0 0;
|
|
1418
1270
|
}
|
|
1419
|
-
|
|
1420
1271
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1421
1272
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1422
1273
|
-ms-flex-align: center;
|
|
@@ -1425,7 +1276,6 @@ ejs-dropdownlist {
|
|
|
1425
1276
|
max-width: 100%;
|
|
1426
1277
|
word-break: break-word;
|
|
1427
1278
|
}
|
|
1428
|
-
|
|
1429
1279
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1430
1280
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1431
1281
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1443,7 +1293,6 @@ ejs-dropdownlist {
|
|
|
1443
1293
|
right: 0;
|
|
1444
1294
|
top: 100%;
|
|
1445
1295
|
}
|
|
1446
|
-
|
|
1447
1296
|
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1448
1297
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1449
1298
|
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
@@ -1451,19 +1300,16 @@ ejs-dropdownlist {
|
|
|
1451
1300
|
display: -ms-flexbox;
|
|
1452
1301
|
display: flex;
|
|
1453
1302
|
}
|
|
1454
|
-
|
|
1455
1303
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1456
1304
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1457
1305
|
margin-right: 0;
|
|
1458
1306
|
margin-top: -2.65em;
|
|
1459
1307
|
right: 0;
|
|
1460
1308
|
}
|
|
1461
|
-
|
|
1462
1309
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
1463
1310
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
1464
1311
|
top: -1px;
|
|
1465
1312
|
}
|
|
1466
|
-
|
|
1467
1313
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1468
1314
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1469
1315
|
font-size: 10px;
|
|
@@ -1473,7 +1319,6 @@ ejs-dropdownlist {
|
|
|
1473
1319
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
1474
1320
|
float: right;
|
|
1475
1321
|
}
|
|
1476
|
-
|
|
1477
1322
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
1478
1323
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
1479
1324
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1481,7 +1326,6 @@ ejs-dropdownlist {
|
|
|
1481
1326
|
left: 0;
|
|
1482
1327
|
right: auto;
|
|
1483
1328
|
}
|
|
1484
|
-
|
|
1485
1329
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
1486
1330
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
1487
1331
|
padding: 0 0 0 48px;
|
|
@@ -1493,7 +1337,7 @@ ejs-dropdownlist {
|
|
|
1493
1337
|
|
|
1494
1338
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1495
1339
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1496
|
-
opacity: .7;
|
|
1340
|
+
opacity: 0.7;
|
|
1497
1341
|
pointer-events: none;
|
|
1498
1342
|
}
|
|
1499
1343
|
|
|
@@ -1576,7 +1420,7 @@ ejs-dropdownlist {
|
|
|
1576
1420
|
display: -ms-flexbox;
|
|
1577
1421
|
display: flex;
|
|
1578
1422
|
float: right;
|
|
1579
|
-
font-family:
|
|
1423
|
+
font-family: "e-icons";
|
|
1580
1424
|
height: 30px;
|
|
1581
1425
|
margin: 0 0 0;
|
|
1582
1426
|
width: 30px;
|
|
@@ -1616,7 +1460,7 @@ ejs-dropdownlist {
|
|
|
1616
1460
|
margin-top: -4em;
|
|
1617
1461
|
}
|
|
1618
1462
|
|
|
1619
|
-
.e-multi-select-wrapper input[type=
|
|
1463
|
+
.e-multi-select-wrapper input[type=text] {
|
|
1620
1464
|
background: none;
|
|
1621
1465
|
border: 0;
|
|
1622
1466
|
font-family: inherit;
|
|
@@ -1629,7 +1473,7 @@ ejs-dropdownlist {
|
|
|
1629
1473
|
text-indent: 6px;
|
|
1630
1474
|
}
|
|
1631
1475
|
|
|
1632
|
-
.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1476
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1633
1477
|
background: none;
|
|
1634
1478
|
border: 0;
|
|
1635
1479
|
color: inherit;
|
|
@@ -1643,22 +1487,22 @@ ejs-dropdownlist {
|
|
|
1643
1487
|
text-indent: 6px;
|
|
1644
1488
|
}
|
|
1645
1489
|
|
|
1646
|
-
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1490
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1647
1491
|
padding: 5px;
|
|
1648
1492
|
}
|
|
1649
1493
|
|
|
1650
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1651
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=
|
|
1494
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1495
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1652
1496
|
height: 32px;
|
|
1653
1497
|
min-height: 32px;
|
|
1654
1498
|
}
|
|
1655
1499
|
|
|
1656
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1500
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1657
1501
|
height: 38px;
|
|
1658
1502
|
min-height: 38px;
|
|
1659
1503
|
}
|
|
1660
1504
|
|
|
1661
|
-
.e-multi-select-wrapper input[type=
|
|
1505
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1662
1506
|
display: none;
|
|
1663
1507
|
}
|
|
1664
1508
|
|
|
@@ -1743,7 +1587,7 @@ ejs-dropdownlist {
|
|
|
1743
1587
|
}
|
|
1744
1588
|
|
|
1745
1589
|
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
1746
|
-
content:
|
|
1590
|
+
content: "";
|
|
1747
1591
|
}
|
|
1748
1592
|
|
|
1749
1593
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
@@ -1753,68 +1597,53 @@ ejs-dropdownlist {
|
|
|
1753
1597
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
1754
1598
|
padding-left: 0;
|
|
1755
1599
|
}
|
|
1756
|
-
|
|
1757
1600
|
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
1758
1601
|
padding: 0 2px 0 32px;
|
|
1759
1602
|
}
|
|
1760
|
-
|
|
1761
1603
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1762
1604
|
left: -10px;
|
|
1763
1605
|
}
|
|
1764
|
-
|
|
1765
1606
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
1766
1607
|
margin: 0;
|
|
1767
1608
|
margin-right: auto;
|
|
1768
1609
|
}
|
|
1769
|
-
|
|
1770
1610
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
1771
1611
|
float: right;
|
|
1772
1612
|
}
|
|
1773
|
-
|
|
1774
1613
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
1775
1614
|
float: right;
|
|
1776
1615
|
margin: 2px 0 2px 4px;
|
|
1777
1616
|
padding: 0 8px 0 0;
|
|
1778
1617
|
}
|
|
1779
|
-
|
|
1780
1618
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
1781
1619
|
padding: 6px 10px 6px 10px;
|
|
1782
1620
|
}
|
|
1783
|
-
|
|
1784
1621
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
1785
1622
|
float: left;
|
|
1786
1623
|
}
|
|
1787
|
-
|
|
1788
1624
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1789
1625
|
left: -10px;
|
|
1790
1626
|
}
|
|
1791
|
-
|
|
1792
1627
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1793
1628
|
padding: 0 4px 0 8px;
|
|
1794
1629
|
}
|
|
1795
|
-
|
|
1796
1630
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
1797
1631
|
padding: 8px 4px;
|
|
1798
1632
|
}
|
|
1799
|
-
|
|
1800
1633
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1801
1634
|
padding: 0 8px 0 4px;
|
|
1802
1635
|
}
|
|
1803
|
-
|
|
1804
1636
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1805
1637
|
padding: 12px 4px;
|
|
1806
1638
|
}
|
|
1807
|
-
|
|
1808
1639
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1809
1640
|
left: 38px;
|
|
1810
1641
|
position: absolute;
|
|
1811
1642
|
right: auto;
|
|
1812
1643
|
}
|
|
1813
|
-
|
|
1814
1644
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
1815
1645
|
left: -15px;
|
|
1816
1646
|
}
|
|
1817
|
-
|
|
1818
1647
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1819
1648
|
padding-right: 10px;
|
|
1820
1649
|
}
|
|
@@ -1987,15 +1816,15 @@ ejs-dropdownlist {
|
|
|
1987
1816
|
|
|
1988
1817
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
1989
1818
|
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
1990
|
-
opacity: .3;
|
|
1819
|
+
opacity: 0.3;
|
|
1991
1820
|
}
|
|
1992
1821
|
|
|
1993
1822
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
1994
1823
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
1995
|
-
opacity: .7;
|
|
1824
|
+
opacity: 0.7;
|
|
1996
1825
|
}
|
|
1997
1826
|
|
|
1998
|
-
.e-multi-select-wrapper input[readonly=
|
|
1827
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
1999
1828
|
pointer-events: none;
|
|
2000
1829
|
}
|
|
2001
1830
|
|
|
@@ -2021,7 +1850,7 @@ ejs-multiselect {
|
|
|
2021
1850
|
min-height: 24px;
|
|
2022
1851
|
}
|
|
2023
1852
|
|
|
2024
|
-
.e-small .e-multi-select-wrapper input[type=
|
|
1853
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2025
1854
|
height: 26px;
|
|
2026
1855
|
min-height: 26px;
|
|
2027
1856
|
}
|
|
@@ -2050,7 +1879,7 @@ ejs-multiselect {
|
|
|
2050
1879
|
min-height: 30px;
|
|
2051
1880
|
}
|
|
2052
1881
|
|
|
2053
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=
|
|
1882
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2054
1883
|
height: 34px;
|
|
2055
1884
|
min-height: 34px;
|
|
2056
1885
|
}
|
|
@@ -2077,7 +1906,7 @@ ejs-multiselect {
|
|
|
2077
1906
|
min-height: 40px;
|
|
2078
1907
|
}
|
|
2079
1908
|
|
|
2080
|
-
.e-multiselect.e-outline .e-multi-select-wrapper input[type=
|
|
1909
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2081
1910
|
color: inherit;
|
|
2082
1911
|
}
|
|
2083
1912
|
|
|
@@ -2131,8 +1960,8 @@ ejs-multiselect {
|
|
|
2131
1960
|
padding: 0;
|
|
2132
1961
|
}
|
|
2133
1962
|
|
|
2134
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2135
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
1963
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
1964
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2136
1965
|
padding: 5px 0;
|
|
2137
1966
|
}
|
|
2138
1967
|
|
|
@@ -2508,27 +2337,27 @@ ejs-multiselect {
|
|
|
2508
2337
|
}
|
|
2509
2338
|
|
|
2510
2339
|
.e-listbox-tool .e-moveup::before {
|
|
2511
|
-
content:
|
|
2340
|
+
content: "\e651";
|
|
2512
2341
|
}
|
|
2513
2342
|
|
|
2514
2343
|
.e-listbox-tool .e-movedown::before {
|
|
2515
|
-
content:
|
|
2344
|
+
content: "\e652";
|
|
2516
2345
|
}
|
|
2517
2346
|
|
|
2518
2347
|
.e-listbox-tool .e-moveto::before {
|
|
2519
|
-
content:
|
|
2348
|
+
content: "\e653";
|
|
2520
2349
|
}
|
|
2521
2350
|
|
|
2522
2351
|
.e-listbox-tool .e-movefrom::before {
|
|
2523
|
-
content:
|
|
2352
|
+
content: "\e654";
|
|
2524
2353
|
}
|
|
2525
2354
|
|
|
2526
2355
|
.e-listbox-tool .e-moveallto::before {
|
|
2527
|
-
content:
|
|
2356
|
+
content: "\e655";
|
|
2528
2357
|
}
|
|
2529
2358
|
|
|
2530
2359
|
.e-listbox-tool .e-moveallfrom::before {
|
|
2531
|
-
content:
|
|
2360
|
+
content: "\e656";
|
|
2532
2361
|
}
|
|
2533
2362
|
|
|
2534
2363
|
.e-listbox-wrapper,
|
|
@@ -2543,28 +2372,23 @@ ejs-multiselect {
|
|
|
2543
2372
|
user-select: none;
|
|
2544
2373
|
width: 100%;
|
|
2545
2374
|
}
|
|
2546
|
-
|
|
2547
2375
|
.e-listbox-wrapper *,
|
|
2548
2376
|
.e-listbox-container * {
|
|
2549
2377
|
box-sizing: border-box;
|
|
2550
2378
|
}
|
|
2551
|
-
|
|
2552
2379
|
.e-listbox-wrapper:focus,
|
|
2553
2380
|
.e-listbox-container:focus {
|
|
2554
2381
|
outline: none;
|
|
2555
2382
|
}
|
|
2556
|
-
|
|
2557
2383
|
.e-listbox-wrapper.e-disabled,
|
|
2558
2384
|
.e-listbox-container.e-disabled {
|
|
2559
2385
|
cursor: default;
|
|
2560
2386
|
pointer-events: none;
|
|
2561
2387
|
}
|
|
2562
|
-
|
|
2563
2388
|
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
2564
2389
|
.e-listbox-container:not(.e-list-template) .e-list-nrt {
|
|
2565
2390
|
text-align: center;
|
|
2566
2391
|
}
|
|
2567
|
-
|
|
2568
2392
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2569
2393
|
.e-listbox-wrapper .e-list-nrt,
|
|
2570
2394
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -2576,55 +2400,45 @@ ejs-multiselect {
|
|
|
2576
2400
|
padding: 13px 16px;
|
|
2577
2401
|
position: relative;
|
|
2578
2402
|
}
|
|
2579
|
-
|
|
2580
2403
|
.e-listbox-wrapper.e-filter-list,
|
|
2581
2404
|
.e-listbox-container.e-filter-list {
|
|
2582
2405
|
overflow: inherit;
|
|
2583
2406
|
}
|
|
2584
|
-
|
|
2585
2407
|
.e-listbox-wrapper .e-list-parent,
|
|
2586
2408
|
.e-listbox-container .e-list-parent {
|
|
2587
2409
|
height: 100%;
|
|
2588
2410
|
min-height: 40px;
|
|
2589
2411
|
}
|
|
2590
|
-
|
|
2591
2412
|
.e-listbox-wrapper .e-list-item,
|
|
2592
2413
|
.e-listbox-container .e-list-item {
|
|
2593
2414
|
border-bottom: 0 solid;
|
|
2594
2415
|
outline: none;
|
|
2595
2416
|
}
|
|
2596
|
-
|
|
2597
2417
|
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
2598
2418
|
.e-listbox-container .e-list-item.e-disabled {
|
|
2599
2419
|
pointer-events: none;
|
|
2600
2420
|
}
|
|
2601
|
-
|
|
2602
2421
|
.e-listbox-wrapper .e-disable,
|
|
2603
2422
|
.e-listbox-container .e-disable {
|
|
2604
|
-
opacity: .7;
|
|
2423
|
+
opacity: 0.7;
|
|
2605
2424
|
}
|
|
2606
|
-
|
|
2607
2425
|
.e-listbox-wrapper .e-list-parent,
|
|
2608
2426
|
.e-listbox-container .e-list-parent {
|
|
2609
2427
|
margin: 0;
|
|
2610
2428
|
padding: 0;
|
|
2611
2429
|
}
|
|
2612
|
-
|
|
2613
2430
|
.e-listbox-wrapper .e-list-header .e-text.header,
|
|
2614
2431
|
.e-listbox-container .e-list-header .e-text.header {
|
|
2615
2432
|
display: none;
|
|
2616
2433
|
}
|
|
2617
|
-
|
|
2618
2434
|
.e-listbox-wrapper .e-icon-back,
|
|
2619
2435
|
.e-listbox-container .e-icon-back {
|
|
2620
2436
|
margin-top: -2px;
|
|
2621
2437
|
}
|
|
2622
|
-
|
|
2623
2438
|
.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2624
2439
|
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header {
|
|
2625
2440
|
display: none;
|
|
2626
2441
|
}
|
|
2627
|
-
|
|
2628
2442
|
.e-listbox-wrapper .e-list-header,
|
|
2629
2443
|
.e-listbox-container .e-list-header {
|
|
2630
2444
|
-ms-flex-align: center;
|
|
@@ -2636,24 +2450,20 @@ ejs-multiselect {
|
|
|
2636
2450
|
height: 40px;
|
|
2637
2451
|
padding: 0 20px;
|
|
2638
2452
|
}
|
|
2639
|
-
|
|
2640
2453
|
.e-listbox-wrapper .e-has-header > .e-view,
|
|
2641
2454
|
.e-listbox-container .e-has-header > .e-view {
|
|
2642
2455
|
top: 45px;
|
|
2643
2456
|
}
|
|
2644
|
-
|
|
2645
2457
|
.e-listbox-wrapper .e-but-back,
|
|
2646
2458
|
.e-listbox-container .e-but-back {
|
|
2647
2459
|
cursor: pointer;
|
|
2648
2460
|
padding-right: 10px;
|
|
2649
2461
|
}
|
|
2650
|
-
|
|
2651
2462
|
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
2652
2463
|
.e-listbox-container .e-list-group-item:first-child {
|
|
2653
2464
|
border: 0;
|
|
2654
2465
|
border-bottom: 1px solid #414141;
|
|
2655
2466
|
}
|
|
2656
|
-
|
|
2657
2467
|
.e-listbox-wrapper .e-list-group-item,
|
|
2658
2468
|
.e-listbox-container .e-list-group-item {
|
|
2659
2469
|
border-bottom: 1px solid #414141;
|
|
@@ -2663,7 +2473,6 @@ ejs-multiselect {
|
|
|
2663
2473
|
line-height: 36px;
|
|
2664
2474
|
padding: 13px 16px;
|
|
2665
2475
|
}
|
|
2666
|
-
|
|
2667
2476
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
2668
2477
|
.e-listbox-container .e-icon-collapsible {
|
|
2669
2478
|
cursor: pointer;
|
|
@@ -2673,50 +2482,41 @@ ejs-multiselect {
|
|
|
2673
2482
|
top: 50%;
|
|
2674
2483
|
transform: translateY(-50%);
|
|
2675
2484
|
}
|
|
2676
|
-
|
|
2677
2485
|
.e-listbox-wrapper .e-text-content,
|
|
2678
2486
|
.e-listbox-container .e-text-content {
|
|
2679
2487
|
height: 100%;
|
|
2680
2488
|
position: relative;
|
|
2681
2489
|
vertical-align: middle;
|
|
2682
2490
|
}
|
|
2683
|
-
|
|
2684
2491
|
.e-listbox-wrapper .e-text-content *,
|
|
2685
2492
|
.e-listbox-container .e-text-content * {
|
|
2686
2493
|
display: inline-block;
|
|
2687
2494
|
vertical-align: middle;
|
|
2688
2495
|
}
|
|
2689
|
-
|
|
2690
2496
|
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
2691
2497
|
.e-listbox-container .e-text-content.e-checkbox .e-list-text {
|
|
2692
2498
|
width: calc(100% - 40px);
|
|
2693
2499
|
}
|
|
2694
|
-
|
|
2695
2500
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
2696
2501
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
2697
2502
|
width: calc(100% - 90px);
|
|
2698
2503
|
}
|
|
2699
|
-
|
|
2700
2504
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
2701
2505
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
2702
2506
|
width: calc(100% - 80px);
|
|
2703
2507
|
}
|
|
2704
|
-
|
|
2705
2508
|
.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,
|
|
2706
2509
|
.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 {
|
|
2707
2510
|
width: calc(100% - 92px);
|
|
2708
2511
|
}
|
|
2709
|
-
|
|
2710
2512
|
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
2711
2513
|
.e-listbox-container .e-checkbox .e-checkbox-left {
|
|
2712
2514
|
margin: -4px 10px 0 0;
|
|
2713
2515
|
}
|
|
2714
|
-
|
|
2715
2516
|
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
2716
2517
|
.e-listbox-container .e-checkbox .e-checkbox-right {
|
|
2717
2518
|
margin: -4px 0 0 10px;
|
|
2718
2519
|
}
|
|
2719
|
-
|
|
2720
2520
|
.e-listbox-wrapper .e-list-text,
|
|
2721
2521
|
.e-listbox-container .e-list-text {
|
|
2722
2522
|
cursor: pointer;
|
|
@@ -2727,58 +2527,48 @@ ejs-multiselect {
|
|
|
2727
2527
|
white-space: nowrap;
|
|
2728
2528
|
width: 100%;
|
|
2729
2529
|
}
|
|
2730
|
-
|
|
2731
2530
|
.e-listbox-wrapper .e-list-icon + .e-list-text,
|
|
2732
2531
|
.e-listbox-container .e-list-icon + .e-list-text {
|
|
2733
2532
|
width: calc(100% - 60px);
|
|
2734
2533
|
}
|
|
2735
|
-
|
|
2736
2534
|
.e-listbox-wrapper .e-icon-wrapper .e-list-text,
|
|
2737
2535
|
.e-listbox-container .e-icon-wrapper .e-list-text {
|
|
2738
2536
|
width: calc(100% - 60px);
|
|
2739
2537
|
}
|
|
2740
|
-
|
|
2741
2538
|
.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2742
2539
|
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
2743
2540
|
width: calc(100% - 60px);
|
|
2744
2541
|
}
|
|
2745
|
-
|
|
2746
2542
|
.e-listbox-wrapper .e-list-icon,
|
|
2747
2543
|
.e-listbox-container .e-list-icon {
|
|
2748
2544
|
height: 30px;
|
|
2749
2545
|
margin-right: 10px;
|
|
2750
2546
|
width: 30px;
|
|
2751
2547
|
}
|
|
2752
|
-
|
|
2753
2548
|
.e-listbox-wrapper .e-content,
|
|
2754
2549
|
.e-listbox-container .e-content {
|
|
2755
2550
|
overflow: hidden;
|
|
2756
2551
|
position: relative;
|
|
2757
2552
|
}
|
|
2758
|
-
|
|
2759
2553
|
.e-listbox-wrapper .e-list-header .e-text,
|
|
2760
2554
|
.e-listbox-container .e-list-header .e-text {
|
|
2761
2555
|
cursor: pointer;
|
|
2762
2556
|
text-indent: 0;
|
|
2763
2557
|
}
|
|
2764
|
-
|
|
2765
2558
|
.e-listbox-wrapper .e-text .e-headertext,
|
|
2766
2559
|
.e-listbox-container .e-text .e-headertext {
|
|
2767
2560
|
display: inline-block;
|
|
2768
2561
|
line-height: 1px;
|
|
2769
2562
|
}
|
|
2770
|
-
|
|
2771
2563
|
.e-listbox-wrapper.e-rtl,
|
|
2772
2564
|
.e-listbox-container.e-rtl {
|
|
2773
2565
|
direction: rtl;
|
|
2774
2566
|
}
|
|
2775
|
-
|
|
2776
2567
|
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
2777
2568
|
.e-listbox-container.e-rtl .e-list-icon {
|
|
2778
2569
|
margin-left: 16px;
|
|
2779
2570
|
margin-right: 0;
|
|
2780
2571
|
}
|
|
2781
|
-
|
|
2782
2572
|
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
2783
2573
|
.e-listbox-container.e-rtl .e-icon-collapsible {
|
|
2784
2574
|
left: 0%;
|
|
@@ -2786,61 +2576,50 @@ ejs-multiselect {
|
|
|
2786
2576
|
top: 50%;
|
|
2787
2577
|
transform: translateY(-50%) rotate(180deg);
|
|
2788
2578
|
}
|
|
2789
|
-
|
|
2790
2579
|
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
2791
2580
|
.e-listbox-container.e-rtl .e-list-header .e-text {
|
|
2792
2581
|
cursor: pointer;
|
|
2793
2582
|
}
|
|
2794
|
-
|
|
2795
2583
|
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
2796
2584
|
.e-listbox-container.e-rtl .e-but-back {
|
|
2797
2585
|
transform: rotate(180deg);
|
|
2798
2586
|
}
|
|
2799
|
-
|
|
2800
2587
|
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
2801
2588
|
.e-listbox-container.e-rtl .e-icon-back {
|
|
2802
2589
|
margin-top: -1px;
|
|
2803
2590
|
}
|
|
2804
|
-
|
|
2805
2591
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
2806
2592
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left {
|
|
2807
2593
|
margin: -4px 0 0 10px;
|
|
2808
2594
|
}
|
|
2809
|
-
|
|
2810
2595
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
2811
2596
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right {
|
|
2812
2597
|
margin: -4px 10px 0 0;
|
|
2813
2598
|
}
|
|
2814
|
-
|
|
2815
2599
|
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
2816
2600
|
.e-listbox-container.e-rtl .e-checkbox-wrapper {
|
|
2817
2601
|
margin: -4px 0 0 10px;
|
|
2818
2602
|
}
|
|
2819
|
-
|
|
2820
2603
|
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
2821
2604
|
.e-listbox-container .e-checkbox-wrapper {
|
|
2822
2605
|
margin: -4px 10px 0 0;
|
|
2823
2606
|
text-indent: 0;
|
|
2824
2607
|
vertical-align: middle;
|
|
2825
2608
|
}
|
|
2826
|
-
|
|
2827
2609
|
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2828
2610
|
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2829
2611
|
position: absolute;
|
|
2830
2612
|
right: 0;
|
|
2831
2613
|
top: 30%;
|
|
2832
2614
|
}
|
|
2833
|
-
|
|
2834
2615
|
.e-listbox-wrapper .e-input-group,
|
|
2835
2616
|
.e-listbox-container .e-input-group {
|
|
2836
2617
|
padding: 4px 8px;
|
|
2837
2618
|
}
|
|
2838
|
-
|
|
2839
2619
|
.e-listbox-wrapper .e-input-focus,
|
|
2840
2620
|
.e-listbox-container .e-input-focus {
|
|
2841
2621
|
padding: 4px 4px 4px 8px;
|
|
2842
2622
|
}
|
|
2843
|
-
|
|
2844
2623
|
.e-listbox-wrapper .e-hidden-select,
|
|
2845
2624
|
.e-listbox-container .e-hidden-select {
|
|
2846
2625
|
height: 1px;
|
|
@@ -2848,7 +2627,6 @@ ejs-multiselect {
|
|
|
2848
2627
|
position: absolute;
|
|
2849
2628
|
width: 100%;
|
|
2850
2629
|
}
|
|
2851
|
-
|
|
2852
2630
|
.e-listbox-wrapper .e-placeholder,
|
|
2853
2631
|
.e-listbox-container .e-placeholder {
|
|
2854
2632
|
background-color: #0070f0;
|
|
@@ -2867,7 +2645,6 @@ ejs-listbox {
|
|
|
2867
2645
|
.e-listbox-wrapper.e-filter-list {
|
|
2868
2646
|
overflow: inherit;
|
|
2869
2647
|
}
|
|
2870
|
-
|
|
2871
2648
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2872
2649
|
overflow: auto;
|
|
2873
2650
|
}
|
|
@@ -2877,22 +2654,18 @@ ejs-listbox {
|
|
|
2877
2654
|
border-width: 0;
|
|
2878
2655
|
overflow: visible;
|
|
2879
2656
|
}
|
|
2880
|
-
|
|
2881
2657
|
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
2882
2658
|
.e-listbox-container.e-sortableclone .e-list-item {
|
|
2883
2659
|
list-style-type: none;
|
|
2884
2660
|
}
|
|
2885
|
-
|
|
2886
2661
|
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
2887
2662
|
.e-listbox-container.e-sortableclone .e-ripple {
|
|
2888
2663
|
overflow: visible;
|
|
2889
2664
|
}
|
|
2890
|
-
|
|
2891
2665
|
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
2892
2666
|
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element {
|
|
2893
2667
|
display: none;
|
|
2894
2668
|
}
|
|
2895
|
-
|
|
2896
2669
|
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
2897
2670
|
.e-listbox-container.e-sortableclone .e-list-badge {
|
|
2898
2671
|
-ms-flex-align: center;
|
|
@@ -2919,41 +2692,34 @@ ejs-listbox {
|
|
|
2919
2692
|
display: -ms-flexbox;
|
|
2920
2693
|
display: flex;
|
|
2921
2694
|
}
|
|
2922
|
-
|
|
2923
2695
|
.e-listboxtool-wrapper *,
|
|
2924
2696
|
.e-listboxtool-container * {
|
|
2925
2697
|
box-sizing: border-box;
|
|
2926
2698
|
}
|
|
2927
|
-
|
|
2928
2699
|
.e-listboxtool-wrapper.e-disabled,
|
|
2929
2700
|
.e-listboxtool-container.e-disabled {
|
|
2930
2701
|
cursor: default;
|
|
2931
2702
|
pointer-events: none;
|
|
2932
2703
|
}
|
|
2933
|
-
|
|
2934
2704
|
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
2935
2705
|
.e-listboxtool-container .e-listbox-wrapper {
|
|
2936
2706
|
-ms-flex: 1;
|
|
2937
2707
|
flex: 1;
|
|
2938
2708
|
}
|
|
2939
|
-
|
|
2940
2709
|
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2941
2710
|
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2942
2711
|
margin-left: 15px;
|
|
2943
2712
|
}
|
|
2944
|
-
|
|
2945
2713
|
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
2946
2714
|
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
2947
2715
|
margin-right: 15px;
|
|
2948
2716
|
}
|
|
2949
|
-
|
|
2950
2717
|
.e-listboxtool-wrapper .e-listbox-tool,
|
|
2951
2718
|
.e-listboxtool-container .e-listbox-tool {
|
|
2952
2719
|
border: 1px solid #484848;
|
|
2953
2720
|
overflow: auto;
|
|
2954
2721
|
padding: 8px;
|
|
2955
2722
|
}
|
|
2956
|
-
|
|
2957
2723
|
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
2958
2724
|
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
2959
2725
|
display: list-item;
|
|
@@ -2965,7 +2731,6 @@ ejs-listbox {
|
|
|
2965
2731
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2966
2732
|
margin-right: 15px;
|
|
2967
2733
|
}
|
|
2968
|
-
|
|
2969
2734
|
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
2970
2735
|
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
2971
2736
|
margin-left: 15px;
|
|
@@ -2980,7 +2745,6 @@ ejs-listbox {
|
|
|
2980
2745
|
border-right: 0 solid transparent;
|
|
2981
2746
|
border-top: 0 solid transparent;
|
|
2982
2747
|
}
|
|
2983
|
-
|
|
2984
2748
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2985
2749
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2986
2750
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
@@ -2999,7 +2763,6 @@ ejs-listbox {
|
|
|
2999
2763
|
.e-listbox-container.e-bigger .e-list-header {
|
|
3000
2764
|
padding: 12px 16px;
|
|
3001
2765
|
}
|
|
3002
|
-
|
|
3003
2766
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3004
2767
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3005
2768
|
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
@@ -3012,21 +2775,18 @@ ejs-listbox {
|
|
|
3012
2775
|
line-height: 1.6;
|
|
3013
2776
|
position: relative;
|
|
3014
2777
|
}
|
|
3015
|
-
|
|
3016
2778
|
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3017
2779
|
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3018
2780
|
.e-bigger .e-listbox-container .e-list-parent,
|
|
3019
2781
|
.e-listbox-container.e-bigger .e-list-parent {
|
|
3020
2782
|
min-height: 48px;
|
|
3021
2783
|
}
|
|
3022
|
-
|
|
3023
2784
|
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3024
2785
|
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3025
2786
|
.e-bigger .e-listbox-container .e-text-content,
|
|
3026
2787
|
.e-listbox-container.e-bigger .e-text-content {
|
|
3027
2788
|
font-size: 15px;
|
|
3028
2789
|
}
|
|
3029
|
-
|
|
3030
2790
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3031
2791
|
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3032
2792
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
@@ -3034,7 +2794,6 @@ ejs-listbox {
|
|
|
3034
2794
|
height: 48px;
|
|
3035
2795
|
line-height: 45px;
|
|
3036
2796
|
}
|
|
3037
|
-
|
|
3038
2797
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3039
2798
|
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3040
2799
|
.e-bigger .e-listbox-container .e-list-header,
|
|
@@ -3046,28 +2805,24 @@ ejs-listbox {
|
|
|
3046
2805
|
font-weight: bold;
|
|
3047
2806
|
height: 48px;
|
|
3048
2807
|
}
|
|
3049
|
-
|
|
3050
2808
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3051
2809
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3052
2810
|
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3053
2811
|
.e-listbox-container.e-bigger .e-list-header .e-text.header {
|
|
3054
2812
|
display: none;
|
|
3055
2813
|
}
|
|
3056
|
-
|
|
3057
2814
|
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3058
2815
|
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3059
2816
|
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3060
2817
|
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3061
2818
|
display: none;
|
|
3062
2819
|
}
|
|
3063
|
-
|
|
3064
2820
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3065
2821
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3066
2822
|
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3067
2823
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3068
2824
|
font-size: 15px;
|
|
3069
2825
|
}
|
|
3070
|
-
|
|
3071
2826
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3072
2827
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3073
2828
|
height: calc(100% - 46px);
|
|
@@ -3094,7 +2849,6 @@ ejs-listbox {
|
|
|
3094
2849
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3095
2850
|
font-size: 14px;
|
|
3096
2851
|
}
|
|
3097
|
-
|
|
3098
2852
|
.e-listbox-wrapper .e-list-header,
|
|
3099
2853
|
.e-listbox-container .e-list-header {
|
|
3100
2854
|
background-color: #6e6e6e;
|
|
@@ -3123,8 +2877,7 @@ ejs-listbox {
|
|
|
3123
2877
|
color: #f0f0f0;
|
|
3124
2878
|
}
|
|
3125
2879
|
|
|
3126
|
-
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3127
|
-
.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
2880
|
+
.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),
|
|
3128
2881
|
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3129
2882
|
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3130
2883
|
background-color: #313131;
|
|
@@ -3144,16 +2897,14 @@ ejs-listbox {
|
|
|
3144
2897
|
color: #f0f0f0;
|
|
3145
2898
|
}
|
|
3146
2899
|
|
|
3147
|
-
.e-listbox-wrapper .e-list-item.e-focused,
|
|
3148
|
-
.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2900
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3149
2901
|
.e-listbox-container .e-list-item.e-focused,
|
|
3150
2902
|
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist {
|
|
3151
2903
|
background-color: #414141;
|
|
3152
2904
|
color: rgba(255, 255, 255, 0.87);
|
|
3153
2905
|
}
|
|
3154
2906
|
|
|
3155
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3156
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2907
|
+
.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,
|
|
3157
2908
|
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3158
2909
|
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3159
2910
|
background-color: #1a1a1a;
|
|
@@ -3186,17 +2937,14 @@ ejs-listbox {
|
|
|
3186
2937
|
height: inherit;
|
|
3187
2938
|
position: relative;
|
|
3188
2939
|
}
|
|
3189
|
-
|
|
3190
2940
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3191
2941
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3192
2942
|
padding: 0.7142em 1.0714em;
|
|
3193
2943
|
}
|
|
3194
|
-
|
|
3195
2944
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3196
2945
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3197
2946
|
padding: 0.7142em 1.0714em;
|
|
3198
2947
|
}
|
|
3199
|
-
|
|
3200
2948
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3201
2949
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3202
2950
|
color: #fff;
|
|
@@ -3209,7 +2957,6 @@ ejs-listbox {
|
|
|
3209
2957
|
text-overflow: ellipsis;
|
|
3210
2958
|
white-space: nowrap;
|
|
3211
2959
|
}
|
|
3212
|
-
|
|
3213
2960
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3214
2961
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3215
2962
|
color: #393939;
|
|
@@ -3219,14 +2966,12 @@ ejs-listbox {
|
|
|
3219
2966
|
padding: 0.038em 0;
|
|
3220
2967
|
word-wrap: break-word;
|
|
3221
2968
|
}
|
|
3222
|
-
|
|
3223
2969
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3224
2970
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3225
2971
|
overflow: hidden;
|
|
3226
2972
|
text-overflow: ellipsis;
|
|
3227
2973
|
white-space: nowrap;
|
|
3228
2974
|
}
|
|
3229
|
-
|
|
3230
2975
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3231
2976
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3232
2977
|
height: 2.8571em;
|
|
@@ -3235,19 +2980,16 @@ ejs-listbox {
|
|
|
3235
2980
|
top: 0.7142em;
|
|
3236
2981
|
width: 2.8571em;
|
|
3237
2982
|
}
|
|
3238
|
-
|
|
3239
2983
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3240
2984
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3241
2985
|
padding-left: 4.6428em;
|
|
3242
2986
|
padding-right: 1.0714em;
|
|
3243
2987
|
}
|
|
3244
|
-
|
|
3245
2988
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3246
2989
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3247
2990
|
padding-left: 1.0714em;
|
|
3248
2991
|
padding-right: 4.6428em;
|
|
3249
2992
|
}
|
|
3250
|
-
|
|
3251
2993
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3252
2994
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3253
2995
|
height: 2.8571em;
|
|
@@ -3256,17 +2998,14 @@ ejs-listbox {
|
|
|
3256
2998
|
top: 0.7142em;
|
|
3257
2999
|
width: 2.8571em;
|
|
3258
3000
|
}
|
|
3259
|
-
|
|
3260
3001
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3261
3002
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
|
|
3262
3003
|
top: 0.7142em;
|
|
3263
3004
|
}
|
|
3264
|
-
|
|
3265
3005
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3266
3006
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3267
3007
|
top: 0.7142em;
|
|
3268
3008
|
}
|
|
3269
|
-
|
|
3270
3009
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3271
3010
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3272
3011
|
font-size: 15px;
|
|
@@ -3279,19 +3018,16 @@ ejs-listbox {
|
|
|
3279
3018
|
transform: translateY(-50%);
|
|
3280
3019
|
width: 2em;
|
|
3281
3020
|
}
|
|
3282
|
-
|
|
3283
3021
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3284
3022
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3285
3023
|
padding-left: 4.6428em;
|
|
3286
3024
|
padding-right: 3.9285em;
|
|
3287
3025
|
}
|
|
3288
|
-
|
|
3289
3026
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3290
3027
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3291
3028
|
padding-left: 1.0714em;
|
|
3292
3029
|
padding-right: 3.9285em;
|
|
3293
3030
|
}
|
|
3294
|
-
|
|
3295
3031
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3296
3032
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3297
3033
|
display: block;
|
|
@@ -3301,65 +3037,54 @@ ejs-listbox {
|
|
|
3301
3037
|
text-overflow: ellipsis;
|
|
3302
3038
|
white-space: nowrap;
|
|
3303
3039
|
}
|
|
3304
|
-
|
|
3305
3040
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3306
3041
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
|
|
3307
3042
|
color: rgba(255, 255, 255, 0.87);
|
|
3308
3043
|
}
|
|
3309
|
-
|
|
3310
3044
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3311
3045
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3312
3046
|
color: rgba(255, 255, 255, 0.87);
|
|
3313
3047
|
}
|
|
3314
|
-
|
|
3315
3048
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3316
3049
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header {
|
|
3317
3050
|
color: rgba(255, 255, 255, 0.87);
|
|
3318
3051
|
}
|
|
3319
|
-
|
|
3320
3052
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3321
3053
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3322
3054
|
color: rgba(255, 255, 255, 0.87);
|
|
3323
3055
|
}
|
|
3324
|
-
|
|
3325
3056
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3326
3057
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3327
3058
|
left: inherit;
|
|
3328
3059
|
right: 1.0667em;
|
|
3329
3060
|
}
|
|
3330
|
-
|
|
3331
3061
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3332
3062
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3333
3063
|
padding-left: 1.0714em;
|
|
3334
3064
|
padding-right: 4.6428em;
|
|
3335
3065
|
}
|
|
3336
|
-
|
|
3337
3066
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3338
3067
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3339
3068
|
padding-left: 4.6428em;
|
|
3340
3069
|
padding-right: 1.0714em;
|
|
3341
3070
|
}
|
|
3342
|
-
|
|
3343
3071
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3344
3072
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3345
3073
|
left: 1.0667em;
|
|
3346
3074
|
right: inherit;
|
|
3347
3075
|
}
|
|
3348
|
-
|
|
3349
3076
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3350
3077
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3351
3078
|
left: 1em;
|
|
3352
3079
|
right: inherit;
|
|
3353
3080
|
}
|
|
3354
|
-
|
|
3355
3081
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3356
3082
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3357
3083
|
padding-left: 3.9285em;
|
|
3358
3084
|
padding-right: 4.6428em;
|
|
3359
3085
|
}
|
|
3360
|
-
|
|
3361
3086
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3362
3087
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3363
3088
|
padding-left: 3.9285em;
|
|
3364
3089
|
padding-right: 1.0714em;
|
|
3365
|
-
}
|
|
3090
|
+
}
|