@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
|
@@ -1,23 +1,18 @@
|
|
|
1
1
|
.e-dropdownbase .e-list-item .e-list-icon {
|
|
2
2
|
padding: 0 10px 0 0;
|
|
3
3
|
}
|
|
4
|
-
|
|
5
4
|
.e-bigger .e-dropdownbase .e-list-item .e-list-icon {
|
|
6
5
|
padding: 0 12px 0 0;
|
|
7
6
|
}
|
|
8
|
-
|
|
9
7
|
.e-dropdownbase .e-list-item:not(.e-active).e-hover {
|
|
10
8
|
border: 2px solid #000;
|
|
11
9
|
}
|
|
12
|
-
|
|
13
10
|
.e-dropdownbase .e-list-item:not(.e-active):not(.e-hover):not(.e-item-focus) {
|
|
14
11
|
border: 2px solid #fff;
|
|
15
12
|
}
|
|
16
|
-
|
|
17
13
|
.e-dropdownbase .e-list-item.e-active {
|
|
18
14
|
border: 2px solid #400074;
|
|
19
15
|
}
|
|
20
|
-
|
|
21
16
|
.e-dropdownbase .e-list-item.e-item-focus {
|
|
22
17
|
border: 2px solid #ecf;
|
|
23
18
|
}
|
|
@@ -34,15 +29,13 @@
|
|
|
34
29
|
.e-dropdownbase.e-bigger {
|
|
35
30
|
min-height: 45px;
|
|
36
31
|
}
|
|
37
|
-
|
|
38
32
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
39
33
|
.e-dropdownbase.e-bigger .e-list-item {
|
|
40
34
|
line-height: 48px;
|
|
41
35
|
text-indent: 10px;
|
|
42
36
|
}
|
|
43
37
|
|
|
44
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
45
|
-
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
38
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
46
39
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
47
40
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
48
41
|
line-height: 48px;
|
|
@@ -61,14 +54,12 @@
|
|
|
61
54
|
position: relative;
|
|
62
55
|
width: 100%;
|
|
63
56
|
}
|
|
64
|
-
|
|
65
57
|
.e-dropdownbase .e-list-parent {
|
|
66
58
|
margin: 0;
|
|
67
59
|
padding: 0;
|
|
68
60
|
}
|
|
69
61
|
|
|
70
|
-
.e-dropdownbase .e-list-group-item,
|
|
71
|
-
.e-dropdownbase .e-fixed-head {
|
|
62
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
72
63
|
cursor: default;
|
|
73
64
|
}
|
|
74
65
|
|
|
@@ -91,7 +82,6 @@
|
|
|
91
82
|
position: absolute;
|
|
92
83
|
top: 0;
|
|
93
84
|
}
|
|
94
|
-
|
|
95
85
|
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
96
86
|
left: 33px;
|
|
97
87
|
}
|
|
@@ -154,14 +144,12 @@
|
|
|
154
144
|
padding-left: 16px;
|
|
155
145
|
padding-right: 0;
|
|
156
146
|
}
|
|
157
|
-
|
|
158
147
|
.e-small.e-rtl .e-dropdownbase .e-list-item,
|
|
159
148
|
.e-small .e-rtl .e-dropdownbase .e-list-item,
|
|
160
149
|
.e-rtl .e-small .e-dropdownbase .e-list-item {
|
|
161
150
|
padding-left: 16px;
|
|
162
151
|
padding-right: 0;
|
|
163
152
|
}
|
|
164
|
-
|
|
165
153
|
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
166
154
|
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
167
155
|
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
@@ -170,11 +158,9 @@
|
|
|
170
158
|
padding-left: 16px;
|
|
171
159
|
padding-right: 0;
|
|
172
160
|
}
|
|
173
|
-
|
|
174
161
|
.e-dropdownbase {
|
|
175
162
|
border-color: #757575;
|
|
176
163
|
}
|
|
177
|
-
|
|
178
164
|
.e-dropdownbase .e-list-item {
|
|
179
165
|
-webkit-tap-highlight-color: transparent;
|
|
180
166
|
background-color: #fff;
|
|
@@ -203,8 +189,7 @@
|
|
|
203
189
|
padding-right: 16px;
|
|
204
190
|
}
|
|
205
191
|
|
|
206
|
-
.e-dropdownbase .e-list-item.e-active,
|
|
207
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
192
|
+
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
208
193
|
background-color: #400074;
|
|
209
194
|
border-color: #400074;
|
|
210
195
|
color: #fff;
|
|
@@ -224,8 +209,7 @@
|
|
|
224
209
|
background-color: #ecf;
|
|
225
210
|
}
|
|
226
211
|
|
|
227
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
228
|
-
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
212
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
229
213
|
font-size: 14px;
|
|
230
214
|
padding-left: 10px;
|
|
231
215
|
}
|
|
@@ -295,8 +279,7 @@
|
|
|
295
279
|
text-indent: 10px;
|
|
296
280
|
}
|
|
297
281
|
|
|
298
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
299
|
-
.e-small .e-dropdownbase .e-fixed-head,
|
|
282
|
+
.e-small .e-dropdownbase .e-list-group-item, .e-small .e-dropdownbase .e-fixed-head,
|
|
300
283
|
.e-dropdownbase.e-small .e-list-group-item,
|
|
301
284
|
.e-dropdownbase.e-small .e-fixed-head {
|
|
302
285
|
font-size: 14px;
|
|
@@ -318,8 +301,7 @@
|
|
|
318
301
|
text-indent: 16px;
|
|
319
302
|
}
|
|
320
303
|
|
|
321
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
322
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
304
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
323
305
|
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
324
306
|
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
325
307
|
line-height: 40px;
|
|
@@ -332,8 +314,7 @@
|
|
|
332
314
|
font-size: 18px;
|
|
333
315
|
}
|
|
334
316
|
|
|
335
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
336
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
317
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
337
318
|
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
338
319
|
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
339
320
|
font-size: 14px;
|
|
@@ -375,7 +356,6 @@
|
|
|
375
356
|
transform: rotate(360deg);
|
|
376
357
|
}
|
|
377
358
|
}
|
|
378
|
-
|
|
379
359
|
@keyframes fabric-spinner-rotate {
|
|
380
360
|
0% {
|
|
381
361
|
transform: rotate(0);
|
|
@@ -384,7 +364,6 @@
|
|
|
384
364
|
transform: rotate(360deg);
|
|
385
365
|
}
|
|
386
366
|
}
|
|
387
|
-
|
|
388
367
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
389
368
|
height: 36px;
|
|
390
369
|
}
|
|
@@ -398,21 +377,17 @@
|
|
|
398
377
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
399
378
|
margin-top: 1px;
|
|
400
379
|
}
|
|
401
|
-
|
|
402
380
|
.e-ddl.e-popup .e-content.e-nodata {
|
|
403
381
|
background-color: #fff;
|
|
404
382
|
}
|
|
405
|
-
|
|
406
383
|
.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
|
|
407
384
|
color: #23726c;
|
|
408
385
|
}
|
|
409
|
-
|
|
410
386
|
.e-ddl.e-popup .e-input-group {
|
|
411
387
|
display: -ms-flexbox;
|
|
412
388
|
display: flex;
|
|
413
389
|
width: auto;
|
|
414
390
|
}
|
|
415
|
-
|
|
416
391
|
.e-ddl.e-popup .e-input-group input {
|
|
417
392
|
line-height: 15px;
|
|
418
393
|
}
|
|
@@ -423,92 +398,73 @@
|
|
|
423
398
|
margin: 5px;
|
|
424
399
|
min-width: 20px;
|
|
425
400
|
}
|
|
426
|
-
|
|
427
401
|
.e-ddl.e-popup .e-input-group .e-clear-icon::before {
|
|
428
402
|
font-size: 10px;
|
|
429
403
|
}
|
|
430
|
-
|
|
431
404
|
.e-ddl.e-popup .e-filter-parent {
|
|
432
405
|
border-left-width: 0;
|
|
433
406
|
border-right-width: 0;
|
|
434
407
|
}
|
|
435
|
-
|
|
436
408
|
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
|
|
437
409
|
border-color: #000;
|
|
438
410
|
}
|
|
439
|
-
|
|
440
411
|
.e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
|
|
441
412
|
margin-top: 0;
|
|
442
413
|
}
|
|
443
|
-
|
|
444
|
-
.e-bigger .e-ddl.e-popup .e-list-item,
|
|
445
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item,
|
|
446
|
-
.e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
414
|
+
.e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
447
415
|
font-size: 15px;
|
|
448
416
|
line-height: 45px;
|
|
449
417
|
padding-left: 0;
|
|
450
418
|
text-indent: 16px;
|
|
451
419
|
}
|
|
452
|
-
|
|
453
420
|
.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
454
421
|
padding-left: 4px;
|
|
455
422
|
}
|
|
456
|
-
|
|
457
423
|
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
458
424
|
padding: 4px 0;
|
|
459
425
|
}
|
|
460
|
-
|
|
461
426
|
.e-bigger .e-ddl.e-popup .e-input-group input {
|
|
462
427
|
height: 30px;
|
|
463
428
|
}
|
|
464
|
-
|
|
465
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
466
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
467
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
429
|
+
.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 {
|
|
468
430
|
font-size: 14px;
|
|
469
431
|
line-height: 40px;
|
|
470
432
|
padding-left: 0;
|
|
471
433
|
text-indent: 16px;
|
|
472
434
|
}
|
|
473
|
-
|
|
474
435
|
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
475
436
|
padding-left: 4px;
|
|
476
437
|
}
|
|
477
|
-
|
|
478
438
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
479
439
|
padding: 0;
|
|
480
440
|
}
|
|
481
|
-
|
|
482
441
|
.e-bigger.e-small .e-ddl.e-popup .e-input-group input {
|
|
483
442
|
height: 34px;
|
|
484
443
|
}
|
|
485
444
|
|
|
486
445
|
.e-ddl .e-search-icon::before {
|
|
487
|
-
content:
|
|
446
|
+
content: "\e97d";
|
|
488
447
|
}
|
|
489
448
|
|
|
490
449
|
.e-ddl .e-back-icon::before {
|
|
491
|
-
content:
|
|
450
|
+
content: "\e962";
|
|
492
451
|
}
|
|
493
452
|
|
|
494
453
|
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
495
|
-
content:
|
|
496
|
-
font-family:
|
|
454
|
+
content: "\e966";
|
|
455
|
+
font-family: "e-icons";
|
|
497
456
|
}
|
|
498
457
|
|
|
499
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter,
|
|
500
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
458
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
501
459
|
margin-left: -20px;
|
|
502
460
|
}
|
|
503
461
|
|
|
504
462
|
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
505
463
|
font-size: 15px;
|
|
506
464
|
}
|
|
507
|
-
|
|
508
465
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
509
466
|
font-size: 15px;
|
|
510
467
|
}
|
|
511
|
-
|
|
512
468
|
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
513
469
|
padding: 4px 0;
|
|
514
470
|
}
|
|
@@ -516,11 +472,9 @@
|
|
|
516
472
|
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
517
473
|
font-size: 15px;
|
|
518
474
|
}
|
|
519
|
-
|
|
520
475
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
521
476
|
font-size: 15px;
|
|
522
477
|
}
|
|
523
|
-
|
|
524
478
|
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
525
479
|
padding: 4px 0;
|
|
526
480
|
}
|
|
@@ -534,7 +488,6 @@
|
|
|
534
488
|
right: 0;
|
|
535
489
|
top: 0;
|
|
536
490
|
}
|
|
537
|
-
|
|
538
491
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
539
492
|
margin: 0;
|
|
540
493
|
}
|
|
@@ -544,7 +497,7 @@
|
|
|
544
497
|
}
|
|
545
498
|
|
|
546
499
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
547
|
-
content:
|
|
500
|
+
content: "";
|
|
548
501
|
}
|
|
549
502
|
|
|
550
503
|
.e-ddl-device-filter .e-filter-parent {
|
|
@@ -571,8 +524,7 @@
|
|
|
571
524
|
cursor: pointer;
|
|
572
525
|
}
|
|
573
526
|
|
|
574
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
|
|
575
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
527
|
+
.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 {
|
|
576
528
|
width: 0;
|
|
577
529
|
}
|
|
578
530
|
|
|
@@ -581,10 +533,9 @@
|
|
|
581
533
|
border: 1px solid #757575;
|
|
582
534
|
position: absolute;
|
|
583
535
|
}
|
|
584
|
-
|
|
585
536
|
.e-ddl.e-popup .e-search-icon {
|
|
586
537
|
margin: 0;
|
|
587
|
-
opacity: .57;
|
|
538
|
+
opacity: 0.57;
|
|
588
539
|
padding: 8px;
|
|
589
540
|
}
|
|
590
541
|
|
|
@@ -592,11 +543,7 @@
|
|
|
592
543
|
padding: 0;
|
|
593
544
|
}
|
|
594
545
|
|
|
595
|
-
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
|
|
596
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter,
|
|
597
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter:focus,
|
|
598
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
599
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
546
|
+
.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 {
|
|
600
547
|
padding: 0 12px;
|
|
601
548
|
}
|
|
602
549
|
|
|
@@ -604,8 +551,7 @@
|
|
|
604
551
|
margin-bottom: 0;
|
|
605
552
|
}
|
|
606
553
|
|
|
607
|
-
.e-ddl.e-popup .e-ddl-footer,
|
|
608
|
-
.e-ddl.e-popup .e-ddl-header {
|
|
554
|
+
.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
|
|
609
555
|
cursor: default;
|
|
610
556
|
}
|
|
611
557
|
|
|
@@ -677,7 +623,6 @@
|
|
|
677
623
|
outline: none;
|
|
678
624
|
width: 100%;
|
|
679
625
|
}
|
|
680
|
-
|
|
681
626
|
.e-ddl.e-input-group input[readonly].e-input,
|
|
682
627
|
.e-ddl.e-input-group input[readonly],
|
|
683
628
|
.e-ddl.e-input-group .e-dropdownlist {
|
|
@@ -694,7 +639,6 @@ ejs-dropdownlist {
|
|
|
694
639
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
695
640
|
font-size: 13px;
|
|
696
641
|
}
|
|
697
|
-
|
|
698
642
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
699
643
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
700
644
|
font-size: 13px;
|
|
@@ -704,7 +648,6 @@ ejs-dropdownlist {
|
|
|
704
648
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
705
649
|
font-size: 13px;
|
|
706
650
|
}
|
|
707
|
-
|
|
708
651
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
709
652
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
710
653
|
font-size: 13px;
|
|
@@ -714,7 +657,6 @@ ejs-dropdownlist {
|
|
|
714
657
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
715
658
|
font-size: 14px;
|
|
716
659
|
}
|
|
717
|
-
|
|
718
660
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
719
661
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
720
662
|
font-size: 14px;
|
|
@@ -724,7 +666,6 @@ ejs-dropdownlist {
|
|
|
724
666
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
725
667
|
font-size: 14px;
|
|
726
668
|
}
|
|
727
|
-
|
|
728
669
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
729
670
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
730
671
|
font-size: 14px;
|
|
@@ -764,7 +705,6 @@ ejs-dropdownlist {
|
|
|
764
705
|
transform: rotate(360deg);
|
|
765
706
|
}
|
|
766
707
|
}
|
|
767
|
-
|
|
768
708
|
@keyframes fabric-spinner-rotate {
|
|
769
709
|
0% {
|
|
770
710
|
transform: rotate(0);
|
|
@@ -773,66 +713,54 @@ ejs-dropdownlist {
|
|
|
773
713
|
transform: rotate(360deg);
|
|
774
714
|
}
|
|
775
715
|
}
|
|
776
|
-
|
|
777
716
|
.e-ddt .e-ddt-icon::before {
|
|
778
|
-
content:
|
|
717
|
+
content: "\e966";
|
|
779
718
|
}
|
|
780
|
-
|
|
781
719
|
.e-ddt .e-chips-close::before {
|
|
782
|
-
content:
|
|
720
|
+
content: "\e7a7";
|
|
783
721
|
}
|
|
784
722
|
|
|
785
723
|
.e-ddt {
|
|
786
724
|
cursor: pointer;
|
|
787
725
|
outline: none;
|
|
788
726
|
}
|
|
789
|
-
|
|
790
727
|
.e-ddt .e-ddt-icon::before {
|
|
791
728
|
transform: rotate(0deg);
|
|
792
729
|
transition: transform 300ms ease;
|
|
793
730
|
}
|
|
794
|
-
|
|
795
731
|
.e-ddt.e-icon-anim .e-ddt-icon::before {
|
|
796
732
|
transform: rotate(180deg);
|
|
797
733
|
transition: transform 300ms ease;
|
|
798
734
|
}
|
|
799
|
-
|
|
800
735
|
.e-ddt .e-ddt-hidden {
|
|
801
736
|
border: 0;
|
|
802
737
|
height: 0;
|
|
803
738
|
visibility: hidden;
|
|
804
739
|
width: 0;
|
|
805
740
|
}
|
|
806
|
-
|
|
807
741
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
808
742
|
box-sizing: content-box;
|
|
809
743
|
min-height: 30px;
|
|
810
744
|
}
|
|
811
|
-
|
|
812
745
|
.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 {
|
|
813
746
|
border: 0;
|
|
814
747
|
}
|
|
815
|
-
|
|
816
748
|
.e-ddt.e-input-group.e-control-wrapper .e-icon-hide, .e-ddt.e-float-input.e-control-wrapper .e-icon-hide {
|
|
817
749
|
display: none;
|
|
818
750
|
}
|
|
819
|
-
|
|
820
751
|
.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 {
|
|
821
752
|
bottom: 0;
|
|
822
753
|
position: absolute;
|
|
823
754
|
right: 0;
|
|
824
755
|
}
|
|
825
|
-
|
|
826
756
|
.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 {
|
|
827
757
|
right: 30px;
|
|
828
758
|
}
|
|
829
|
-
|
|
830
759
|
.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 {
|
|
831
760
|
bottom: 0;
|
|
832
761
|
position: absolute;
|
|
833
762
|
right: 0;
|
|
834
763
|
}
|
|
835
|
-
|
|
836
764
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
|
|
837
765
|
.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,
|
|
838
766
|
.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,
|
|
@@ -841,23 +769,19 @@ ejs-dropdownlist {
|
|
|
841
769
|
padding-left: 0;
|
|
842
770
|
padding-right: 0;
|
|
843
771
|
}
|
|
844
|
-
|
|
845
772
|
.e-ddt .e-chips-wrapper {
|
|
846
773
|
width: 100%;
|
|
847
774
|
}
|
|
848
|
-
|
|
849
775
|
.e-ddt.e-show-chip .e-chips-close {
|
|
850
776
|
line-height: 21px;
|
|
851
777
|
min-height: 26px;
|
|
852
778
|
min-width: 18px;
|
|
853
779
|
text-align: center;
|
|
854
780
|
}
|
|
855
|
-
|
|
856
781
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
857
782
|
font-size: 10px;
|
|
858
783
|
vertical-align: middle;
|
|
859
784
|
}
|
|
860
|
-
|
|
861
785
|
.e-ddt.e-show-chip .e-chips {
|
|
862
786
|
-ms-flex-align: center;
|
|
863
787
|
align-items: center;
|
|
@@ -874,7 +798,6 @@ ejs-dropdownlist {
|
|
|
874
798
|
text-overflow: ellipsis;
|
|
875
799
|
white-space: nowrap;
|
|
876
800
|
}
|
|
877
|
-
|
|
878
801
|
.e-ddt.e-show-chip .e-chips > .e-chipcontent {
|
|
879
802
|
max-width: 100%;
|
|
880
803
|
overflow: hidden;
|
|
@@ -884,78 +807,63 @@ ejs-dropdownlist {
|
|
|
884
807
|
white-space: nowrap;
|
|
885
808
|
line-height: 26px;
|
|
886
809
|
}
|
|
887
|
-
|
|
888
810
|
.e-ddt .e-overflow {
|
|
889
811
|
white-space: nowrap;
|
|
890
812
|
}
|
|
891
|
-
|
|
892
813
|
.e-ddt .e-overflow.e-show-text {
|
|
893
814
|
padding: 6px 10px 0 10px;
|
|
894
815
|
}
|
|
895
|
-
|
|
896
816
|
.e-ddt .e-overflow.e-total-count {
|
|
897
817
|
box-sizing: border-box;
|
|
898
818
|
display: inline-block;
|
|
899
819
|
overflow: hidden;
|
|
900
820
|
text-overflow: ellipsis;
|
|
901
821
|
}
|
|
902
|
-
|
|
903
822
|
.e-ddt .e-overflow.e-total-count .e-remain {
|
|
904
823
|
padding: 0 16px 0 0;
|
|
905
824
|
}
|
|
906
|
-
|
|
907
825
|
.e-ddt .e-overflow.e-wrap-count {
|
|
908
826
|
padding-top: 6px;
|
|
909
827
|
}
|
|
910
|
-
|
|
911
828
|
.e-ddt .e-overflow .e-remain {
|
|
912
829
|
cursor: pointer;
|
|
913
830
|
display: inline-block;
|
|
914
831
|
font-size: 14px;
|
|
915
832
|
padding: 0 0 0 16px;
|
|
916
833
|
}
|
|
917
|
-
|
|
918
834
|
.e-ddt .e-overflow .e-remain.e-wrap-count {
|
|
919
835
|
padding-top: 6px;
|
|
920
836
|
}
|
|
921
|
-
|
|
922
837
|
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
923
838
|
padding: 6px 10px 0 10px;
|
|
924
839
|
}
|
|
925
|
-
|
|
926
840
|
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
927
841
|
margin-right: 30px;
|
|
928
842
|
max-width: calc(100% - 31px);
|
|
929
843
|
}
|
|
930
|
-
|
|
931
844
|
.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
932
845
|
margin-right: 30px;
|
|
933
846
|
max-width: calc(100% - 31px);
|
|
934
847
|
}
|
|
935
|
-
|
|
936
848
|
.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
937
849
|
margin-right: 60px;
|
|
938
850
|
max-width: calc(100% - 61px);
|
|
939
851
|
}
|
|
940
|
-
|
|
941
852
|
.e-ddt input[readonly],
|
|
942
853
|
.e-ddt .e-dropdowntree,
|
|
943
854
|
.e-ddt input[readonly].e-input {
|
|
944
855
|
pointer-events: none;
|
|
945
856
|
}
|
|
946
|
-
|
|
947
857
|
.e-ddt input[readonly].e-chip-input,
|
|
948
858
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
949
859
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
950
860
|
width: 0;
|
|
951
861
|
}
|
|
952
|
-
|
|
953
862
|
.e-ddt.e-popup {
|
|
954
863
|
border: 1px solid #757575;
|
|
955
864
|
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);
|
|
956
865
|
position: absolute;
|
|
957
866
|
}
|
|
958
|
-
|
|
959
867
|
.e-ddt.e-popup .e-selectall-parent {
|
|
960
868
|
border-bottom: 1px solid;
|
|
961
869
|
cursor: pointer;
|
|
@@ -967,52 +875,41 @@ ejs-dropdownlist {
|
|
|
967
875
|
white-space: nowrap;
|
|
968
876
|
width: 100%;
|
|
969
877
|
}
|
|
970
|
-
|
|
971
878
|
.e-ddt.e-popup .e-selectall-parent.e-hide-selectall {
|
|
972
879
|
display: none;
|
|
973
880
|
}
|
|
974
|
-
|
|
975
881
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
976
882
|
position: relative;
|
|
977
883
|
text-indent: 0;
|
|
978
884
|
}
|
|
979
|
-
|
|
980
885
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
981
886
|
font-family: inherit;
|
|
982
887
|
font-size: 14px;
|
|
983
888
|
margin: 10px;
|
|
984
889
|
}
|
|
985
|
-
|
|
986
|
-
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
987
|
-
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
890
|
+
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
988
891
|
padding: 0 12px;
|
|
989
892
|
}
|
|
990
|
-
|
|
991
893
|
.e-ddt.e-popup .e-filter-wrap {
|
|
992
894
|
border: 1px solid #000;
|
|
993
895
|
border-top-width: 0;
|
|
994
896
|
display: block;
|
|
995
897
|
padding: 5px;
|
|
996
898
|
}
|
|
997
|
-
|
|
998
899
|
.e-ddt.e-popup .e-filter-wrap {
|
|
999
900
|
border-left-width: 0;
|
|
1000
901
|
border-right-width: 0;
|
|
1001
902
|
}
|
|
1002
|
-
|
|
1003
903
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
1004
904
|
margin-bottom: 0;
|
|
1005
905
|
}
|
|
1006
|
-
|
|
1007
906
|
.e-ddt.e-popup .e-popup-content {
|
|
1008
907
|
overflow: auto;
|
|
1009
908
|
position: relative;
|
|
1010
909
|
}
|
|
1011
|
-
|
|
1012
910
|
.e-ddt.e-popup .e-popup-content .e-ddt-nodata {
|
|
1013
911
|
display: none;
|
|
1014
912
|
}
|
|
1015
|
-
|
|
1016
913
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1017
914
|
cursor: default;
|
|
1018
915
|
font-family: inherit;
|
|
@@ -1020,89 +917,70 @@ ejs-dropdownlist {
|
|
|
1020
917
|
padding: 14px 16px;
|
|
1021
918
|
text-align: center;
|
|
1022
919
|
}
|
|
1023
|
-
|
|
1024
920
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
1025
921
|
display: none;
|
|
1026
922
|
}
|
|
1027
|
-
|
|
1028
923
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
|
|
1029
924
|
display: block;
|
|
1030
925
|
}
|
|
1031
|
-
|
|
1032
926
|
.e-ddt.e-popup .e-treeview {
|
|
1033
927
|
display: inline-table;
|
|
1034
928
|
width: 100%;
|
|
1035
929
|
}
|
|
1036
|
-
|
|
1037
930
|
.e-ddt.e-popup .e-treeview .e-list-item {
|
|
1038
931
|
padding: 0;
|
|
1039
932
|
}
|
|
1040
|
-
|
|
1041
933
|
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1042
934
|
margin: 0;
|
|
1043
935
|
padding: 0 0 0 14px;
|
|
1044
936
|
}
|
|
1045
|
-
|
|
1046
937
|
.e-ddt.e-popup .e-treeview .e-fullrow {
|
|
1047
938
|
border-width: 2px;
|
|
1048
939
|
height: 40px;
|
|
1049
940
|
}
|
|
1050
|
-
|
|
1051
941
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1052
942
|
overflow: hidden;
|
|
1053
943
|
padding: 0 8px;
|
|
1054
944
|
}
|
|
1055
|
-
|
|
1056
945
|
.e-ddt.e-popup .e-treeview.e-fullrow-wrap .e-text-content {
|
|
1057
946
|
padding-bottom: 4px;
|
|
1058
947
|
padding-top: 4px;
|
|
1059
948
|
}
|
|
1060
|
-
|
|
1061
949
|
.e-ddt.e-popup .e-ddt-footer,
|
|
1062
950
|
.e-ddt.e-popup .e-ddt-header {
|
|
1063
951
|
cursor: default;
|
|
1064
952
|
}
|
|
1065
|
-
|
|
1066
953
|
.e-ddt.e-rtl.e-show-chip .e-chips {
|
|
1067
954
|
float: right;
|
|
1068
955
|
}
|
|
1069
|
-
|
|
1070
956
|
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain {
|
|
1071
957
|
padding: 0 16px 0 0;
|
|
1072
958
|
}
|
|
1073
|
-
|
|
1074
959
|
.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 {
|
|
1075
960
|
padding-top: 6px;
|
|
1076
961
|
}
|
|
1077
|
-
|
|
1078
962
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count {
|
|
1079
963
|
position: absolute;
|
|
1080
964
|
right: auto;
|
|
1081
965
|
}
|
|
1082
|
-
|
|
1083
966
|
.e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain {
|
|
1084
967
|
padding: 0 0 0 16px;
|
|
1085
968
|
}
|
|
1086
|
-
|
|
1087
969
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1088
970
|
padding: 6px 10px 0 10px;
|
|
1089
971
|
}
|
|
1090
|
-
|
|
1091
972
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1092
973
|
margin-left: 30px;
|
|
1093
974
|
margin-right: 1px;
|
|
1094
975
|
}
|
|
1095
|
-
|
|
1096
976
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1097
977
|
margin-left: 30px;
|
|
1098
978
|
margin-right: 1px;
|
|
1099
979
|
}
|
|
1100
|
-
|
|
1101
980
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1102
981
|
margin-left: 60px;
|
|
1103
982
|
margin-right: 1px;
|
|
1104
983
|
}
|
|
1105
|
-
|
|
1106
984
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
1107
985
|
.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,
|
|
1108
986
|
.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,
|
|
@@ -1111,11 +989,9 @@ ejs-dropdownlist {
|
|
|
1111
989
|
left: 0;
|
|
1112
990
|
right: auto;
|
|
1113
991
|
}
|
|
1114
|
-
|
|
1115
992
|
.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 {
|
|
1116
993
|
left: 30px;
|
|
1117
994
|
}
|
|
1118
|
-
|
|
1119
995
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
1120
996
|
padding: 0 14px 0 0;
|
|
1121
997
|
}
|
|
@@ -1128,7 +1004,6 @@ ejs-dropdownlist {
|
|
|
1128
1004
|
.e-ddt.e-bigger .e-chips {
|
|
1129
1005
|
height: 34px;
|
|
1130
1006
|
}
|
|
1131
|
-
|
|
1132
1007
|
.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,
|
|
1133
1008
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1134
1009
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
@@ -1136,7 +1011,6 @@ ejs-dropdownlist {
|
|
|
1136
1011
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1137
1012
|
right: 38px;
|
|
1138
1013
|
}
|
|
1139
|
-
|
|
1140
1014
|
.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,
|
|
1141
1015
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
1142
1016
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
@@ -1144,64 +1018,53 @@ ejs-dropdownlist {
|
|
|
1144
1018
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
1145
1019
|
bottom: 0;
|
|
1146
1020
|
}
|
|
1147
|
-
|
|
1148
1021
|
.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,
|
|
1149
1022
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
|
|
1150
1023
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1151
1024
|
min-height: 38px;
|
|
1152
1025
|
}
|
|
1153
|
-
|
|
1154
1026
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
1155
1027
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
1156
1028
|
padding: 8px 12px 0 12px;
|
|
1157
1029
|
}
|
|
1158
|
-
|
|
1159
1030
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1160
1031
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1161
1032
|
margin-right: 38px;
|
|
1162
1033
|
max-width: calc(100% - 39px);
|
|
1163
1034
|
}
|
|
1164
|
-
|
|
1165
1035
|
.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1166
1036
|
.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1167
1037
|
margin-right: 38px;
|
|
1168
1038
|
max-width: calc(100% - 39px);
|
|
1169
1039
|
}
|
|
1170
|
-
|
|
1171
1040
|
.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1172
1041
|
.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1173
1042
|
margin-right: 76px;
|
|
1174
1043
|
max-width: calc(100% - 77px);
|
|
1175
1044
|
}
|
|
1176
|
-
|
|
1177
1045
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
1178
1046
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
1179
1047
|
text-indent: 43px;
|
|
1180
1048
|
}
|
|
1181
|
-
|
|
1182
1049
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
1183
1050
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
1184
1051
|
height: 48px;
|
|
1185
1052
|
}
|
|
1186
|
-
|
|
1187
1053
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1188
1054
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1189
1055
|
margin-left: 38px;
|
|
1190
1056
|
margin-right: 1px;
|
|
1191
1057
|
}
|
|
1192
|
-
|
|
1193
1058
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1194
1059
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1195
1060
|
margin-left: 38px;
|
|
1196
1061
|
margin-right: 1px;
|
|
1197
1062
|
}
|
|
1198
|
-
|
|
1199
1063
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1200
1064
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1201
1065
|
margin-left: 76px;
|
|
1202
1066
|
margin-right: 1px;
|
|
1203
1067
|
}
|
|
1204
|
-
|
|
1205
1068
|
.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,
|
|
1206
1069
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
1207
1070
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
@@ -1212,44 +1075,34 @@ ejs-dropdownlist {
|
|
|
1212
1075
|
.e-ddt .e-chips {
|
|
1213
1076
|
background-color: #3d3d3d;
|
|
1214
1077
|
}
|
|
1215
|
-
|
|
1216
1078
|
.e-ddt .e-chips .e-chips-close::before {
|
|
1217
1079
|
color: #fff;
|
|
1218
1080
|
}
|
|
1219
|
-
|
|
1220
1081
|
.e-ddt .e-chips > .e-chipcontent {
|
|
1221
1082
|
color: #fff;
|
|
1222
1083
|
}
|
|
1223
|
-
|
|
1224
1084
|
.e-ddt .e-chips:hover {
|
|
1225
1085
|
background-color: #ecf;
|
|
1226
1086
|
}
|
|
1227
|
-
|
|
1228
1087
|
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
1229
1088
|
color: #000;
|
|
1230
1089
|
}
|
|
1231
|
-
|
|
1232
1090
|
.e-ddt .e-overflow .e-remain {
|
|
1233
1091
|
color: #000;
|
|
1234
1092
|
}
|
|
1235
|
-
|
|
1236
1093
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1237
1094
|
background-color: #fff;
|
|
1238
1095
|
}
|
|
1239
|
-
|
|
1240
1096
|
.e-ddt.e-popup {
|
|
1241
1097
|
background: #fff;
|
|
1242
1098
|
border-color: #757575;
|
|
1243
1099
|
}
|
|
1244
|
-
|
|
1245
1100
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1246
1101
|
color: #000;
|
|
1247
1102
|
}
|
|
1248
|
-
|
|
1249
1103
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1250
1104
|
border-bottom-color: #757575;
|
|
1251
1105
|
}
|
|
1252
|
-
|
|
1253
1106
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1254
1107
|
color: #000;
|
|
1255
1108
|
}
|
|
@@ -1262,7 +1115,6 @@ ejs-dropdownlist {
|
|
|
1262
1115
|
transform: rotate(360deg);
|
|
1263
1116
|
}
|
|
1264
1117
|
}
|
|
1265
|
-
|
|
1266
1118
|
@keyframes fabric-spinner-rotate {
|
|
1267
1119
|
0% {
|
|
1268
1120
|
transform: rotate(0);
|
|
@@ -1271,99 +1123,80 @@ ejs-dropdownlist {
|
|
|
1271
1123
|
transform: rotate(360deg);
|
|
1272
1124
|
}
|
|
1273
1125
|
}
|
|
1274
|
-
|
|
1275
1126
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
1276
1127
|
color: #000;
|
|
1277
1128
|
top: 12px;
|
|
1278
1129
|
}
|
|
1279
|
-
|
|
1280
1130
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1281
1131
|
color: #4f4f4f;
|
|
1282
1132
|
font-family: inherit;
|
|
1283
1133
|
font-size: 14px;
|
|
1284
1134
|
font-style: italic;
|
|
1285
1135
|
}
|
|
1286
|
-
|
|
1287
1136
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1288
1137
|
color: #4f4f4f;
|
|
1289
1138
|
font-family: inherit;
|
|
1290
1139
|
font-size: 14px;
|
|
1291
1140
|
font-style: italic;
|
|
1292
1141
|
}
|
|
1293
|
-
|
|
1294
1142
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1295
1143
|
color: #4f4f4f;
|
|
1296
1144
|
font-family: inherit;
|
|
1297
1145
|
font-size: 14px;
|
|
1298
1146
|
font-style: italic;
|
|
1299
1147
|
}
|
|
1300
|
-
|
|
1301
1148
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1302
1149
|
color: #4f4f4f;
|
|
1303
1150
|
font-family: inherit;
|
|
1304
1151
|
font-size: 14px;
|
|
1305
1152
|
font-style: italic;
|
|
1306
1153
|
}
|
|
1307
|
-
|
|
1308
1154
|
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chipcontent {
|
|
1309
1155
|
color: #000;
|
|
1310
1156
|
}
|
|
1311
|
-
|
|
1312
1157
|
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chips-close.e-icon::before {
|
|
1313
1158
|
color: #000;
|
|
1314
1159
|
}
|
|
1315
|
-
|
|
1316
1160
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1317
1161
|
line-height: 26px;
|
|
1318
1162
|
top: 0;
|
|
1319
1163
|
}
|
|
1320
|
-
|
|
1321
1164
|
.e-multi-select-wrapper .e-delim-values.e-delim-view {
|
|
1322
1165
|
color: #000;
|
|
1323
1166
|
}
|
|
1324
|
-
|
|
1325
1167
|
.e-multi-select-wrapper.e-delimiter .e-delim-values {
|
|
1326
1168
|
color: #000;
|
|
1327
1169
|
}
|
|
1328
|
-
|
|
1329
|
-
.e-multi-select-wrapper .e-searcher input[type='text'] {
|
|
1170
|
+
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
1330
1171
|
color: #000;
|
|
1331
1172
|
height: 100%;
|
|
1332
1173
|
min-height: 28px;
|
|
1333
1174
|
}
|
|
1334
|
-
|
|
1335
|
-
.e-multi-select-wrapper .e-searcher input[type='text']::selection {
|
|
1175
|
+
.e-multi-select-wrapper .e-searcher input[type=text]::selection {
|
|
1336
1176
|
background-color: #400074;
|
|
1337
1177
|
}
|
|
1338
1178
|
|
|
1339
|
-
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon,
|
|
1340
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
1179
|
+
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon, .e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
1341
1180
|
padding-left: 0;
|
|
1342
1181
|
}
|
|
1343
|
-
|
|
1344
1182
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
|
|
1345
1183
|
border-bottom: 1px solid #000;
|
|
1346
1184
|
}
|
|
1347
|
-
|
|
1348
1185
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active.e-hover {
|
|
1349
1186
|
background-color: #400074;
|
|
1350
1187
|
}
|
|
1351
|
-
|
|
1352
1188
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active {
|
|
1353
1189
|
border: 2px solid #400074;
|
|
1354
1190
|
}
|
|
1355
|
-
|
|
1356
1191
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-active.e-hover:not(.e-item-focus) {
|
|
1357
1192
|
border-bottom: 2px solid #000;
|
|
1358
1193
|
border-left: 2px solid #000;
|
|
1359
1194
|
border-right: 2px solid #000;
|
|
1360
1195
|
border-top: 2px solid #000;
|
|
1361
1196
|
}
|
|
1362
|
-
|
|
1363
1197
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-item-focus {
|
|
1364
1198
|
border: 2px solid #ecf;
|
|
1365
1199
|
}
|
|
1366
|
-
|
|
1367
1200
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active.e-hover {
|
|
1368
1201
|
background-color: #000;
|
|
1369
1202
|
border-bottom: 1px solid #000;
|
|
@@ -1371,15 +1204,12 @@ ejs-dropdownlist {
|
|
|
1371
1204
|
border-right: 1px solid #000;
|
|
1372
1205
|
border-top: 1px solid #000;
|
|
1373
1206
|
}
|
|
1374
|
-
|
|
1375
1207
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-hover:not(.e-active) {
|
|
1376
1208
|
border: 2px solid #000;
|
|
1377
1209
|
}
|
|
1378
|
-
|
|
1379
1210
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item:not(.e-hover):not(.e-item-focus) {
|
|
1380
1211
|
border: 2px solid #fff;
|
|
1381
1212
|
}
|
|
1382
|
-
|
|
1383
1213
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active {
|
|
1384
1214
|
border: 2px solid #400074;
|
|
1385
1215
|
}
|
|
@@ -1390,12 +1220,12 @@ ejs-dropdownlist {
|
|
|
1390
1220
|
}
|
|
1391
1221
|
|
|
1392
1222
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1393
|
-
content:
|
|
1394
|
-
font-family:
|
|
1223
|
+
content: "\e966";
|
|
1224
|
+
font-family: "e-icons";
|
|
1395
1225
|
}
|
|
1396
1226
|
|
|
1397
1227
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1398
|
-
content:
|
|
1228
|
+
content: "\e7a7";
|
|
1399
1229
|
cursor: pointer;
|
|
1400
1230
|
left: 8px;
|
|
1401
1231
|
position: relative;
|
|
@@ -1403,7 +1233,7 @@ ejs-dropdownlist {
|
|
|
1403
1233
|
}
|
|
1404
1234
|
|
|
1405
1235
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1406
|
-
content:
|
|
1236
|
+
content: "\e7a7";
|
|
1407
1237
|
cursor: pointer;
|
|
1408
1238
|
left: 10px;
|
|
1409
1239
|
position: relative;
|
|
@@ -1411,7 +1241,7 @@ ejs-dropdownlist {
|
|
|
1411
1241
|
}
|
|
1412
1242
|
|
|
1413
1243
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
1414
|
-
content:
|
|
1244
|
+
content: "";
|
|
1415
1245
|
}
|
|
1416
1246
|
|
|
1417
1247
|
.e-multi-select-wrapper {
|
|
@@ -1426,54 +1256,43 @@ ejs-dropdownlist {
|
|
|
1426
1256
|
user-select: none;
|
|
1427
1257
|
width: 100%;
|
|
1428
1258
|
}
|
|
1429
|
-
|
|
1430
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1431
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1259
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1432
1260
|
height: 27px;
|
|
1433
1261
|
vertical-align: middle;
|
|
1434
1262
|
}
|
|
1435
|
-
|
|
1436
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1437
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1263
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1438
1264
|
height: 100%;
|
|
1439
1265
|
min-height: 100%;
|
|
1440
1266
|
}
|
|
1441
|
-
|
|
1442
1267
|
.e-multi-select-wrapper .e-delim-view {
|
|
1443
1268
|
white-space: nowrap;
|
|
1444
1269
|
}
|
|
1445
|
-
|
|
1446
1270
|
.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 {
|
|
1447
1271
|
box-sizing: border-box;
|
|
1448
1272
|
display: inline-block;
|
|
1449
1273
|
overflow: hidden;
|
|
1450
1274
|
text-overflow: ellipsis;
|
|
1451
1275
|
}
|
|
1452
|
-
|
|
1453
1276
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1454
1277
|
color: #fff;
|
|
1455
1278
|
font-size: 10px;
|
|
1456
1279
|
left: 12px;
|
|
1457
1280
|
top: 0;
|
|
1458
1281
|
}
|
|
1459
|
-
|
|
1460
1282
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1461
1283
|
background-color: #3d3d3d;
|
|
1462
1284
|
color: #fff;
|
|
1463
1285
|
padding: 9px 0;
|
|
1464
1286
|
}
|
|
1465
|
-
|
|
1466
1287
|
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1467
1288
|
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1468
1289
|
width: 0;
|
|
1469
1290
|
}
|
|
1470
|
-
|
|
1471
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=
|
|
1472
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1291
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1292
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1473
1293
|
height: 1px;
|
|
1474
1294
|
min-height: 1px;
|
|
1475
1295
|
}
|
|
1476
|
-
|
|
1477
1296
|
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1478
1297
|
max-width: 100%;
|
|
1479
1298
|
}
|
|
@@ -1485,19 +1304,16 @@ ejs-dropdownlist {
|
|
|
1485
1304
|
float: left;
|
|
1486
1305
|
width: auto;
|
|
1487
1306
|
}
|
|
1488
|
-
|
|
1489
1307
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1490
1308
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1491
1309
|
display: -ms-inline-flexbox;
|
|
1492
1310
|
display: inline-flex;
|
|
1493
1311
|
float: none;
|
|
1494
1312
|
}
|
|
1495
|
-
|
|
1496
1313
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1497
1314
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1498
1315
|
width: 0;
|
|
1499
1316
|
}
|
|
1500
|
-
|
|
1501
1317
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1502
1318
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1503
1319
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
@@ -1506,12 +1322,10 @@ ejs-dropdownlist {
|
|
|
1506
1322
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1507
1323
|
display: none;
|
|
1508
1324
|
}
|
|
1509
|
-
|
|
1510
1325
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1511
1326
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1512
1327
|
padding: 0 48px 0 0;
|
|
1513
1328
|
}
|
|
1514
|
-
|
|
1515
1329
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1516
1330
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1517
1331
|
-ms-flex-align: center;
|
|
@@ -1520,7 +1334,6 @@ ejs-dropdownlist {
|
|
|
1520
1334
|
max-width: 100%;
|
|
1521
1335
|
word-break: break-word;
|
|
1522
1336
|
}
|
|
1523
|
-
|
|
1524
1337
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1525
1338
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1526
1339
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1538,7 +1351,6 @@ ejs-dropdownlist {
|
|
|
1538
1351
|
right: 0;
|
|
1539
1352
|
top: 100%;
|
|
1540
1353
|
}
|
|
1541
|
-
|
|
1542
1354
|
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1543
1355
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1544
1356
|
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
@@ -1546,19 +1358,16 @@ ejs-dropdownlist {
|
|
|
1546
1358
|
display: -ms-flexbox;
|
|
1547
1359
|
display: flex;
|
|
1548
1360
|
}
|
|
1549
|
-
|
|
1550
1361
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1551
1362
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1552
1363
|
margin-right: 0;
|
|
1553
1364
|
margin-top: -2.8em;
|
|
1554
1365
|
right: 0;
|
|
1555
1366
|
}
|
|
1556
|
-
|
|
1557
1367
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
1558
1368
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
1559
1369
|
top: -1px;
|
|
1560
1370
|
}
|
|
1561
|
-
|
|
1562
1371
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1563
1372
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1564
1373
|
font-size: 10px;
|
|
@@ -1570,7 +1379,6 @@ ejs-dropdownlist {
|
|
|
1570
1379
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
1571
1380
|
float: right;
|
|
1572
1381
|
}
|
|
1573
|
-
|
|
1574
1382
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
1575
1383
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
1576
1384
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1578,7 +1386,6 @@ ejs-dropdownlist {
|
|
|
1578
1386
|
left: 0;
|
|
1579
1387
|
right: auto;
|
|
1580
1388
|
}
|
|
1581
|
-
|
|
1582
1389
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
1583
1390
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
1584
1391
|
padding: 0 0 0 48px;
|
|
@@ -1590,7 +1397,7 @@ ejs-dropdownlist {
|
|
|
1590
1397
|
|
|
1591
1398
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1592
1399
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1593
|
-
opacity: .7;
|
|
1400
|
+
opacity: 0.7;
|
|
1594
1401
|
pointer-events: none;
|
|
1595
1402
|
}
|
|
1596
1403
|
|
|
@@ -1673,7 +1480,7 @@ ejs-dropdownlist {
|
|
|
1673
1480
|
display: -ms-flexbox;
|
|
1674
1481
|
display: flex;
|
|
1675
1482
|
float: right;
|
|
1676
|
-
font-family:
|
|
1483
|
+
font-family: "e-icons";
|
|
1677
1484
|
height: 26px;
|
|
1678
1485
|
margin: 0;
|
|
1679
1486
|
width: 26px;
|
|
@@ -1724,7 +1531,7 @@ ejs-dropdownlist {
|
|
|
1724
1531
|
margin-top: -3.5em;
|
|
1725
1532
|
}
|
|
1726
1533
|
|
|
1727
|
-
.e-multi-select-wrapper input[type=
|
|
1534
|
+
.e-multi-select-wrapper input[type=text] {
|
|
1728
1535
|
background: none;
|
|
1729
1536
|
border: 0;
|
|
1730
1537
|
font-family: inherit;
|
|
@@ -1737,7 +1544,7 @@ ejs-dropdownlist {
|
|
|
1737
1544
|
text-indent: 10px;
|
|
1738
1545
|
}
|
|
1739
1546
|
|
|
1740
|
-
.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1547
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1741
1548
|
background: none;
|
|
1742
1549
|
border: 0;
|
|
1743
1550
|
color: inherit;
|
|
@@ -1751,22 +1558,22 @@ ejs-dropdownlist {
|
|
|
1751
1558
|
text-indent: 10px;
|
|
1752
1559
|
}
|
|
1753
1560
|
|
|
1754
|
-
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1561
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1755
1562
|
padding: 5px;
|
|
1756
1563
|
}
|
|
1757
1564
|
|
|
1758
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1759
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=
|
|
1565
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1566
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1760
1567
|
height: 28px;
|
|
1761
1568
|
min-height: 28px;
|
|
1762
1569
|
}
|
|
1763
1570
|
|
|
1764
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1571
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1765
1572
|
height: 38px;
|
|
1766
1573
|
min-height: 38px;
|
|
1767
1574
|
}
|
|
1768
1575
|
|
|
1769
|
-
.e-multi-select-wrapper input[type=
|
|
1576
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1770
1577
|
display: none;
|
|
1771
1578
|
}
|
|
1772
1579
|
|
|
@@ -1851,7 +1658,7 @@ ejs-dropdownlist {
|
|
|
1851
1658
|
}
|
|
1852
1659
|
|
|
1853
1660
|
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
1854
|
-
content:
|
|
1661
|
+
content: "";
|
|
1855
1662
|
}
|
|
1856
1663
|
|
|
1857
1664
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
@@ -1861,68 +1668,53 @@ ejs-dropdownlist {
|
|
|
1861
1668
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
1862
1669
|
padding-left: 0;
|
|
1863
1670
|
}
|
|
1864
|
-
|
|
1865
1671
|
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
1866
1672
|
padding: 0 2px 0 32px;
|
|
1867
1673
|
}
|
|
1868
|
-
|
|
1869
1674
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1870
1675
|
left: -12px;
|
|
1871
1676
|
}
|
|
1872
|
-
|
|
1873
1677
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
1874
1678
|
margin: 0;
|
|
1875
1679
|
margin-right: auto;
|
|
1876
1680
|
}
|
|
1877
|
-
|
|
1878
1681
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
1879
1682
|
float: right;
|
|
1880
1683
|
}
|
|
1881
|
-
|
|
1882
1684
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
1883
1685
|
float: right;
|
|
1884
1686
|
margin: 2px 0 2px 2px;
|
|
1885
1687
|
padding: 0 8px 0 0;
|
|
1886
1688
|
}
|
|
1887
|
-
|
|
1888
1689
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
1889
1690
|
padding: 3px 0 3px 8px;
|
|
1890
1691
|
}
|
|
1891
|
-
|
|
1892
1692
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
1893
1693
|
float: left;
|
|
1894
1694
|
}
|
|
1895
|
-
|
|
1896
1695
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1897
1696
|
left: -9px;
|
|
1898
1697
|
}
|
|
1899
|
-
|
|
1900
1698
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1901
1699
|
padding: 0 4px 0 4px;
|
|
1902
1700
|
}
|
|
1903
|
-
|
|
1904
1701
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
1905
1702
|
padding: 5px 8px 6px 0;
|
|
1906
1703
|
}
|
|
1907
|
-
|
|
1908
1704
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1909
1705
|
padding: 0 4px 0 0;
|
|
1910
1706
|
}
|
|
1911
|
-
|
|
1912
1707
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1913
1708
|
padding: 9px 4px;
|
|
1914
1709
|
}
|
|
1915
|
-
|
|
1916
1710
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1917
1711
|
left: 27px;
|
|
1918
1712
|
position: absolute;
|
|
1919
1713
|
right: auto;
|
|
1920
1714
|
}
|
|
1921
|
-
|
|
1922
1715
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
1923
1716
|
left: -4px;
|
|
1924
1717
|
}
|
|
1925
|
-
|
|
1926
1718
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1927
1719
|
padding-right: 16px;
|
|
1928
1720
|
}
|
|
@@ -2099,15 +1891,15 @@ ejs-dropdownlist {
|
|
|
2099
1891
|
|
|
2100
1892
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
2101
1893
|
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
2102
|
-
opacity: .3;
|
|
1894
|
+
opacity: 0.3;
|
|
2103
1895
|
}
|
|
2104
1896
|
|
|
2105
1897
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
2106
1898
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
2107
|
-
opacity: .7;
|
|
1899
|
+
opacity: 0.7;
|
|
2108
1900
|
}
|
|
2109
1901
|
|
|
2110
|
-
.e-multi-select-wrapper input[readonly=
|
|
1902
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
2111
1903
|
pointer-events: none;
|
|
2112
1904
|
}
|
|
2113
1905
|
|
|
@@ -2133,7 +1925,7 @@ ejs-multiselect {
|
|
|
2133
1925
|
min-height: 24px;
|
|
2134
1926
|
}
|
|
2135
1927
|
|
|
2136
|
-
.e-small .e-multi-select-wrapper input[type=
|
|
1928
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2137
1929
|
height: 24px;
|
|
2138
1930
|
min-height: 24px;
|
|
2139
1931
|
}
|
|
@@ -2162,7 +1954,7 @@ ejs-multiselect {
|
|
|
2162
1954
|
min-height: 26px;
|
|
2163
1955
|
}
|
|
2164
1956
|
|
|
2165
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=
|
|
1957
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2166
1958
|
height: 34px;
|
|
2167
1959
|
min-height: 34px;
|
|
2168
1960
|
}
|
|
@@ -2189,7 +1981,7 @@ ejs-multiselect {
|
|
|
2189
1981
|
min-height: 40px;
|
|
2190
1982
|
}
|
|
2191
1983
|
|
|
2192
|
-
.e-multiselect.e-outline .e-multi-select-wrapper input[type=
|
|
1984
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2193
1985
|
color: inherit;
|
|
2194
1986
|
}
|
|
2195
1987
|
|
|
@@ -2243,8 +2035,8 @@ ejs-multiselect {
|
|
|
2243
2035
|
padding: 0;
|
|
2244
2036
|
}
|
|
2245
2037
|
|
|
2246
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2247
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2038
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2039
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2248
2040
|
padding: 5px 0;
|
|
2249
2041
|
}
|
|
2250
2042
|
|
|
@@ -2628,27 +2420,27 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2628
2420
|
}
|
|
2629
2421
|
|
|
2630
2422
|
.e-listbox-tool .e-moveup::before {
|
|
2631
|
-
content:
|
|
2423
|
+
content: "\e651";
|
|
2632
2424
|
}
|
|
2633
2425
|
|
|
2634
2426
|
.e-listbox-tool .e-movedown::before {
|
|
2635
|
-
content:
|
|
2427
|
+
content: "\e652";
|
|
2636
2428
|
}
|
|
2637
2429
|
|
|
2638
2430
|
.e-listbox-tool .e-moveto::before {
|
|
2639
|
-
content:
|
|
2431
|
+
content: "\e653";
|
|
2640
2432
|
}
|
|
2641
2433
|
|
|
2642
2434
|
.e-listbox-tool .e-movefrom::before {
|
|
2643
|
-
content:
|
|
2435
|
+
content: "\e654";
|
|
2644
2436
|
}
|
|
2645
2437
|
|
|
2646
2438
|
.e-listbox-tool .e-moveallto::before {
|
|
2647
|
-
content:
|
|
2439
|
+
content: "\e655";
|
|
2648
2440
|
}
|
|
2649
2441
|
|
|
2650
2442
|
.e-listbox-tool .e-moveallfrom::before {
|
|
2651
|
-
content:
|
|
2443
|
+
content: "\e656";
|
|
2652
2444
|
}
|
|
2653
2445
|
|
|
2654
2446
|
.e-listbox-wrapper,
|
|
@@ -2663,28 +2455,23 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2663
2455
|
user-select: none;
|
|
2664
2456
|
width: 100%;
|
|
2665
2457
|
}
|
|
2666
|
-
|
|
2667
2458
|
.e-listbox-wrapper *,
|
|
2668
2459
|
.e-listbox-container * {
|
|
2669
2460
|
box-sizing: border-box;
|
|
2670
2461
|
}
|
|
2671
|
-
|
|
2672
2462
|
.e-listbox-wrapper:focus,
|
|
2673
2463
|
.e-listbox-container:focus {
|
|
2674
2464
|
outline: none;
|
|
2675
2465
|
}
|
|
2676
|
-
|
|
2677
2466
|
.e-listbox-wrapper.e-disabled,
|
|
2678
2467
|
.e-listbox-container.e-disabled {
|
|
2679
2468
|
cursor: default;
|
|
2680
2469
|
pointer-events: none;
|
|
2681
2470
|
}
|
|
2682
|
-
|
|
2683
2471
|
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
2684
2472
|
.e-listbox-container:not(.e-list-template) .e-list-nrt {
|
|
2685
2473
|
text-align: center;
|
|
2686
2474
|
}
|
|
2687
|
-
|
|
2688
2475
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2689
2476
|
.e-listbox-wrapper .e-list-nrt,
|
|
2690
2477
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -2696,55 +2483,45 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2696
2483
|
padding: 9px 16px;
|
|
2697
2484
|
position: relative;
|
|
2698
2485
|
}
|
|
2699
|
-
|
|
2700
2486
|
.e-listbox-wrapper.e-filter-list,
|
|
2701
2487
|
.e-listbox-container.e-filter-list {
|
|
2702
2488
|
overflow: inherit;
|
|
2703
2489
|
}
|
|
2704
|
-
|
|
2705
2490
|
.e-listbox-wrapper .e-list-parent,
|
|
2706
2491
|
.e-listbox-container .e-list-parent {
|
|
2707
2492
|
height: 100%;
|
|
2708
2493
|
min-height: 36px;
|
|
2709
2494
|
}
|
|
2710
|
-
|
|
2711
2495
|
.e-listbox-wrapper .e-list-item,
|
|
2712
2496
|
.e-listbox-container .e-list-item {
|
|
2713
2497
|
border-bottom: 0 solid;
|
|
2714
2498
|
outline: none;
|
|
2715
2499
|
}
|
|
2716
|
-
|
|
2717
2500
|
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
2718
2501
|
.e-listbox-container .e-list-item.e-disabled {
|
|
2719
2502
|
pointer-events: none;
|
|
2720
2503
|
}
|
|
2721
|
-
|
|
2722
2504
|
.e-listbox-wrapper .e-disable,
|
|
2723
2505
|
.e-listbox-container .e-disable {
|
|
2724
|
-
opacity: .7;
|
|
2506
|
+
opacity: 0.7;
|
|
2725
2507
|
}
|
|
2726
|
-
|
|
2727
2508
|
.e-listbox-wrapper .e-list-parent,
|
|
2728
2509
|
.e-listbox-container .e-list-parent {
|
|
2729
2510
|
margin: 0;
|
|
2730
2511
|
padding: 0;
|
|
2731
2512
|
}
|
|
2732
|
-
|
|
2733
2513
|
.e-listbox-wrapper .e-list-header .e-text.header,
|
|
2734
2514
|
.e-listbox-container .e-list-header .e-text.header {
|
|
2735
2515
|
display: none;
|
|
2736
2516
|
}
|
|
2737
|
-
|
|
2738
2517
|
.e-listbox-wrapper .e-icon-back,
|
|
2739
2518
|
.e-listbox-container .e-icon-back {
|
|
2740
2519
|
margin-top: 2px;
|
|
2741
2520
|
}
|
|
2742
|
-
|
|
2743
2521
|
.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2744
2522
|
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header {
|
|
2745
2523
|
display: none;
|
|
2746
2524
|
}
|
|
2747
|
-
|
|
2748
2525
|
.e-listbox-wrapper .e-list-header,
|
|
2749
2526
|
.e-listbox-container .e-list-header {
|
|
2750
2527
|
-ms-flex-align: center;
|
|
@@ -2756,24 +2533,20 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2756
2533
|
height: 36px;
|
|
2757
2534
|
padding: 0 16px;
|
|
2758
2535
|
}
|
|
2759
|
-
|
|
2760
2536
|
.e-listbox-wrapper .e-has-header > .e-view,
|
|
2761
2537
|
.e-listbox-container .e-has-header > .e-view {
|
|
2762
2538
|
top: 45px;
|
|
2763
2539
|
}
|
|
2764
|
-
|
|
2765
2540
|
.e-listbox-wrapper .e-but-back,
|
|
2766
2541
|
.e-listbox-container .e-but-back {
|
|
2767
2542
|
cursor: pointer;
|
|
2768
2543
|
padding-right: 20px;
|
|
2769
2544
|
}
|
|
2770
|
-
|
|
2771
2545
|
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
2772
2546
|
.e-listbox-container .e-list-group-item:first-child {
|
|
2773
2547
|
border: 0;
|
|
2774
2548
|
border-bottom: 0 solid transparent;
|
|
2775
2549
|
}
|
|
2776
|
-
|
|
2777
2550
|
.e-listbox-wrapper .e-list-group-item,
|
|
2778
2551
|
.e-listbox-container .e-list-group-item {
|
|
2779
2552
|
border-bottom: 0 solid transparent;
|
|
@@ -2783,7 +2556,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2783
2556
|
line-height: 30px;
|
|
2784
2557
|
padding: 9px 16px;
|
|
2785
2558
|
}
|
|
2786
|
-
|
|
2787
2559
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
2788
2560
|
.e-listbox-container .e-icon-collapsible {
|
|
2789
2561
|
cursor: pointer;
|
|
@@ -2793,50 +2565,41 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2793
2565
|
top: 50%;
|
|
2794
2566
|
transform: translateY(-50%);
|
|
2795
2567
|
}
|
|
2796
|
-
|
|
2797
2568
|
.e-listbox-wrapper .e-text-content,
|
|
2798
2569
|
.e-listbox-container .e-text-content {
|
|
2799
2570
|
height: 100%;
|
|
2800
2571
|
position: relative;
|
|
2801
2572
|
vertical-align: middle;
|
|
2802
2573
|
}
|
|
2803
|
-
|
|
2804
2574
|
.e-listbox-wrapper .e-text-content *,
|
|
2805
2575
|
.e-listbox-container .e-text-content * {
|
|
2806
2576
|
display: inline-block;
|
|
2807
2577
|
vertical-align: middle;
|
|
2808
2578
|
}
|
|
2809
|
-
|
|
2810
2579
|
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
2811
2580
|
.e-listbox-container .e-text-content.e-checkbox .e-list-text {
|
|
2812
2581
|
width: calc(100% - 40px);
|
|
2813
2582
|
}
|
|
2814
|
-
|
|
2815
2583
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
2816
2584
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
2817
2585
|
width: calc(100% - 90px);
|
|
2818
2586
|
}
|
|
2819
|
-
|
|
2820
2587
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
2821
2588
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
2822
2589
|
width: calc(100% - 80px);
|
|
2823
2590
|
}
|
|
2824
|
-
|
|
2825
2591
|
.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,
|
|
2826
2592
|
.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 {
|
|
2827
2593
|
width: calc(100% - 92px);
|
|
2828
2594
|
}
|
|
2829
|
-
|
|
2830
2595
|
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
2831
2596
|
.e-listbox-container .e-checkbox .e-checkbox-left {
|
|
2832
2597
|
margin: -2px 10px 0 0;
|
|
2833
2598
|
}
|
|
2834
|
-
|
|
2835
2599
|
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
2836
2600
|
.e-listbox-container .e-checkbox .e-checkbox-right {
|
|
2837
2601
|
margin: -2px 0 0 10px;
|
|
2838
2602
|
}
|
|
2839
|
-
|
|
2840
2603
|
.e-listbox-wrapper .e-list-text,
|
|
2841
2604
|
.e-listbox-container .e-list-text {
|
|
2842
2605
|
cursor: pointer;
|
|
@@ -2847,58 +2610,48 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2847
2610
|
white-space: nowrap;
|
|
2848
2611
|
width: 100%;
|
|
2849
2612
|
}
|
|
2850
|
-
|
|
2851
2613
|
.e-listbox-wrapper .e-list-icon + .e-list-text,
|
|
2852
2614
|
.e-listbox-container .e-list-icon + .e-list-text {
|
|
2853
2615
|
width: calc(100% - 60px);
|
|
2854
2616
|
}
|
|
2855
|
-
|
|
2856
2617
|
.e-listbox-wrapper .e-icon-wrapper .e-list-text,
|
|
2857
2618
|
.e-listbox-container .e-icon-wrapper .e-list-text {
|
|
2858
2619
|
width: calc(100% - 60px);
|
|
2859
2620
|
}
|
|
2860
|
-
|
|
2861
2621
|
.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2862
2622
|
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
2863
2623
|
width: calc(100% - 60px);
|
|
2864
2624
|
}
|
|
2865
|
-
|
|
2866
2625
|
.e-listbox-wrapper .e-list-icon,
|
|
2867
2626
|
.e-listbox-container .e-list-icon {
|
|
2868
2627
|
height: 30px;
|
|
2869
2628
|
margin-right: 16px;
|
|
2870
2629
|
width: 30px;
|
|
2871
2630
|
}
|
|
2872
|
-
|
|
2873
2631
|
.e-listbox-wrapper .e-content,
|
|
2874
2632
|
.e-listbox-container .e-content {
|
|
2875
2633
|
overflow: hidden;
|
|
2876
2634
|
position: relative;
|
|
2877
2635
|
}
|
|
2878
|
-
|
|
2879
2636
|
.e-listbox-wrapper .e-list-header .e-text,
|
|
2880
2637
|
.e-listbox-container .e-list-header .e-text {
|
|
2881
2638
|
cursor: pointer;
|
|
2882
2639
|
text-indent: 0;
|
|
2883
2640
|
}
|
|
2884
|
-
|
|
2885
2641
|
.e-listbox-wrapper .e-text .e-headertext,
|
|
2886
2642
|
.e-listbox-container .e-text .e-headertext {
|
|
2887
2643
|
display: inline-block;
|
|
2888
2644
|
line-height: 0;
|
|
2889
2645
|
}
|
|
2890
|
-
|
|
2891
2646
|
.e-listbox-wrapper.e-rtl,
|
|
2892
2647
|
.e-listbox-container.e-rtl {
|
|
2893
2648
|
direction: rtl;
|
|
2894
2649
|
}
|
|
2895
|
-
|
|
2896
2650
|
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
2897
2651
|
.e-listbox-container.e-rtl .e-list-icon {
|
|
2898
2652
|
margin-left: 16px;
|
|
2899
2653
|
margin-right: 0;
|
|
2900
2654
|
}
|
|
2901
|
-
|
|
2902
2655
|
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
2903
2656
|
.e-listbox-container.e-rtl .e-icon-collapsible {
|
|
2904
2657
|
left: 0%;
|
|
@@ -2906,61 +2659,50 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2906
2659
|
top: 50%;
|
|
2907
2660
|
transform: translateY(-50%) rotate(180deg);
|
|
2908
2661
|
}
|
|
2909
|
-
|
|
2910
2662
|
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
2911
2663
|
.e-listbox-container.e-rtl .e-list-header .e-text {
|
|
2912
2664
|
cursor: pointer;
|
|
2913
2665
|
}
|
|
2914
|
-
|
|
2915
2666
|
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
2916
2667
|
.e-listbox-container.e-rtl .e-but-back {
|
|
2917
2668
|
transform: rotate(180deg);
|
|
2918
2669
|
}
|
|
2919
|
-
|
|
2920
2670
|
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
2921
2671
|
.e-listbox-container.e-rtl .e-icon-back {
|
|
2922
2672
|
margin-top: 1px;
|
|
2923
2673
|
}
|
|
2924
|
-
|
|
2925
2674
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
2926
2675
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left {
|
|
2927
2676
|
margin: -2px 0 0 10px;
|
|
2928
2677
|
}
|
|
2929
|
-
|
|
2930
2678
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
2931
2679
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right {
|
|
2932
2680
|
margin: -2px 10px 0 0;
|
|
2933
2681
|
}
|
|
2934
|
-
|
|
2935
2682
|
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
2936
2683
|
.e-listbox-container.e-rtl .e-checkbox-wrapper {
|
|
2937
2684
|
margin: -2px 0 0 10px;
|
|
2938
2685
|
}
|
|
2939
|
-
|
|
2940
2686
|
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
2941
2687
|
.e-listbox-container .e-checkbox-wrapper {
|
|
2942
2688
|
margin: -2px 10px 0 0;
|
|
2943
2689
|
text-indent: 0;
|
|
2944
2690
|
vertical-align: middle;
|
|
2945
2691
|
}
|
|
2946
|
-
|
|
2947
2692
|
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2948
2693
|
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2949
2694
|
position: absolute;
|
|
2950
2695
|
right: 0;
|
|
2951
2696
|
top: 30%;
|
|
2952
2697
|
}
|
|
2953
|
-
|
|
2954
2698
|
.e-listbox-wrapper .e-input-group,
|
|
2955
2699
|
.e-listbox-container .e-input-group {
|
|
2956
2700
|
padding: 4px 8px;
|
|
2957
2701
|
}
|
|
2958
|
-
|
|
2959
2702
|
.e-listbox-wrapper .e-input-focus,
|
|
2960
2703
|
.e-listbox-container .e-input-focus {
|
|
2961
2704
|
padding: 4px 4px 4px 8px;
|
|
2962
2705
|
}
|
|
2963
|
-
|
|
2964
2706
|
.e-listbox-wrapper .e-hidden-select,
|
|
2965
2707
|
.e-listbox-container .e-hidden-select {
|
|
2966
2708
|
height: 1px;
|
|
@@ -2968,7 +2710,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2968
2710
|
position: absolute;
|
|
2969
2711
|
width: 100%;
|
|
2970
2712
|
}
|
|
2971
|
-
|
|
2972
2713
|
.e-listbox-wrapper .e-placeholder,
|
|
2973
2714
|
.e-listbox-container .e-placeholder {
|
|
2974
2715
|
background-color: #400074;
|
|
@@ -2987,7 +2728,6 @@ ejs-listbox {
|
|
|
2987
2728
|
.e-listbox-wrapper.e-filter-list {
|
|
2988
2729
|
overflow: inherit;
|
|
2989
2730
|
}
|
|
2990
|
-
|
|
2991
2731
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2992
2732
|
overflow: auto;
|
|
2993
2733
|
}
|
|
@@ -2997,22 +2737,18 @@ ejs-listbox {
|
|
|
2997
2737
|
border-width: 0;
|
|
2998
2738
|
overflow: visible;
|
|
2999
2739
|
}
|
|
3000
|
-
|
|
3001
2740
|
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
3002
2741
|
.e-listbox-container.e-sortableclone .e-list-item {
|
|
3003
2742
|
list-style-type: none;
|
|
3004
2743
|
}
|
|
3005
|
-
|
|
3006
2744
|
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
3007
2745
|
.e-listbox-container.e-sortableclone .e-ripple {
|
|
3008
2746
|
overflow: visible;
|
|
3009
2747
|
}
|
|
3010
|
-
|
|
3011
2748
|
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
3012
2749
|
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element {
|
|
3013
2750
|
display: none;
|
|
3014
2751
|
}
|
|
3015
|
-
|
|
3016
2752
|
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
3017
2753
|
.e-listbox-container.e-sortableclone .e-list-badge {
|
|
3018
2754
|
-ms-flex-align: center;
|
|
@@ -3039,41 +2775,34 @@ ejs-listbox {
|
|
|
3039
2775
|
display: -ms-flexbox;
|
|
3040
2776
|
display: flex;
|
|
3041
2777
|
}
|
|
3042
|
-
|
|
3043
2778
|
.e-listboxtool-wrapper *,
|
|
3044
2779
|
.e-listboxtool-container * {
|
|
3045
2780
|
box-sizing: border-box;
|
|
3046
2781
|
}
|
|
3047
|
-
|
|
3048
2782
|
.e-listboxtool-wrapper.e-disabled,
|
|
3049
2783
|
.e-listboxtool-container.e-disabled {
|
|
3050
2784
|
cursor: default;
|
|
3051
2785
|
pointer-events: none;
|
|
3052
2786
|
}
|
|
3053
|
-
|
|
3054
2787
|
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
3055
2788
|
.e-listboxtool-container .e-listbox-wrapper {
|
|
3056
2789
|
-ms-flex: 1;
|
|
3057
2790
|
flex: 1;
|
|
3058
2791
|
}
|
|
3059
|
-
|
|
3060
2792
|
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3061
2793
|
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3062
2794
|
margin-left: 15px;
|
|
3063
2795
|
}
|
|
3064
|
-
|
|
3065
2796
|
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3066
2797
|
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3067
2798
|
margin-right: 15px;
|
|
3068
2799
|
}
|
|
3069
|
-
|
|
3070
2800
|
.e-listboxtool-wrapper .e-listbox-tool,
|
|
3071
2801
|
.e-listboxtool-container .e-listbox-tool {
|
|
3072
2802
|
border: 1px solid #757575;
|
|
3073
2803
|
overflow: auto;
|
|
3074
2804
|
padding: 8px;
|
|
3075
2805
|
}
|
|
3076
|
-
|
|
3077
2806
|
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
3078
2807
|
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
3079
2808
|
display: list-item;
|
|
@@ -3085,7 +2814,6 @@ ejs-listbox {
|
|
|
3085
2814
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3086
2815
|
margin-right: 15px;
|
|
3087
2816
|
}
|
|
3088
|
-
|
|
3089
2817
|
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3090
2818
|
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3091
2819
|
margin-left: 15px;
|
|
@@ -3100,7 +2828,6 @@ ejs-listbox {
|
|
|
3100
2828
|
border-right: 2px solid transparent;
|
|
3101
2829
|
border-top: 2px solid transparent;
|
|
3102
2830
|
}
|
|
3103
|
-
|
|
3104
2831
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3105
2832
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3106
2833
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
@@ -3119,7 +2846,6 @@ ejs-listbox {
|
|
|
3119
2846
|
.e-listbox-container.e-bigger .e-list-header {
|
|
3120
2847
|
padding: 12px 16px;
|
|
3121
2848
|
}
|
|
3122
|
-
|
|
3123
2849
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3124
2850
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3125
2851
|
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
@@ -3132,21 +2858,18 @@ ejs-listbox {
|
|
|
3132
2858
|
line-height: 1.6;
|
|
3133
2859
|
position: relative;
|
|
3134
2860
|
}
|
|
3135
|
-
|
|
3136
2861
|
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3137
2862
|
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3138
2863
|
.e-bigger .e-listbox-container .e-list-parent,
|
|
3139
2864
|
.e-listbox-container.e-bigger .e-list-parent {
|
|
3140
2865
|
min-height: 45px;
|
|
3141
2866
|
}
|
|
3142
|
-
|
|
3143
2867
|
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3144
2868
|
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3145
2869
|
.e-bigger .e-listbox-container .e-text-content,
|
|
3146
2870
|
.e-listbox-container.e-bigger .e-text-content {
|
|
3147
2871
|
font-size: 15px;
|
|
3148
2872
|
}
|
|
3149
|
-
|
|
3150
2873
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3151
2874
|
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3152
2875
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
@@ -3154,7 +2877,6 @@ ejs-listbox {
|
|
|
3154
2877
|
height: 45px;
|
|
3155
2878
|
line-height: 45px;
|
|
3156
2879
|
}
|
|
3157
|
-
|
|
3158
2880
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3159
2881
|
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3160
2882
|
.e-bigger .e-listbox-container .e-list-header,
|
|
@@ -3166,28 +2888,24 @@ ejs-listbox {
|
|
|
3166
2888
|
font-weight: 600;
|
|
3167
2889
|
height: 45px;
|
|
3168
2890
|
}
|
|
3169
|
-
|
|
3170
2891
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3171
2892
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3172
2893
|
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3173
2894
|
.e-listbox-container.e-bigger .e-list-header .e-text.header {
|
|
3174
2895
|
display: none;
|
|
3175
2896
|
}
|
|
3176
|
-
|
|
3177
2897
|
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3178
2898
|
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3179
2899
|
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3180
2900
|
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3181
2901
|
display: none;
|
|
3182
2902
|
}
|
|
3183
|
-
|
|
3184
2903
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3185
2904
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3186
2905
|
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3187
2906
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3188
2907
|
font-size: 15px;
|
|
3189
2908
|
}
|
|
3190
|
-
|
|
3191
2909
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3192
2910
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3193
2911
|
height: calc(100% - 45px);
|
|
@@ -3214,7 +2932,6 @@ ejs-listbox {
|
|
|
3214
2932
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3215
2933
|
font-size: 13px;
|
|
3216
2934
|
}
|
|
3217
|
-
|
|
3218
2935
|
.e-listbox-wrapper .e-list-header,
|
|
3219
2936
|
.e-listbox-container .e-list-header {
|
|
3220
2937
|
background-color: #ccc;
|
|
@@ -3243,8 +2960,7 @@ ejs-listbox {
|
|
|
3243
2960
|
color: #000;
|
|
3244
2961
|
}
|
|
3245
2962
|
|
|
3246
|
-
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3247
|
-
.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
2963
|
+
.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),
|
|
3248
2964
|
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3249
2965
|
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3250
2966
|
background-color: #ecf;
|
|
@@ -3264,16 +2980,14 @@ ejs-listbox {
|
|
|
3264
2980
|
color: #000;
|
|
3265
2981
|
}
|
|
3266
2982
|
|
|
3267
|
-
.e-listbox-wrapper .e-list-item.e-focused,
|
|
3268
|
-
.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2983
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3269
2984
|
.e-listbox-container .e-list-item.e-focused,
|
|
3270
2985
|
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist {
|
|
3271
2986
|
background-color: #400074;
|
|
3272
2987
|
color: #fff;
|
|
3273
2988
|
}
|
|
3274
2989
|
|
|
3275
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3276
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2990
|
+
.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,
|
|
3277
2991
|
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3278
2992
|
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3279
2993
|
background-color: #fff;
|
|
@@ -3306,17 +3020,14 @@ ejs-listbox {
|
|
|
3306
3020
|
height: inherit;
|
|
3307
3021
|
position: relative;
|
|
3308
3022
|
}
|
|
3309
|
-
|
|
3310
3023
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3311
3024
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3312
3025
|
padding: 0.6153em 0.923em;
|
|
3313
3026
|
}
|
|
3314
|
-
|
|
3315
3027
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3316
3028
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3317
3029
|
padding: 0.6153em 0.923em;
|
|
3318
3030
|
}
|
|
3319
|
-
|
|
3320
3031
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3321
3032
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3322
3033
|
color: #000;
|
|
@@ -3329,7 +3040,6 @@ ejs-listbox {
|
|
|
3329
3040
|
text-overflow: ellipsis;
|
|
3330
3041
|
white-space: nowrap;
|
|
3331
3042
|
}
|
|
3332
|
-
|
|
3333
3043
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3334
3044
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3335
3045
|
color: #000;
|
|
@@ -3339,14 +3049,12 @@ ejs-listbox {
|
|
|
3339
3049
|
padding: 0.093em 0;
|
|
3340
3050
|
word-wrap: break-word;
|
|
3341
3051
|
}
|
|
3342
|
-
|
|
3343
3052
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3344
3053
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3345
3054
|
overflow: hidden;
|
|
3346
3055
|
text-overflow: ellipsis;
|
|
3347
3056
|
white-space: nowrap;
|
|
3348
3057
|
}
|
|
3349
|
-
|
|
3350
3058
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3351
3059
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3352
3060
|
height: 3.0769em;
|
|
@@ -3355,19 +3063,16 @@ ejs-listbox {
|
|
|
3355
3063
|
top: 0.6153em;
|
|
3356
3064
|
width: 3.0769em;
|
|
3357
3065
|
}
|
|
3358
|
-
|
|
3359
3066
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3360
3067
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3361
3068
|
padding-left: 4.923em;
|
|
3362
3069
|
padding-right: 0.923em;
|
|
3363
3070
|
}
|
|
3364
|
-
|
|
3365
3071
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3366
3072
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3367
3073
|
padding-left: 0.923em;
|
|
3368
3074
|
padding-right: 4.923em;
|
|
3369
3075
|
}
|
|
3370
|
-
|
|
3371
3076
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3372
3077
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3373
3078
|
height: 3.0769em;
|
|
@@ -3376,17 +3081,14 @@ ejs-listbox {
|
|
|
3376
3081
|
top: 0.6153em;
|
|
3377
3082
|
width: 3.0769em;
|
|
3378
3083
|
}
|
|
3379
|
-
|
|
3380
3084
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3381
3085
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
|
|
3382
3086
|
top: 0.6153em;
|
|
3383
3087
|
}
|
|
3384
|
-
|
|
3385
3088
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3386
3089
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3387
3090
|
top: 0.6153em;
|
|
3388
3091
|
}
|
|
3389
|
-
|
|
3390
3092
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3391
3093
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3392
3094
|
font-size: 13px;
|
|
@@ -3399,19 +3101,16 @@ ejs-listbox {
|
|
|
3399
3101
|
transform: translateY(-50%);
|
|
3400
3102
|
width: 1.5384em;
|
|
3401
3103
|
}
|
|
3402
|
-
|
|
3403
3104
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3404
3105
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3405
3106
|
padding-left: 4.923em;
|
|
3406
3107
|
padding-right: 3.3846em;
|
|
3407
3108
|
}
|
|
3408
|
-
|
|
3409
3109
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3410
3110
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3411
3111
|
padding-left: 0.923em;
|
|
3412
3112
|
padding-right: 3.3846em;
|
|
3413
3113
|
}
|
|
3414
|
-
|
|
3415
3114
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3416
3115
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3417
3116
|
display: block;
|
|
@@ -3421,65 +3120,54 @@ ejs-listbox {
|
|
|
3421
3120
|
text-overflow: ellipsis;
|
|
3422
3121
|
white-space: nowrap;
|
|
3423
3122
|
}
|
|
3424
|
-
|
|
3425
3123
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3426
3124
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
|
|
3427
3125
|
color: #000;
|
|
3428
3126
|
}
|
|
3429
|
-
|
|
3430
3127
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3431
3128
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3432
3129
|
color: #000;
|
|
3433
3130
|
}
|
|
3434
|
-
|
|
3435
3131
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3436
3132
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header {
|
|
3437
3133
|
color: #fff;
|
|
3438
3134
|
}
|
|
3439
|
-
|
|
3440
3135
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3441
3136
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3442
3137
|
color: #fff;
|
|
3443
3138
|
}
|
|
3444
|
-
|
|
3445
3139
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3446
3140
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3447
3141
|
left: inherit;
|
|
3448
3142
|
right: 0.923em;
|
|
3449
3143
|
}
|
|
3450
|
-
|
|
3451
3144
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3452
3145
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3453
3146
|
padding-left: 0.923em;
|
|
3454
3147
|
padding-right: 4.923em;
|
|
3455
3148
|
}
|
|
3456
|
-
|
|
3457
3149
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3458
3150
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3459
3151
|
padding-left: 4.923em;
|
|
3460
3152
|
padding-right: 0.923em;
|
|
3461
3153
|
}
|
|
3462
|
-
|
|
3463
3154
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3464
3155
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3465
3156
|
left: 0.923em;
|
|
3466
3157
|
right: inherit;
|
|
3467
3158
|
}
|
|
3468
|
-
|
|
3469
3159
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3470
3160
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3471
3161
|
left: 0.923em;
|
|
3472
3162
|
right: inherit;
|
|
3473
3163
|
}
|
|
3474
|
-
|
|
3475
3164
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3476
3165
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3477
3166
|
padding-left: 3.3846em;
|
|
3478
3167
|
padding-right: 4.923em;
|
|
3479
3168
|
}
|
|
3480
|
-
|
|
3481
3169
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3482
3170
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3483
3171
|
padding-left: 3.3846em;
|
|
3484
3172
|
padding-right: 0.923em;
|
|
3485
|
-
}
|
|
3173
|
+
}
|