@syncfusion/ej2-dropdowns 20.1.51 → 20.1.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +90 -69
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +54 -32
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/auto-complete/auto-complete.js +3 -1
- package/src/combo-box/combo-box.js +4 -3
- package/src/common/incremental-search.js +1 -1
- package/src/drop-down-base/drop-down-base.js +5 -3
- package/src/drop-down-list/drop-down-list.js +10 -2
- package/src/drop-down-tree/drop-down-tree-model.d.ts +2 -2
- package/src/drop-down-tree/drop-down-tree.js +5 -5
- package/src/list-box/list-box.js +16 -10
- package/src/multi-select/multi-select-model.d.ts +1 -1
- package/src/multi-select/multi-select.js +10 -7
- package/styles/auto-complete/bootstrap-dark.css +5 -14
- package/styles/auto-complete/bootstrap.css +5 -14
- package/styles/auto-complete/bootstrap4.css +5 -13
- package/styles/auto-complete/bootstrap5-dark.css +5 -13
- package/styles/auto-complete/bootstrap5.css +5 -13
- package/styles/auto-complete/fabric-dark.css +5 -12
- package/styles/auto-complete/fabric.css +5 -12
- package/styles/auto-complete/fluent-dark.css +4 -11
- package/styles/auto-complete/fluent.css +4 -11
- package/styles/auto-complete/highcontrast-light.css +3 -23
- package/styles/auto-complete/highcontrast.css +3 -23
- package/styles/auto-complete/material-dark.css +1 -1
- package/styles/auto-complete/material.css +1 -1
- package/styles/auto-complete/tailwind-dark.css +1 -1
- package/styles/auto-complete/tailwind.css +1 -1
- package/styles/bootstrap-dark.css +62 -337
- package/styles/bootstrap.css +62 -337
- package/styles/bootstrap4.css +62 -343
- package/styles/bootstrap5-dark.css +63 -343
- package/styles/bootstrap5.css +63 -343
- package/styles/combo-box/bootstrap-dark.css +5 -14
- package/styles/combo-box/bootstrap.css +5 -14
- package/styles/combo-box/bootstrap4.css +5 -13
- package/styles/combo-box/bootstrap5-dark.css +5 -13
- package/styles/combo-box/bootstrap5.css +5 -13
- package/styles/combo-box/fabric-dark.css +5 -12
- package/styles/combo-box/fabric.css +5 -12
- package/styles/combo-box/fluent-dark.css +4 -11
- package/styles/combo-box/fluent.css +4 -11
- package/styles/combo-box/highcontrast-light.css +3 -23
- package/styles/combo-box/highcontrast.css +3 -23
- package/styles/combo-box/material-dark.css +1 -1
- package/styles/combo-box/material.css +1 -1
- package/styles/combo-box/tailwind-dark.css +1 -1
- package/styles/combo-box/tailwind.css +1 -1
- package/styles/drop-down-base/bootstrap-dark.css +8 -22
- package/styles/drop-down-base/bootstrap.css +8 -22
- package/styles/drop-down-base/bootstrap4.css +8 -22
- package/styles/drop-down-base/bootstrap5-dark.css +8 -22
- package/styles/drop-down-base/bootstrap5.css +8 -22
- package/styles/drop-down-base/fabric-dark.css +8 -22
- package/styles/drop-down-base/fabric.css +8 -22
- package/styles/drop-down-base/fluent-dark.css +8 -22
- package/styles/drop-down-base/fluent.css +8 -22
- package/styles/drop-down-base/highcontrast-light.css +8 -27
- package/styles/drop-down-base/highcontrast.css +8 -27
- package/styles/drop-down-base/material-dark.css +8 -22
- package/styles/drop-down-base/material.css +8 -22
- package/styles/drop-down-base/tailwind-dark.css +12 -34
- package/styles/drop-down-base/tailwind.css +12 -34
- package/styles/drop-down-list/bootstrap-dark.css +15 -44
- package/styles/drop-down-list/bootstrap.css +15 -44
- package/styles/drop-down-list/bootstrap4.css +14 -38
- package/styles/drop-down-list/bootstrap5-dark.css +14 -38
- package/styles/drop-down-list/bootstrap5.css +14 -38
- package/styles/drop-down-list/fabric-dark.css +15 -42
- package/styles/drop-down-list/fabric.css +15 -42
- package/styles/drop-down-list/fluent-dark.css +13 -36
- package/styles/drop-down-list/fluent.css +13 -36
- package/styles/drop-down-list/highcontrast-light.css +13 -58
- package/styles/drop-down-list/highcontrast.css +13 -58
- package/styles/drop-down-list/material-dark.css +11 -32
- package/styles/drop-down-list/material.css +11 -33
- package/styles/drop-down-list/tailwind-dark.css +10 -24
- package/styles/drop-down-list/tailwind.css +10 -24
- package/styles/drop-down-tree/bootstrap-dark.css +4 -92
- package/styles/drop-down-tree/bootstrap.css +4 -92
- package/styles/drop-down-tree/bootstrap4.css +5 -99
- package/styles/drop-down-tree/bootstrap5-dark.css +5 -103
- package/styles/drop-down-tree/bootstrap5.css +5 -103
- package/styles/drop-down-tree/fabric-dark.css +4 -92
- package/styles/drop-down-tree/fabric.css +4 -92
- package/styles/drop-down-tree/fluent-dark.css +5 -105
- package/styles/drop-down-tree/fluent.css +5 -105
- package/styles/drop-down-tree/highcontrast-light.css +4 -97
- package/styles/drop-down-tree/highcontrast.css +4 -98
- package/styles/drop-down-tree/material-dark.css +11 -182
- package/styles/drop-down-tree/material.css +11 -184
- package/styles/drop-down-tree/tailwind-dark.css +4 -107
- package/styles/drop-down-tree/tailwind.css +4 -107
- package/styles/fabric-dark.css +62 -335
- package/styles/fabric.css +62 -335
- package/styles/fluent-dark.css +62 -342
- package/styles/fluent.css +62 -342
- package/styles/highcontrast-light.css +63 -375
- package/styles/highcontrast.css +63 -376
- package/styles/list-box/bootstrap-dark.css +11 -115
- package/styles/list-box/bootstrap.css +11 -115
- package/styles/list-box/bootstrap4.css +11 -120
- package/styles/list-box/bootstrap5-dark.css +11 -115
- package/styles/list-box/bootstrap5.css +11 -115
- package/styles/list-box/fabric-dark.css +11 -115
- package/styles/list-box/fabric.css +11 -115
- package/styles/list-box/fluent-dark.css +11 -115
- package/styles/list-box/fluent.css +11 -115
- package/styles/list-box/highcontrast-light.css +11 -120
- package/styles/list-box/highcontrast.css +11 -120
- package/styles/list-box/material-dark.css +11 -115
- package/styles/list-box/material.css +11 -115
- package/styles/list-box/tailwind-dark.css +12 -118
- package/styles/list-box/tailwind.css +12 -118
- package/styles/material-dark.css +103 -462
- package/styles/material.css +103 -466
- package/styles/multi-select/bootstrap-dark.css +28 -68
- package/styles/multi-select/bootstrap.css +28 -68
- package/styles/multi-select/bootstrap4.css +28 -68
- package/styles/multi-select/bootstrap5-dark.css +29 -69
- package/styles/multi-select/bootstrap5.css +29 -69
- package/styles/multi-select/fabric-dark.css +28 -68
- package/styles/multi-select/fabric.css +28 -68
- package/styles/multi-select/fluent-dark.css +29 -68
- package/styles/multi-select/fluent.css +29 -68
- package/styles/multi-select/highcontrast-light.css +31 -97
- package/styles/multi-select/highcontrast.css +31 -97
- package/styles/multi-select/material-dark.css +66 -115
- package/styles/multi-select/material.css +66 -116
- package/styles/multi-select/tailwind-dark.css +29 -69
- package/styles/multi-select/tailwind.css +29 -69
- package/styles/tailwind-dark.css +63 -348
- package/styles/tailwind.css +63 -348
package/styles/highcontrast.css
CHANGED
|
@@ -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 #fff;
|
|
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 #000;
|
|
15
12
|
}
|
|
16
|
-
|
|
17
13
|
.e-dropdownbase .e-list-item.e-active {
|
|
18
14
|
border: 2px solid #ffd939;
|
|
19
15
|
}
|
|
20
|
-
|
|
21
16
|
.e-dropdownbase .e-list-item.e-item-focus {
|
|
22
17
|
border: 2px solid #685708;
|
|
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: #969696;
|
|
176
163
|
}
|
|
177
|
-
|
|
178
164
|
.e-dropdownbase .e-list-item {
|
|
179
165
|
-webkit-tap-highlight-color: transparent;
|
|
180
166
|
background-color: #000;
|
|
@@ -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: #ffd939;
|
|
209
194
|
border-color: #ffd939;
|
|
210
195
|
color: #000;
|
|
@@ -224,8 +209,7 @@
|
|
|
224
209
|
background-color: #685708;
|
|
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: #000;
|
|
404
382
|
}
|
|
405
|
-
|
|
406
383
|
.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
|
|
407
384
|
color: #ffd939;
|
|
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: #fff;
|
|
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: 46px;
|
|
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 #969696;
|
|
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,67 +713,55 @@ ejs-dropdownlist {
|
|
|
773
713
|
transform: rotate(360deg);
|
|
774
714
|
}
|
|
775
715
|
}
|
|
776
|
-
|
|
777
716
|
/*! TreeView's high contrast theme wise override definitions and variables */
|
|
778
717
|
.e-ddt .e-ddt-icon::before {
|
|
779
|
-
content:
|
|
718
|
+
content: "\e966";
|
|
780
719
|
}
|
|
781
|
-
|
|
782
720
|
.e-ddt .e-chips-close::before {
|
|
783
|
-
content:
|
|
721
|
+
content: "\e7a7";
|
|
784
722
|
}
|
|
785
723
|
|
|
786
724
|
.e-ddt {
|
|
787
725
|
cursor: pointer;
|
|
788
726
|
outline: none;
|
|
789
727
|
}
|
|
790
|
-
|
|
791
728
|
.e-ddt .e-ddt-icon::before {
|
|
792
729
|
transform: rotate(0deg);
|
|
793
730
|
transition: transform 300ms ease;
|
|
794
731
|
}
|
|
795
|
-
|
|
796
732
|
.e-ddt.e-icon-anim .e-ddt-icon::before {
|
|
797
733
|
transform: rotate(180deg);
|
|
798
734
|
transition: transform 300ms ease;
|
|
799
735
|
}
|
|
800
|
-
|
|
801
736
|
.e-ddt .e-ddt-hidden {
|
|
802
737
|
border: 0;
|
|
803
738
|
height: 0;
|
|
804
739
|
visibility: hidden;
|
|
805
740
|
width: 0;
|
|
806
741
|
}
|
|
807
|
-
|
|
808
742
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
809
743
|
box-sizing: content-box;
|
|
810
744
|
min-height: 30px;
|
|
811
745
|
}
|
|
812
|
-
|
|
813
746
|
.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 {
|
|
814
747
|
border: 0;
|
|
815
748
|
}
|
|
816
|
-
|
|
817
749
|
.e-ddt.e-input-group.e-control-wrapper .e-icon-hide, .e-ddt.e-float-input.e-control-wrapper .e-icon-hide {
|
|
818
750
|
display: none;
|
|
819
751
|
}
|
|
820
|
-
|
|
821
752
|
.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 {
|
|
822
753
|
bottom: 0;
|
|
823
754
|
position: absolute;
|
|
824
755
|
right: 0;
|
|
825
756
|
}
|
|
826
|
-
|
|
827
757
|
.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 {
|
|
828
758
|
right: 30px;
|
|
829
759
|
}
|
|
830
|
-
|
|
831
760
|
.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 {
|
|
832
761
|
bottom: 0;
|
|
833
762
|
position: absolute;
|
|
834
763
|
right: 0;
|
|
835
764
|
}
|
|
836
|
-
|
|
837
765
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
|
|
838
766
|
.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,
|
|
839
767
|
.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,
|
|
@@ -842,23 +770,19 @@ ejs-dropdownlist {
|
|
|
842
770
|
padding-left: 0;
|
|
843
771
|
padding-right: 0;
|
|
844
772
|
}
|
|
845
|
-
|
|
846
773
|
.e-ddt .e-chips-wrapper {
|
|
847
774
|
width: 100%;
|
|
848
775
|
}
|
|
849
|
-
|
|
850
776
|
.e-ddt.e-show-chip .e-chips-close {
|
|
851
777
|
line-height: 21px;
|
|
852
778
|
min-height: 26px;
|
|
853
779
|
min-width: 18px;
|
|
854
780
|
text-align: center;
|
|
855
781
|
}
|
|
856
|
-
|
|
857
782
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
858
783
|
font-size: 10px;
|
|
859
784
|
vertical-align: middle;
|
|
860
785
|
}
|
|
861
|
-
|
|
862
786
|
.e-ddt.e-show-chip .e-chips {
|
|
863
787
|
-ms-flex-align: center;
|
|
864
788
|
align-items: center;
|
|
@@ -875,7 +799,6 @@ ejs-dropdownlist {
|
|
|
875
799
|
text-overflow: ellipsis;
|
|
876
800
|
white-space: nowrap;
|
|
877
801
|
}
|
|
878
|
-
|
|
879
802
|
.e-ddt.e-show-chip .e-chips > .e-chipcontent {
|
|
880
803
|
max-width: 100%;
|
|
881
804
|
overflow: hidden;
|
|
@@ -885,78 +808,63 @@ ejs-dropdownlist {
|
|
|
885
808
|
white-space: nowrap;
|
|
886
809
|
line-height: 26px;
|
|
887
810
|
}
|
|
888
|
-
|
|
889
811
|
.e-ddt .e-overflow {
|
|
890
812
|
white-space: nowrap;
|
|
891
813
|
}
|
|
892
|
-
|
|
893
814
|
.e-ddt .e-overflow.e-show-text {
|
|
894
815
|
padding: 6px 10px 0 10px;
|
|
895
816
|
}
|
|
896
|
-
|
|
897
817
|
.e-ddt .e-overflow.e-total-count {
|
|
898
818
|
box-sizing: border-box;
|
|
899
819
|
display: inline-block;
|
|
900
820
|
overflow: hidden;
|
|
901
821
|
text-overflow: ellipsis;
|
|
902
822
|
}
|
|
903
|
-
|
|
904
823
|
.e-ddt .e-overflow.e-total-count .e-remain {
|
|
905
824
|
padding: 0 16px 0 0;
|
|
906
825
|
}
|
|
907
|
-
|
|
908
826
|
.e-ddt .e-overflow.e-wrap-count {
|
|
909
827
|
padding-top: 6px;
|
|
910
828
|
}
|
|
911
|
-
|
|
912
829
|
.e-ddt .e-overflow .e-remain {
|
|
913
830
|
cursor: pointer;
|
|
914
831
|
display: inline-block;
|
|
915
832
|
font-size: 14px;
|
|
916
833
|
padding: 0 0 0 16px;
|
|
917
834
|
}
|
|
918
|
-
|
|
919
835
|
.e-ddt .e-overflow .e-remain.e-wrap-count {
|
|
920
836
|
padding-top: 6px;
|
|
921
837
|
}
|
|
922
|
-
|
|
923
838
|
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
924
839
|
padding: 6px 10px 0 10px;
|
|
925
840
|
}
|
|
926
|
-
|
|
927
841
|
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
928
842
|
margin-right: 30px;
|
|
929
843
|
max-width: calc(100% - 31px);
|
|
930
844
|
}
|
|
931
|
-
|
|
932
845
|
.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
933
846
|
margin-right: 30px;
|
|
934
847
|
max-width: calc(100% - 31px);
|
|
935
848
|
}
|
|
936
|
-
|
|
937
849
|
.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
938
850
|
margin-right: 60px;
|
|
939
851
|
max-width: calc(100% - 61px);
|
|
940
852
|
}
|
|
941
|
-
|
|
942
853
|
.e-ddt input[readonly],
|
|
943
854
|
.e-ddt .e-dropdowntree,
|
|
944
855
|
.e-ddt input[readonly].e-input {
|
|
945
856
|
pointer-events: none;
|
|
946
857
|
}
|
|
947
|
-
|
|
948
858
|
.e-ddt input[readonly].e-chip-input,
|
|
949
859
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
950
860
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
951
861
|
width: 0;
|
|
952
862
|
}
|
|
953
|
-
|
|
954
863
|
.e-ddt.e-popup {
|
|
955
864
|
border: 1px solid #969696;
|
|
956
865
|
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);
|
|
957
866
|
position: absolute;
|
|
958
867
|
}
|
|
959
|
-
|
|
960
868
|
.e-ddt.e-popup .e-selectall-parent {
|
|
961
869
|
border-bottom: 1px solid;
|
|
962
870
|
cursor: pointer;
|
|
@@ -968,52 +876,41 @@ ejs-dropdownlist {
|
|
|
968
876
|
white-space: nowrap;
|
|
969
877
|
width: 100%;
|
|
970
878
|
}
|
|
971
|
-
|
|
972
879
|
.e-ddt.e-popup .e-selectall-parent.e-hide-selectall {
|
|
973
880
|
display: none;
|
|
974
881
|
}
|
|
975
|
-
|
|
976
882
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
977
883
|
position: relative;
|
|
978
884
|
text-indent: 0;
|
|
979
885
|
}
|
|
980
|
-
|
|
981
886
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
982
887
|
font-family: inherit;
|
|
983
888
|
font-size: 14px;
|
|
984
889
|
margin: 10px;
|
|
985
890
|
}
|
|
986
|
-
|
|
987
|
-
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
988
|
-
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
891
|
+
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
989
892
|
padding: 0 12px;
|
|
990
893
|
}
|
|
991
|
-
|
|
992
894
|
.e-ddt.e-popup .e-filter-wrap {
|
|
993
895
|
border: 1px solid #fff;
|
|
994
896
|
border-top-width: 0;
|
|
995
897
|
display: block;
|
|
996
898
|
padding: 5px;
|
|
997
899
|
}
|
|
998
|
-
|
|
999
900
|
.e-ddt.e-popup .e-filter-wrap {
|
|
1000
901
|
border-left-width: 0;
|
|
1001
902
|
border-right-width: 0;
|
|
1002
903
|
}
|
|
1003
|
-
|
|
1004
904
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
1005
905
|
margin-bottom: 0;
|
|
1006
906
|
}
|
|
1007
|
-
|
|
1008
907
|
.e-ddt.e-popup .e-popup-content {
|
|
1009
908
|
overflow: auto;
|
|
1010
909
|
position: relative;
|
|
1011
910
|
}
|
|
1012
|
-
|
|
1013
911
|
.e-ddt.e-popup .e-popup-content .e-ddt-nodata {
|
|
1014
912
|
display: none;
|
|
1015
913
|
}
|
|
1016
|
-
|
|
1017
914
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1018
915
|
cursor: default;
|
|
1019
916
|
font-family: inherit;
|
|
@@ -1021,89 +918,70 @@ ejs-dropdownlist {
|
|
|
1021
918
|
padding: 14px 16px;
|
|
1022
919
|
text-align: center;
|
|
1023
920
|
}
|
|
1024
|
-
|
|
1025
921
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
1026
922
|
display: none;
|
|
1027
923
|
}
|
|
1028
|
-
|
|
1029
924
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
|
|
1030
925
|
display: block;
|
|
1031
926
|
}
|
|
1032
|
-
|
|
1033
927
|
.e-ddt.e-popup .e-treeview {
|
|
1034
928
|
display: inline-table;
|
|
1035
929
|
width: 100%;
|
|
1036
930
|
}
|
|
1037
|
-
|
|
1038
931
|
.e-ddt.e-popup .e-treeview .e-list-item {
|
|
1039
932
|
padding: 0;
|
|
1040
933
|
}
|
|
1041
|
-
|
|
1042
934
|
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1043
935
|
margin: 0;
|
|
1044
936
|
padding: 0 0 0 14px;
|
|
1045
937
|
}
|
|
1046
|
-
|
|
1047
938
|
.e-ddt.e-popup .e-treeview .e-fullrow {
|
|
1048
939
|
border-width: 2px;
|
|
1049
940
|
height: 40px;
|
|
1050
941
|
}
|
|
1051
|
-
|
|
1052
942
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1053
943
|
overflow: hidden;
|
|
1054
944
|
padding: 0 8px;
|
|
1055
945
|
}
|
|
1056
|
-
|
|
1057
946
|
.e-ddt.e-popup .e-treeview.e-fullrow-wrap .e-text-content {
|
|
1058
947
|
padding-bottom: 4px;
|
|
1059
948
|
padding-top: 4px;
|
|
1060
949
|
}
|
|
1061
|
-
|
|
1062
950
|
.e-ddt.e-popup .e-ddt-footer,
|
|
1063
951
|
.e-ddt.e-popup .e-ddt-header {
|
|
1064
952
|
cursor: default;
|
|
1065
953
|
}
|
|
1066
|
-
|
|
1067
954
|
.e-ddt.e-rtl.e-show-chip .e-chips {
|
|
1068
955
|
float: right;
|
|
1069
956
|
}
|
|
1070
|
-
|
|
1071
957
|
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain {
|
|
1072
958
|
padding: 0 16px 0 0;
|
|
1073
959
|
}
|
|
1074
|
-
|
|
1075
960
|
.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 {
|
|
1076
961
|
padding-top: 6px;
|
|
1077
962
|
}
|
|
1078
|
-
|
|
1079
963
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count {
|
|
1080
964
|
position: absolute;
|
|
1081
965
|
right: auto;
|
|
1082
966
|
}
|
|
1083
|
-
|
|
1084
967
|
.e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain {
|
|
1085
968
|
padding: 0 0 0 16px;
|
|
1086
969
|
}
|
|
1087
|
-
|
|
1088
970
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1089
971
|
padding: 6px 10px 0 10px;
|
|
1090
972
|
}
|
|
1091
|
-
|
|
1092
973
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1093
974
|
margin-left: 30px;
|
|
1094
975
|
margin-right: 1px;
|
|
1095
976
|
}
|
|
1096
|
-
|
|
1097
977
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1098
978
|
margin-left: 30px;
|
|
1099
979
|
margin-right: 1px;
|
|
1100
980
|
}
|
|
1101
|
-
|
|
1102
981
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1103
982
|
margin-left: 60px;
|
|
1104
983
|
margin-right: 1px;
|
|
1105
984
|
}
|
|
1106
|
-
|
|
1107
985
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
1108
986
|
.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,
|
|
1109
987
|
.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,
|
|
@@ -1112,11 +990,9 @@ ejs-dropdownlist {
|
|
|
1112
990
|
left: 0;
|
|
1113
991
|
right: auto;
|
|
1114
992
|
}
|
|
1115
|
-
|
|
1116
993
|
.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 {
|
|
1117
994
|
left: 30px;
|
|
1118
995
|
}
|
|
1119
|
-
|
|
1120
996
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
1121
997
|
padding: 0 14px 0 0;
|
|
1122
998
|
}
|
|
@@ -1129,7 +1005,6 @@ ejs-dropdownlist {
|
|
|
1129
1005
|
.e-ddt.e-bigger .e-chips {
|
|
1130
1006
|
height: 34px;
|
|
1131
1007
|
}
|
|
1132
|
-
|
|
1133
1008
|
.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,
|
|
1134
1009
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1135
1010
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
@@ -1137,7 +1012,6 @@ ejs-dropdownlist {
|
|
|
1137
1012
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1138
1013
|
right: 38px;
|
|
1139
1014
|
}
|
|
1140
|
-
|
|
1141
1015
|
.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,
|
|
1142
1016
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
1143
1017
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
@@ -1145,64 +1019,53 @@ ejs-dropdownlist {
|
|
|
1145
1019
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
1146
1020
|
bottom: 0;
|
|
1147
1021
|
}
|
|
1148
|
-
|
|
1149
1022
|
.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,
|
|
1150
1023
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
|
|
1151
1024
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1152
1025
|
min-height: 38px;
|
|
1153
1026
|
}
|
|
1154
|
-
|
|
1155
1027
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
1156
1028
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
1157
1029
|
padding: 8px 12px 0 12px;
|
|
1158
1030
|
}
|
|
1159
|
-
|
|
1160
1031
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1161
1032
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1162
1033
|
margin-right: 38px;
|
|
1163
1034
|
max-width: calc(100% - 39px);
|
|
1164
1035
|
}
|
|
1165
|
-
|
|
1166
1036
|
.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1167
1037
|
.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1168
1038
|
margin-right: 38px;
|
|
1169
1039
|
max-width: calc(100% - 39px);
|
|
1170
1040
|
}
|
|
1171
|
-
|
|
1172
1041
|
.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1173
1042
|
.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1174
1043
|
margin-right: 76px;
|
|
1175
1044
|
max-width: calc(100% - 77px);
|
|
1176
1045
|
}
|
|
1177
|
-
|
|
1178
1046
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
1179
1047
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
1180
1048
|
text-indent: 43px;
|
|
1181
1049
|
}
|
|
1182
|
-
|
|
1183
1050
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
1184
1051
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
1185
1052
|
height: 48px;
|
|
1186
1053
|
}
|
|
1187
|
-
|
|
1188
1054
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1189
1055
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1190
1056
|
margin-left: 38px;
|
|
1191
1057
|
margin-right: 1px;
|
|
1192
1058
|
}
|
|
1193
|
-
|
|
1194
1059
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1195
1060
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1196
1061
|
margin-left: 38px;
|
|
1197
1062
|
margin-right: 1px;
|
|
1198
1063
|
}
|
|
1199
|
-
|
|
1200
1064
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1201
1065
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1202
1066
|
margin-left: 76px;
|
|
1203
1067
|
margin-right: 1px;
|
|
1204
1068
|
}
|
|
1205
|
-
|
|
1206
1069
|
.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,
|
|
1207
1070
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
1208
1071
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
@@ -1213,48 +1076,37 @@ ejs-dropdownlist {
|
|
|
1213
1076
|
.e-ddt .e-chips {
|
|
1214
1077
|
background-color: #bfbfbf;
|
|
1215
1078
|
}
|
|
1216
|
-
|
|
1217
1079
|
.e-ddt .e-chips .e-chips-close::before {
|
|
1218
1080
|
color: #000;
|
|
1219
1081
|
}
|
|
1220
|
-
|
|
1221
1082
|
.e-ddt .e-chips > .e-chipcontent {
|
|
1222
1083
|
color: #000;
|
|
1223
1084
|
}
|
|
1224
|
-
|
|
1225
1085
|
.e-ddt .e-chips:hover {
|
|
1226
1086
|
background-color: #685708;
|
|
1227
1087
|
}
|
|
1228
|
-
|
|
1229
1088
|
.e-ddt .e-chips:hover .e-chips-close::before {
|
|
1230
1089
|
color: #fff;
|
|
1231
1090
|
}
|
|
1232
|
-
|
|
1233
1091
|
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
1234
1092
|
color: #fff;
|
|
1235
1093
|
}
|
|
1236
|
-
|
|
1237
1094
|
.e-ddt .e-overflow .e-remain {
|
|
1238
1095
|
color: #fff;
|
|
1239
1096
|
}
|
|
1240
|
-
|
|
1241
1097
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1242
1098
|
background-color: #000;
|
|
1243
1099
|
}
|
|
1244
|
-
|
|
1245
1100
|
.e-ddt.e-popup {
|
|
1246
1101
|
background: #000;
|
|
1247
1102
|
border-color: #969696;
|
|
1248
1103
|
}
|
|
1249
|
-
|
|
1250
1104
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1251
1105
|
color: #fff;
|
|
1252
1106
|
}
|
|
1253
|
-
|
|
1254
1107
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1255
1108
|
border-bottom-color: #fff;
|
|
1256
1109
|
}
|
|
1257
|
-
|
|
1258
1110
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1259
1111
|
color: #fff;
|
|
1260
1112
|
}
|
|
@@ -1267,7 +1119,6 @@ ejs-dropdownlist {
|
|
|
1267
1119
|
transform: rotate(360deg);
|
|
1268
1120
|
}
|
|
1269
1121
|
}
|
|
1270
|
-
|
|
1271
1122
|
@keyframes fabric-spinner-rotate {
|
|
1272
1123
|
0% {
|
|
1273
1124
|
transform: rotate(0);
|
|
@@ -1276,101 +1127,82 @@ ejs-dropdownlist {
|
|
|
1276
1127
|
transform: rotate(360deg);
|
|
1277
1128
|
}
|
|
1278
1129
|
}
|
|
1279
|
-
|
|
1280
1130
|
.e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
1281
1131
|
color: #fff;
|
|
1282
1132
|
top: 12px;
|
|
1283
1133
|
}
|
|
1284
|
-
|
|
1285
1134
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder {
|
|
1286
1135
|
color: #969696;
|
|
1287
1136
|
font-family: inherit;
|
|
1288
1137
|
font-size: 14px;
|
|
1289
1138
|
font-style: italic;
|
|
1290
1139
|
}
|
|
1291
|
-
|
|
1292
1140
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder {
|
|
1293
1141
|
color: #969696;
|
|
1294
1142
|
font-family: inherit;
|
|
1295
1143
|
font-size: 14px;
|
|
1296
1144
|
font-style: italic;
|
|
1297
1145
|
}
|
|
1298
|
-
|
|
1299
1146
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder {
|
|
1300
1147
|
color: #969696;
|
|
1301
1148
|
font-family: inherit;
|
|
1302
1149
|
font-size: 14px;
|
|
1303
1150
|
font-style: italic;
|
|
1304
1151
|
}
|
|
1305
|
-
|
|
1306
1152
|
.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder {
|
|
1307
1153
|
color: #969696;
|
|
1308
1154
|
font-family: inherit;
|
|
1309
1155
|
font-size: 14px;
|
|
1310
1156
|
font-style: italic;
|
|
1311
1157
|
}
|
|
1312
|
-
|
|
1313
1158
|
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chipcontent {
|
|
1314
1159
|
color: #fff;
|
|
1315
1160
|
}
|
|
1316
|
-
|
|
1317
1161
|
.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chips-close.e-icon::before {
|
|
1318
1162
|
color: #fff;
|
|
1319
1163
|
}
|
|
1320
|
-
|
|
1321
1164
|
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
1322
1165
|
line-height: 26px;
|
|
1323
1166
|
top: 0;
|
|
1324
1167
|
}
|
|
1325
|
-
|
|
1326
1168
|
.e-multi-select-wrapper .e-delim-values.e-delim-view {
|
|
1327
1169
|
-webkit-text-fill-color: #fff;
|
|
1328
1170
|
color: #fff;
|
|
1329
1171
|
}
|
|
1330
|
-
|
|
1331
1172
|
.e-multi-select-wrapper.e-delimiter .e-delim-values {
|
|
1332
1173
|
-webkit-text-fill-color: #fff;
|
|
1333
1174
|
color: #fff;
|
|
1334
1175
|
}
|
|
1335
|
-
|
|
1336
|
-
.e-multi-select-wrapper .e-searcher input[type='text'] {
|
|
1176
|
+
.e-multi-select-wrapper .e-searcher input[type=text] {
|
|
1337
1177
|
color: #fff;
|
|
1338
1178
|
height: 100%;
|
|
1339
1179
|
min-height: 28px;
|
|
1340
1180
|
}
|
|
1341
|
-
|
|
1342
|
-
.e-multi-select-wrapper .e-searcher input[type='text']::selection {
|
|
1181
|
+
.e-multi-select-wrapper .e-searcher input[type=text]::selection {
|
|
1343
1182
|
background-color: #ffd939;
|
|
1344
1183
|
}
|
|
1345
1184
|
|
|
1346
|
-
.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon,
|
|
1347
|
-
.e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon {
|
|
1185
|
+
.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 {
|
|
1348
1186
|
padding-left: 0;
|
|
1349
1187
|
}
|
|
1350
|
-
|
|
1351
1188
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent {
|
|
1352
1189
|
border-bottom: 1px solid #fff;
|
|
1353
1190
|
}
|
|
1354
|
-
|
|
1355
1191
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active.e-hover {
|
|
1356
1192
|
background-color: #ffd939;
|
|
1357
1193
|
}
|
|
1358
|
-
|
|
1359
1194
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active {
|
|
1360
1195
|
border: 2px solid #ffd939;
|
|
1361
1196
|
}
|
|
1362
|
-
|
|
1363
1197
|
.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-active.e-hover:not(.e-item-focus) {
|
|
1364
1198
|
border-bottom: 2px solid #fff;
|
|
1365
1199
|
border-left: 2px solid #fff;
|
|
1366
1200
|
border-right: 2px solid #fff;
|
|
1367
1201
|
border-top: 2px solid #fff;
|
|
1368
1202
|
}
|
|
1369
|
-
|
|
1370
1203
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-item-focus {
|
|
1371
1204
|
border: 2px solid #685708;
|
|
1372
1205
|
}
|
|
1373
|
-
|
|
1374
1206
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active.e-hover {
|
|
1375
1207
|
background-color: #fff;
|
|
1376
1208
|
border-bottom: 1px solid #fff;
|
|
@@ -1378,15 +1210,12 @@ ejs-dropdownlist {
|
|
|
1378
1210
|
border-right: 1px solid #fff;
|
|
1379
1211
|
border-top: 1px solid #fff;
|
|
1380
1212
|
}
|
|
1381
|
-
|
|
1382
1213
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-hover:not(.e-active) {
|
|
1383
1214
|
border: 2px solid #fff;
|
|
1384
1215
|
}
|
|
1385
|
-
|
|
1386
1216
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item:not(.e-hover):not(.e-item-focus) {
|
|
1387
1217
|
border: 2px solid #000;
|
|
1388
1218
|
}
|
|
1389
|
-
|
|
1390
1219
|
.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active {
|
|
1391
1220
|
border: 2px solid #ffd939;
|
|
1392
1221
|
}
|
|
@@ -1397,12 +1226,12 @@ ejs-dropdownlist {
|
|
|
1397
1226
|
}
|
|
1398
1227
|
|
|
1399
1228
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1400
|
-
content:
|
|
1401
|
-
font-family:
|
|
1229
|
+
content: "\e966";
|
|
1230
|
+
font-family: "e-icons";
|
|
1402
1231
|
}
|
|
1403
1232
|
|
|
1404
1233
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1405
|
-
content:
|
|
1234
|
+
content: "\e7a7";
|
|
1406
1235
|
cursor: pointer;
|
|
1407
1236
|
left: 8px;
|
|
1408
1237
|
position: relative;
|
|
@@ -1410,7 +1239,7 @@ ejs-dropdownlist {
|
|
|
1410
1239
|
}
|
|
1411
1240
|
|
|
1412
1241
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1413
|
-
content:
|
|
1242
|
+
content: "\e7a7";
|
|
1414
1243
|
cursor: pointer;
|
|
1415
1244
|
left: 10px;
|
|
1416
1245
|
position: relative;
|
|
@@ -1418,7 +1247,7 @@ ejs-dropdownlist {
|
|
|
1418
1247
|
}
|
|
1419
1248
|
|
|
1420
1249
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
1421
|
-
content:
|
|
1250
|
+
content: "";
|
|
1422
1251
|
}
|
|
1423
1252
|
|
|
1424
1253
|
.e-multi-select-wrapper {
|
|
@@ -1433,54 +1262,43 @@ ejs-dropdownlist {
|
|
|
1433
1262
|
user-select: none;
|
|
1434
1263
|
width: 100%;
|
|
1435
1264
|
}
|
|
1436
|
-
|
|
1437
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1438
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1265
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1439
1266
|
height: 27px;
|
|
1440
1267
|
vertical-align: middle;
|
|
1441
1268
|
}
|
|
1442
|
-
|
|
1443
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1444
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1269
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1445
1270
|
height: 100%;
|
|
1446
1271
|
min-height: 100%;
|
|
1447
1272
|
}
|
|
1448
|
-
|
|
1449
1273
|
.e-multi-select-wrapper .e-delim-view {
|
|
1450
1274
|
white-space: nowrap;
|
|
1451
1275
|
}
|
|
1452
|
-
|
|
1453
1276
|
.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 {
|
|
1454
1277
|
box-sizing: border-box;
|
|
1455
1278
|
display: inline-block;
|
|
1456
1279
|
overflow: hidden;
|
|
1457
1280
|
text-overflow: ellipsis;
|
|
1458
1281
|
}
|
|
1459
|
-
|
|
1460
1282
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1461
1283
|
color: #000;
|
|
1462
1284
|
font-size: 10px;
|
|
1463
1285
|
left: 12px;
|
|
1464
1286
|
top: 0;
|
|
1465
1287
|
}
|
|
1466
|
-
|
|
1467
1288
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1468
1289
|
background-color: #bfbfbf;
|
|
1469
1290
|
color: #000;
|
|
1470
1291
|
padding: 9px 0;
|
|
1471
1292
|
}
|
|
1472
|
-
|
|
1473
1293
|
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1474
1294
|
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1475
1295
|
width: 0;
|
|
1476
1296
|
}
|
|
1477
|
-
|
|
1478
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=
|
|
1479
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1297
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1298
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1480
1299
|
height: 1px;
|
|
1481
1300
|
min-height: 1px;
|
|
1482
1301
|
}
|
|
1483
|
-
|
|
1484
1302
|
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1485
1303
|
max-width: 100%;
|
|
1486
1304
|
}
|
|
@@ -1492,19 +1310,16 @@ ejs-dropdownlist {
|
|
|
1492
1310
|
float: left;
|
|
1493
1311
|
width: auto;
|
|
1494
1312
|
}
|
|
1495
|
-
|
|
1496
1313
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1497
1314
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1498
1315
|
display: -ms-inline-flexbox;
|
|
1499
1316
|
display: inline-flex;
|
|
1500
1317
|
float: none;
|
|
1501
1318
|
}
|
|
1502
|
-
|
|
1503
1319
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1504
1320
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1505
1321
|
width: 0;
|
|
1506
1322
|
}
|
|
1507
|
-
|
|
1508
1323
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1509
1324
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1510
1325
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
@@ -1513,12 +1328,10 @@ ejs-dropdownlist {
|
|
|
1513
1328
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1514
1329
|
display: none;
|
|
1515
1330
|
}
|
|
1516
|
-
|
|
1517
1331
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1518
1332
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1519
1333
|
padding: 0 48px 0 0;
|
|
1520
1334
|
}
|
|
1521
|
-
|
|
1522
1335
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1523
1336
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1524
1337
|
-ms-flex-align: center;
|
|
@@ -1527,7 +1340,6 @@ ejs-dropdownlist {
|
|
|
1527
1340
|
max-width: 100%;
|
|
1528
1341
|
word-break: break-word;
|
|
1529
1342
|
}
|
|
1530
|
-
|
|
1531
1343
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1532
1344
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1533
1345
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1545,7 +1357,6 @@ ejs-dropdownlist {
|
|
|
1545
1357
|
right: 0;
|
|
1546
1358
|
top: 100%;
|
|
1547
1359
|
}
|
|
1548
|
-
|
|
1549
1360
|
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1550
1361
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1551
1362
|
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
@@ -1553,19 +1364,16 @@ ejs-dropdownlist {
|
|
|
1553
1364
|
display: -ms-flexbox;
|
|
1554
1365
|
display: flex;
|
|
1555
1366
|
}
|
|
1556
|
-
|
|
1557
1367
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1558
1368
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1559
1369
|
margin-right: 0;
|
|
1560
1370
|
margin-top: -2.8em;
|
|
1561
1371
|
right: 0;
|
|
1562
1372
|
}
|
|
1563
|
-
|
|
1564
1373
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
1565
1374
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
1566
1375
|
top: -1px;
|
|
1567
1376
|
}
|
|
1568
|
-
|
|
1569
1377
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1570
1378
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1571
1379
|
font-size: 10px;
|
|
@@ -1577,7 +1385,6 @@ ejs-dropdownlist {
|
|
|
1577
1385
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
1578
1386
|
float: right;
|
|
1579
1387
|
}
|
|
1580
|
-
|
|
1581
1388
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
1582
1389
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
1583
1390
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1585,7 +1392,6 @@ ejs-dropdownlist {
|
|
|
1585
1392
|
left: 0;
|
|
1586
1393
|
right: auto;
|
|
1587
1394
|
}
|
|
1588
|
-
|
|
1589
1395
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
1590
1396
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
1591
1397
|
padding: 0 0 0 48px;
|
|
@@ -1597,7 +1403,7 @@ ejs-dropdownlist {
|
|
|
1597
1403
|
|
|
1598
1404
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1599
1405
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1600
|
-
opacity: .7;
|
|
1406
|
+
opacity: 0.7;
|
|
1601
1407
|
pointer-events: none;
|
|
1602
1408
|
}
|
|
1603
1409
|
|
|
@@ -1680,7 +1486,7 @@ ejs-dropdownlist {
|
|
|
1680
1486
|
display: -ms-flexbox;
|
|
1681
1487
|
display: flex;
|
|
1682
1488
|
float: right;
|
|
1683
|
-
font-family:
|
|
1489
|
+
font-family: "e-icons";
|
|
1684
1490
|
height: 26px;
|
|
1685
1491
|
margin: 0;
|
|
1686
1492
|
width: 26px;
|
|
@@ -1731,7 +1537,7 @@ ejs-dropdownlist {
|
|
|
1731
1537
|
margin-top: -3.5em;
|
|
1732
1538
|
}
|
|
1733
1539
|
|
|
1734
|
-
.e-multi-select-wrapper input[type=
|
|
1540
|
+
.e-multi-select-wrapper input[type=text] {
|
|
1735
1541
|
background: none;
|
|
1736
1542
|
border: 0;
|
|
1737
1543
|
font-family: inherit;
|
|
@@ -1744,7 +1550,7 @@ ejs-dropdownlist {
|
|
|
1744
1550
|
text-indent: 10px;
|
|
1745
1551
|
}
|
|
1746
1552
|
|
|
1747
|
-
.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1553
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1748
1554
|
background: none;
|
|
1749
1555
|
border: 0;
|
|
1750
1556
|
color: inherit;
|
|
@@ -1758,22 +1564,22 @@ ejs-dropdownlist {
|
|
|
1758
1564
|
text-indent: 10px;
|
|
1759
1565
|
}
|
|
1760
1566
|
|
|
1761
|
-
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1567
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1762
1568
|
padding: 5px;
|
|
1763
1569
|
}
|
|
1764
1570
|
|
|
1765
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1766
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=
|
|
1571
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1572
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1767
1573
|
height: 28px;
|
|
1768
1574
|
min-height: 28px;
|
|
1769
1575
|
}
|
|
1770
1576
|
|
|
1771
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1577
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1772
1578
|
height: 38px;
|
|
1773
1579
|
min-height: 38px;
|
|
1774
1580
|
}
|
|
1775
1581
|
|
|
1776
|
-
.e-multi-select-wrapper input[type=
|
|
1582
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1777
1583
|
display: none;
|
|
1778
1584
|
}
|
|
1779
1585
|
|
|
@@ -1858,7 +1664,7 @@ ejs-dropdownlist {
|
|
|
1858
1664
|
}
|
|
1859
1665
|
|
|
1860
1666
|
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
1861
|
-
content:
|
|
1667
|
+
content: "";
|
|
1862
1668
|
}
|
|
1863
1669
|
|
|
1864
1670
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
@@ -1868,68 +1674,53 @@ ejs-dropdownlist {
|
|
|
1868
1674
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
1869
1675
|
padding-left: 0;
|
|
1870
1676
|
}
|
|
1871
|
-
|
|
1872
1677
|
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
1873
1678
|
padding: 0 2px 0 32px;
|
|
1874
1679
|
}
|
|
1875
|
-
|
|
1876
1680
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1877
1681
|
left: -12px;
|
|
1878
1682
|
}
|
|
1879
|
-
|
|
1880
1683
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
1881
1684
|
margin: 0;
|
|
1882
1685
|
margin-right: auto;
|
|
1883
1686
|
}
|
|
1884
|
-
|
|
1885
1687
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
1886
1688
|
float: right;
|
|
1887
1689
|
}
|
|
1888
|
-
|
|
1889
1690
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
1890
1691
|
float: right;
|
|
1891
1692
|
margin: 2px 0 2px 2px;
|
|
1892
1693
|
padding: 0 8px 0 0;
|
|
1893
1694
|
}
|
|
1894
|
-
|
|
1895
1695
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
1896
1696
|
padding: 3px 0 3px 8px;
|
|
1897
1697
|
}
|
|
1898
|
-
|
|
1899
1698
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
1900
1699
|
float: left;
|
|
1901
1700
|
}
|
|
1902
|
-
|
|
1903
1701
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1904
1702
|
left: -9px;
|
|
1905
1703
|
}
|
|
1906
|
-
|
|
1907
1704
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1908
1705
|
padding: 0 4px 0 4px;
|
|
1909
1706
|
}
|
|
1910
|
-
|
|
1911
1707
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
1912
1708
|
padding: 5px 8px 6px 0;
|
|
1913
1709
|
}
|
|
1914
|
-
|
|
1915
1710
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1916
1711
|
padding: 0 4px 0 0;
|
|
1917
1712
|
}
|
|
1918
|
-
|
|
1919
1713
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1920
1714
|
padding: 9px 4px;
|
|
1921
1715
|
}
|
|
1922
|
-
|
|
1923
1716
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1924
1717
|
left: 27px;
|
|
1925
1718
|
position: absolute;
|
|
1926
1719
|
right: auto;
|
|
1927
1720
|
}
|
|
1928
|
-
|
|
1929
1721
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
1930
1722
|
left: -4px;
|
|
1931
1723
|
}
|
|
1932
|
-
|
|
1933
1724
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1934
1725
|
padding-right: 16px;
|
|
1935
1726
|
}
|
|
@@ -2106,15 +1897,15 @@ ejs-dropdownlist {
|
|
|
2106
1897
|
|
|
2107
1898
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
2108
1899
|
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
2109
|
-
opacity: .3;
|
|
1900
|
+
opacity: 0.3;
|
|
2110
1901
|
}
|
|
2111
1902
|
|
|
2112
1903
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
2113
1904
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
2114
|
-
opacity: .7;
|
|
1905
|
+
opacity: 0.7;
|
|
2115
1906
|
}
|
|
2116
1907
|
|
|
2117
|
-
.e-multi-select-wrapper input[readonly=
|
|
1908
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
2118
1909
|
pointer-events: none;
|
|
2119
1910
|
}
|
|
2120
1911
|
|
|
@@ -2140,7 +1931,7 @@ ejs-multiselect {
|
|
|
2140
1931
|
min-height: 24px;
|
|
2141
1932
|
}
|
|
2142
1933
|
|
|
2143
|
-
.e-small .e-multi-select-wrapper input[type=
|
|
1934
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2144
1935
|
height: 24px;
|
|
2145
1936
|
min-height: 24px;
|
|
2146
1937
|
}
|
|
@@ -2169,7 +1960,7 @@ ejs-multiselect {
|
|
|
2169
1960
|
min-height: 26px;
|
|
2170
1961
|
}
|
|
2171
1962
|
|
|
2172
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=
|
|
1963
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2173
1964
|
height: 34px;
|
|
2174
1965
|
min-height: 34px;
|
|
2175
1966
|
}
|
|
@@ -2196,7 +1987,7 @@ ejs-multiselect {
|
|
|
2196
1987
|
min-height: 40px;
|
|
2197
1988
|
}
|
|
2198
1989
|
|
|
2199
|
-
.e-multiselect.e-outline .e-multi-select-wrapper input[type=
|
|
1990
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2200
1991
|
color: inherit;
|
|
2201
1992
|
}
|
|
2202
1993
|
|
|
@@ -2250,8 +2041,8 @@ ejs-multiselect {
|
|
|
2250
2041
|
padding: 0;
|
|
2251
2042
|
}
|
|
2252
2043
|
|
|
2253
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2254
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2044
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
2045
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2255
2046
|
padding: 5px 0;
|
|
2256
2047
|
}
|
|
2257
2048
|
|
|
@@ -2635,27 +2426,27 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2635
2426
|
}
|
|
2636
2427
|
|
|
2637
2428
|
.e-listbox-tool .e-moveup::before {
|
|
2638
|
-
content:
|
|
2429
|
+
content: "\e651";
|
|
2639
2430
|
}
|
|
2640
2431
|
|
|
2641
2432
|
.e-listbox-tool .e-movedown::before {
|
|
2642
|
-
content:
|
|
2433
|
+
content: "\e652";
|
|
2643
2434
|
}
|
|
2644
2435
|
|
|
2645
2436
|
.e-listbox-tool .e-moveto::before {
|
|
2646
|
-
content:
|
|
2437
|
+
content: "\e653";
|
|
2647
2438
|
}
|
|
2648
2439
|
|
|
2649
2440
|
.e-listbox-tool .e-movefrom::before {
|
|
2650
|
-
content:
|
|
2441
|
+
content: "\e654";
|
|
2651
2442
|
}
|
|
2652
2443
|
|
|
2653
2444
|
.e-listbox-tool .e-moveallto::before {
|
|
2654
|
-
content:
|
|
2445
|
+
content: "\e655";
|
|
2655
2446
|
}
|
|
2656
2447
|
|
|
2657
2448
|
.e-listbox-tool .e-moveallfrom::before {
|
|
2658
|
-
content:
|
|
2449
|
+
content: "\e656";
|
|
2659
2450
|
}
|
|
2660
2451
|
|
|
2661
2452
|
.e-listbox-wrapper,
|
|
@@ -2670,28 +2461,23 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2670
2461
|
user-select: none;
|
|
2671
2462
|
width: 100%;
|
|
2672
2463
|
}
|
|
2673
|
-
|
|
2674
2464
|
.e-listbox-wrapper *,
|
|
2675
2465
|
.e-listbox-container * {
|
|
2676
2466
|
box-sizing: border-box;
|
|
2677
2467
|
}
|
|
2678
|
-
|
|
2679
2468
|
.e-listbox-wrapper:focus,
|
|
2680
2469
|
.e-listbox-container:focus {
|
|
2681
2470
|
outline: none;
|
|
2682
2471
|
}
|
|
2683
|
-
|
|
2684
2472
|
.e-listbox-wrapper.e-disabled,
|
|
2685
2473
|
.e-listbox-container.e-disabled {
|
|
2686
2474
|
cursor: default;
|
|
2687
2475
|
pointer-events: none;
|
|
2688
2476
|
}
|
|
2689
|
-
|
|
2690
2477
|
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
2691
2478
|
.e-listbox-container:not(.e-list-template) .e-list-nrt {
|
|
2692
2479
|
text-align: center;
|
|
2693
2480
|
}
|
|
2694
|
-
|
|
2695
2481
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2696
2482
|
.e-listbox-wrapper .e-list-nrt,
|
|
2697
2483
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -2703,55 +2489,45 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2703
2489
|
padding: 9px 16px;
|
|
2704
2490
|
position: relative;
|
|
2705
2491
|
}
|
|
2706
|
-
|
|
2707
2492
|
.e-listbox-wrapper.e-filter-list,
|
|
2708
2493
|
.e-listbox-container.e-filter-list {
|
|
2709
2494
|
overflow: inherit;
|
|
2710
2495
|
}
|
|
2711
|
-
|
|
2712
2496
|
.e-listbox-wrapper .e-list-parent,
|
|
2713
2497
|
.e-listbox-container .e-list-parent {
|
|
2714
2498
|
height: 100%;
|
|
2715
2499
|
min-height: 36px;
|
|
2716
2500
|
}
|
|
2717
|
-
|
|
2718
2501
|
.e-listbox-wrapper .e-list-item,
|
|
2719
2502
|
.e-listbox-container .e-list-item {
|
|
2720
2503
|
border-bottom: 0 solid;
|
|
2721
2504
|
outline: none;
|
|
2722
2505
|
}
|
|
2723
|
-
|
|
2724
2506
|
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
2725
2507
|
.e-listbox-container .e-list-item.e-disabled {
|
|
2726
2508
|
pointer-events: none;
|
|
2727
2509
|
}
|
|
2728
|
-
|
|
2729
2510
|
.e-listbox-wrapper .e-disable,
|
|
2730
2511
|
.e-listbox-container .e-disable {
|
|
2731
|
-
opacity: .7;
|
|
2512
|
+
opacity: 0.7;
|
|
2732
2513
|
}
|
|
2733
|
-
|
|
2734
2514
|
.e-listbox-wrapper .e-list-parent,
|
|
2735
2515
|
.e-listbox-container .e-list-parent {
|
|
2736
2516
|
margin: 0;
|
|
2737
2517
|
padding: 0;
|
|
2738
2518
|
}
|
|
2739
|
-
|
|
2740
2519
|
.e-listbox-wrapper .e-list-header .e-text.header,
|
|
2741
2520
|
.e-listbox-container .e-list-header .e-text.header {
|
|
2742
2521
|
display: none;
|
|
2743
2522
|
}
|
|
2744
|
-
|
|
2745
2523
|
.e-listbox-wrapper .e-icon-back,
|
|
2746
2524
|
.e-listbox-container .e-icon-back {
|
|
2747
2525
|
margin-top: 2px;
|
|
2748
2526
|
}
|
|
2749
|
-
|
|
2750
2527
|
.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2751
2528
|
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header {
|
|
2752
2529
|
display: none;
|
|
2753
2530
|
}
|
|
2754
|
-
|
|
2755
2531
|
.e-listbox-wrapper .e-list-header,
|
|
2756
2532
|
.e-listbox-container .e-list-header {
|
|
2757
2533
|
-ms-flex-align: center;
|
|
@@ -2763,24 +2539,20 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2763
2539
|
height: 36px;
|
|
2764
2540
|
padding: 0 16px;
|
|
2765
2541
|
}
|
|
2766
|
-
|
|
2767
2542
|
.e-listbox-wrapper .e-has-header > .e-view,
|
|
2768
2543
|
.e-listbox-container .e-has-header > .e-view {
|
|
2769
2544
|
top: 45px;
|
|
2770
2545
|
}
|
|
2771
|
-
|
|
2772
2546
|
.e-listbox-wrapper .e-but-back,
|
|
2773
2547
|
.e-listbox-container .e-but-back {
|
|
2774
2548
|
cursor: pointer;
|
|
2775
2549
|
padding-right: 20px;
|
|
2776
2550
|
}
|
|
2777
|
-
|
|
2778
2551
|
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
2779
2552
|
.e-listbox-container .e-list-group-item:first-child {
|
|
2780
2553
|
border: 0;
|
|
2781
2554
|
border-bottom: 0 solid transparent;
|
|
2782
2555
|
}
|
|
2783
|
-
|
|
2784
2556
|
.e-listbox-wrapper .e-list-group-item,
|
|
2785
2557
|
.e-listbox-container .e-list-group-item {
|
|
2786
2558
|
border-bottom: 0 solid transparent;
|
|
@@ -2790,7 +2562,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2790
2562
|
line-height: 30px;
|
|
2791
2563
|
padding: 9px 16px;
|
|
2792
2564
|
}
|
|
2793
|
-
|
|
2794
2565
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
2795
2566
|
.e-listbox-container .e-icon-collapsible {
|
|
2796
2567
|
cursor: pointer;
|
|
@@ -2800,50 +2571,41 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2800
2571
|
top: 50%;
|
|
2801
2572
|
transform: translateY(-50%);
|
|
2802
2573
|
}
|
|
2803
|
-
|
|
2804
2574
|
.e-listbox-wrapper .e-text-content,
|
|
2805
2575
|
.e-listbox-container .e-text-content {
|
|
2806
2576
|
height: 100%;
|
|
2807
2577
|
position: relative;
|
|
2808
2578
|
vertical-align: middle;
|
|
2809
2579
|
}
|
|
2810
|
-
|
|
2811
2580
|
.e-listbox-wrapper .e-text-content *,
|
|
2812
2581
|
.e-listbox-container .e-text-content * {
|
|
2813
2582
|
display: inline-block;
|
|
2814
2583
|
vertical-align: middle;
|
|
2815
2584
|
}
|
|
2816
|
-
|
|
2817
2585
|
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
2818
2586
|
.e-listbox-container .e-text-content.e-checkbox .e-list-text {
|
|
2819
2587
|
width: calc(100% - 40px);
|
|
2820
2588
|
}
|
|
2821
|
-
|
|
2822
2589
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
2823
2590
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
2824
2591
|
width: calc(100% - 90px);
|
|
2825
2592
|
}
|
|
2826
|
-
|
|
2827
2593
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
2828
2594
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
2829
2595
|
width: calc(100% - 80px);
|
|
2830
2596
|
}
|
|
2831
|
-
|
|
2832
2597
|
.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,
|
|
2833
2598
|
.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 {
|
|
2834
2599
|
width: calc(100% - 92px);
|
|
2835
2600
|
}
|
|
2836
|
-
|
|
2837
2601
|
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
2838
2602
|
.e-listbox-container .e-checkbox .e-checkbox-left {
|
|
2839
2603
|
margin: -2px 10px 0 0;
|
|
2840
2604
|
}
|
|
2841
|
-
|
|
2842
2605
|
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
2843
2606
|
.e-listbox-container .e-checkbox .e-checkbox-right {
|
|
2844
2607
|
margin: -2px 0 0 10px;
|
|
2845
2608
|
}
|
|
2846
|
-
|
|
2847
2609
|
.e-listbox-wrapper .e-list-text,
|
|
2848
2610
|
.e-listbox-container .e-list-text {
|
|
2849
2611
|
cursor: pointer;
|
|
@@ -2854,58 +2616,48 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2854
2616
|
white-space: nowrap;
|
|
2855
2617
|
width: 100%;
|
|
2856
2618
|
}
|
|
2857
|
-
|
|
2858
2619
|
.e-listbox-wrapper .e-list-icon + .e-list-text,
|
|
2859
2620
|
.e-listbox-container .e-list-icon + .e-list-text {
|
|
2860
2621
|
width: calc(100% - 60px);
|
|
2861
2622
|
}
|
|
2862
|
-
|
|
2863
2623
|
.e-listbox-wrapper .e-icon-wrapper .e-list-text,
|
|
2864
2624
|
.e-listbox-container .e-icon-wrapper .e-list-text {
|
|
2865
2625
|
width: calc(100% - 60px);
|
|
2866
2626
|
}
|
|
2867
|
-
|
|
2868
2627
|
.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2869
2628
|
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
2870
2629
|
width: calc(100% - 60px);
|
|
2871
2630
|
}
|
|
2872
|
-
|
|
2873
2631
|
.e-listbox-wrapper .e-list-icon,
|
|
2874
2632
|
.e-listbox-container .e-list-icon {
|
|
2875
2633
|
height: 30px;
|
|
2876
2634
|
margin-right: 16px;
|
|
2877
2635
|
width: 30px;
|
|
2878
2636
|
}
|
|
2879
|
-
|
|
2880
2637
|
.e-listbox-wrapper .e-content,
|
|
2881
2638
|
.e-listbox-container .e-content {
|
|
2882
2639
|
overflow: hidden;
|
|
2883
2640
|
position: relative;
|
|
2884
2641
|
}
|
|
2885
|
-
|
|
2886
2642
|
.e-listbox-wrapper .e-list-header .e-text,
|
|
2887
2643
|
.e-listbox-container .e-list-header .e-text {
|
|
2888
2644
|
cursor: pointer;
|
|
2889
2645
|
text-indent: 0;
|
|
2890
2646
|
}
|
|
2891
|
-
|
|
2892
2647
|
.e-listbox-wrapper .e-text .e-headertext,
|
|
2893
2648
|
.e-listbox-container .e-text .e-headertext {
|
|
2894
2649
|
display: inline-block;
|
|
2895
2650
|
line-height: 21px;
|
|
2896
2651
|
}
|
|
2897
|
-
|
|
2898
2652
|
.e-listbox-wrapper.e-rtl,
|
|
2899
2653
|
.e-listbox-container.e-rtl {
|
|
2900
2654
|
direction: rtl;
|
|
2901
2655
|
}
|
|
2902
|
-
|
|
2903
2656
|
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
2904
2657
|
.e-listbox-container.e-rtl .e-list-icon {
|
|
2905
2658
|
margin-left: 16px;
|
|
2906
2659
|
margin-right: 0;
|
|
2907
2660
|
}
|
|
2908
|
-
|
|
2909
2661
|
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
2910
2662
|
.e-listbox-container.e-rtl .e-icon-collapsible {
|
|
2911
2663
|
left: 0%;
|
|
@@ -2913,61 +2665,50 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2913
2665
|
top: 50%;
|
|
2914
2666
|
transform: translateY(-50%) rotate(180deg);
|
|
2915
2667
|
}
|
|
2916
|
-
|
|
2917
2668
|
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
2918
2669
|
.e-listbox-container.e-rtl .e-list-header .e-text {
|
|
2919
2670
|
cursor: pointer;
|
|
2920
2671
|
}
|
|
2921
|
-
|
|
2922
2672
|
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
2923
2673
|
.e-listbox-container.e-rtl .e-but-back {
|
|
2924
2674
|
transform: rotate(180deg);
|
|
2925
2675
|
}
|
|
2926
|
-
|
|
2927
2676
|
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
2928
2677
|
.e-listbox-container.e-rtl .e-icon-back {
|
|
2929
2678
|
margin-top: 1px;
|
|
2930
2679
|
}
|
|
2931
|
-
|
|
2932
2680
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
2933
2681
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left {
|
|
2934
2682
|
margin: -2px 0 0 10px;
|
|
2935
2683
|
}
|
|
2936
|
-
|
|
2937
2684
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
2938
2685
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right {
|
|
2939
2686
|
margin: -2px 10px 0 0;
|
|
2940
2687
|
}
|
|
2941
|
-
|
|
2942
2688
|
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
2943
2689
|
.e-listbox-container.e-rtl .e-checkbox-wrapper {
|
|
2944
2690
|
margin: -2px 0 0 10px;
|
|
2945
2691
|
}
|
|
2946
|
-
|
|
2947
2692
|
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
2948
2693
|
.e-listbox-container .e-checkbox-wrapper {
|
|
2949
2694
|
margin: -2px 10px 0 0;
|
|
2950
2695
|
text-indent: 0;
|
|
2951
2696
|
vertical-align: middle;
|
|
2952
2697
|
}
|
|
2953
|
-
|
|
2954
2698
|
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2955
2699
|
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2956
2700
|
position: absolute;
|
|
2957
2701
|
right: 0;
|
|
2958
2702
|
top: 30%;
|
|
2959
2703
|
}
|
|
2960
|
-
|
|
2961
2704
|
.e-listbox-wrapper .e-input-group,
|
|
2962
2705
|
.e-listbox-container .e-input-group {
|
|
2963
2706
|
padding: 4px 8px;
|
|
2964
2707
|
}
|
|
2965
|
-
|
|
2966
2708
|
.e-listbox-wrapper .e-input-focus,
|
|
2967
2709
|
.e-listbox-container .e-input-focus {
|
|
2968
2710
|
padding: 4px 4px 4px 8px;
|
|
2969
2711
|
}
|
|
2970
|
-
|
|
2971
2712
|
.e-listbox-wrapper .e-hidden-select,
|
|
2972
2713
|
.e-listbox-container .e-hidden-select {
|
|
2973
2714
|
height: 1px;
|
|
@@ -2975,7 +2716,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
2975
2716
|
position: absolute;
|
|
2976
2717
|
width: 100%;
|
|
2977
2718
|
}
|
|
2978
|
-
|
|
2979
2719
|
.e-listbox-wrapper .e-placeholder,
|
|
2980
2720
|
.e-listbox-container .e-placeholder {
|
|
2981
2721
|
background-color: #ffd939;
|
|
@@ -2994,7 +2734,6 @@ ejs-listbox {
|
|
|
2994
2734
|
.e-listbox-wrapper.e-filter-list {
|
|
2995
2735
|
overflow: inherit;
|
|
2996
2736
|
}
|
|
2997
|
-
|
|
2998
2737
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2999
2738
|
overflow: auto;
|
|
3000
2739
|
}
|
|
@@ -3004,22 +2743,18 @@ ejs-listbox {
|
|
|
3004
2743
|
border-width: 0;
|
|
3005
2744
|
overflow: visible;
|
|
3006
2745
|
}
|
|
3007
|
-
|
|
3008
2746
|
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
3009
2747
|
.e-listbox-container.e-sortableclone .e-list-item {
|
|
3010
2748
|
list-style-type: none;
|
|
3011
2749
|
}
|
|
3012
|
-
|
|
3013
2750
|
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
3014
2751
|
.e-listbox-container.e-sortableclone .e-ripple {
|
|
3015
2752
|
overflow: visible;
|
|
3016
2753
|
}
|
|
3017
|
-
|
|
3018
2754
|
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
3019
2755
|
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element {
|
|
3020
2756
|
display: none;
|
|
3021
2757
|
}
|
|
3022
|
-
|
|
3023
2758
|
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
3024
2759
|
.e-listbox-container.e-sortableclone .e-list-badge {
|
|
3025
2760
|
-ms-flex-align: center;
|
|
@@ -3046,41 +2781,34 @@ ejs-listbox {
|
|
|
3046
2781
|
display: -ms-flexbox;
|
|
3047
2782
|
display: flex;
|
|
3048
2783
|
}
|
|
3049
|
-
|
|
3050
2784
|
.e-listboxtool-wrapper *,
|
|
3051
2785
|
.e-listboxtool-container * {
|
|
3052
2786
|
box-sizing: border-box;
|
|
3053
2787
|
}
|
|
3054
|
-
|
|
3055
2788
|
.e-listboxtool-wrapper.e-disabled,
|
|
3056
2789
|
.e-listboxtool-container.e-disabled {
|
|
3057
2790
|
cursor: default;
|
|
3058
2791
|
pointer-events: none;
|
|
3059
2792
|
}
|
|
3060
|
-
|
|
3061
2793
|
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
3062
2794
|
.e-listboxtool-container .e-listbox-wrapper {
|
|
3063
2795
|
-ms-flex: 1;
|
|
3064
2796
|
flex: 1;
|
|
3065
2797
|
}
|
|
3066
|
-
|
|
3067
2798
|
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
3068
2799
|
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3069
2800
|
margin-left: 15px;
|
|
3070
2801
|
}
|
|
3071
|
-
|
|
3072
2802
|
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3073
2803
|
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3074
2804
|
margin-right: 15px;
|
|
3075
2805
|
}
|
|
3076
|
-
|
|
3077
2806
|
.e-listboxtool-wrapper .e-listbox-tool,
|
|
3078
2807
|
.e-listboxtool-container .e-listbox-tool {
|
|
3079
2808
|
border: 1px solid #969696;
|
|
3080
2809
|
overflow: auto;
|
|
3081
2810
|
padding: 8px;
|
|
3082
2811
|
}
|
|
3083
|
-
|
|
3084
2812
|
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
3085
2813
|
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
3086
2814
|
display: list-item;
|
|
@@ -3092,7 +2820,6 @@ ejs-listbox {
|
|
|
3092
2820
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
3093
2821
|
margin-right: 15px;
|
|
3094
2822
|
}
|
|
3095
|
-
|
|
3096
2823
|
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
3097
2824
|
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
3098
2825
|
margin-left: 15px;
|
|
@@ -3107,7 +2834,6 @@ ejs-listbox {
|
|
|
3107
2834
|
border-right: 2px solid transparent;
|
|
3108
2835
|
border-top: 2px solid transparent;
|
|
3109
2836
|
}
|
|
3110
|
-
|
|
3111
2837
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3112
2838
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3113
2839
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
@@ -3126,7 +2852,6 @@ ejs-listbox {
|
|
|
3126
2852
|
.e-listbox-container.e-bigger .e-list-header {
|
|
3127
2853
|
padding: 12px 16px;
|
|
3128
2854
|
}
|
|
3129
|
-
|
|
3130
2855
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
3131
2856
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
3132
2857
|
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
@@ -3139,21 +2864,18 @@ ejs-listbox {
|
|
|
3139
2864
|
line-height: 1.6;
|
|
3140
2865
|
position: relative;
|
|
3141
2866
|
}
|
|
3142
|
-
|
|
3143
2867
|
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
3144
2868
|
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
3145
2869
|
.e-bigger .e-listbox-container .e-list-parent,
|
|
3146
2870
|
.e-listbox-container.e-bigger .e-list-parent {
|
|
3147
2871
|
min-height: 45px;
|
|
3148
2872
|
}
|
|
3149
|
-
|
|
3150
2873
|
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3151
2874
|
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3152
2875
|
.e-bigger .e-listbox-container .e-text-content,
|
|
3153
2876
|
.e-listbox-container.e-bigger .e-text-content {
|
|
3154
2877
|
font-size: 15px;
|
|
3155
2878
|
}
|
|
3156
|
-
|
|
3157
2879
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3158
2880
|
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3159
2881
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
@@ -3161,7 +2883,6 @@ ejs-listbox {
|
|
|
3161
2883
|
height: 45px;
|
|
3162
2884
|
line-height: 45px;
|
|
3163
2885
|
}
|
|
3164
|
-
|
|
3165
2886
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3166
2887
|
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3167
2888
|
.e-bigger .e-listbox-container .e-list-header,
|
|
@@ -3173,28 +2894,24 @@ ejs-listbox {
|
|
|
3173
2894
|
font-weight: 600;
|
|
3174
2895
|
height: 45px;
|
|
3175
2896
|
}
|
|
3176
|
-
|
|
3177
2897
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3178
2898
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3179
2899
|
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3180
2900
|
.e-listbox-container.e-bigger .e-list-header .e-text.header {
|
|
3181
2901
|
display: none;
|
|
3182
2902
|
}
|
|
3183
|
-
|
|
3184
2903
|
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3185
2904
|
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3186
2905
|
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3187
2906
|
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3188
2907
|
display: none;
|
|
3189
2908
|
}
|
|
3190
|
-
|
|
3191
2909
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3192
2910
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3193
2911
|
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3194
2912
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3195
2913
|
font-size: 15px;
|
|
3196
2914
|
}
|
|
3197
|
-
|
|
3198
2915
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3199
2916
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3200
2917
|
height: calc(100% - 45px);
|
|
@@ -3221,7 +2938,6 @@ ejs-listbox {
|
|
|
3221
2938
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3222
2939
|
font-size: 13px;
|
|
3223
2940
|
}
|
|
3224
|
-
|
|
3225
2941
|
.e-listbox-wrapper .e-list-header,
|
|
3226
2942
|
.e-listbox-container .e-list-header {
|
|
3227
2943
|
background-color: #000;
|
|
@@ -3250,8 +2966,7 @@ ejs-listbox {
|
|
|
3250
2966
|
color: #fff;
|
|
3251
2967
|
}
|
|
3252
2968
|
|
|
3253
|
-
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3254
|
-
.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
2969
|
+
.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),
|
|
3255
2970
|
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3256
2971
|
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3257
2972
|
background-color: #685708;
|
|
@@ -3271,16 +2986,14 @@ ejs-listbox {
|
|
|
3271
2986
|
color: #fff;
|
|
3272
2987
|
}
|
|
3273
2988
|
|
|
3274
|
-
.e-listbox-wrapper .e-list-item.e-focused,
|
|
3275
|
-
.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2989
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3276
2990
|
.e-listbox-container .e-list-item.e-focused,
|
|
3277
2991
|
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist {
|
|
3278
2992
|
background-color: #ffd939;
|
|
3279
2993
|
color: #000;
|
|
3280
2994
|
}
|
|
3281
2995
|
|
|
3282
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3283
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2996
|
+
.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,
|
|
3284
2997
|
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3285
2998
|
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3286
2999
|
background-color: #000;
|
|
@@ -3313,17 +3026,14 @@ ejs-listbox {
|
|
|
3313
3026
|
height: inherit;
|
|
3314
3027
|
position: relative;
|
|
3315
3028
|
}
|
|
3316
|
-
|
|
3317
3029
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3318
3030
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3319
3031
|
padding: 0.6153em 0.923em;
|
|
3320
3032
|
}
|
|
3321
|
-
|
|
3322
3033
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3323
3034
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3324
3035
|
padding: 0.6153em 0.923em;
|
|
3325
3036
|
}
|
|
3326
|
-
|
|
3327
3037
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3328
3038
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3329
3039
|
color: #fff;
|
|
@@ -3336,7 +3046,6 @@ ejs-listbox {
|
|
|
3336
3046
|
text-overflow: ellipsis;
|
|
3337
3047
|
white-space: nowrap;
|
|
3338
3048
|
}
|
|
3339
|
-
|
|
3340
3049
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3341
3050
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3342
3051
|
color: #fff;
|
|
@@ -3346,14 +3055,12 @@ ejs-listbox {
|
|
|
3346
3055
|
padding: 0.093em 0;
|
|
3347
3056
|
word-wrap: break-word;
|
|
3348
3057
|
}
|
|
3349
|
-
|
|
3350
3058
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3351
3059
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3352
3060
|
overflow: hidden;
|
|
3353
3061
|
text-overflow: ellipsis;
|
|
3354
3062
|
white-space: nowrap;
|
|
3355
3063
|
}
|
|
3356
|
-
|
|
3357
3064
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3358
3065
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3359
3066
|
height: 3.0769em;
|
|
@@ -3362,19 +3069,16 @@ ejs-listbox {
|
|
|
3362
3069
|
top: 0.6153em;
|
|
3363
3070
|
width: 3.0769em;
|
|
3364
3071
|
}
|
|
3365
|
-
|
|
3366
3072
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3367
3073
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3368
3074
|
padding-left: 4.923em;
|
|
3369
3075
|
padding-right: 0.923em;
|
|
3370
3076
|
}
|
|
3371
|
-
|
|
3372
3077
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3373
3078
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3374
3079
|
padding-left: 0.923em;
|
|
3375
3080
|
padding-right: 4.923em;
|
|
3376
3081
|
}
|
|
3377
|
-
|
|
3378
3082
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3379
3083
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3380
3084
|
height: 3.0769em;
|
|
@@ -3383,17 +3087,14 @@ ejs-listbox {
|
|
|
3383
3087
|
top: 0.6153em;
|
|
3384
3088
|
width: 3.0769em;
|
|
3385
3089
|
}
|
|
3386
|
-
|
|
3387
3090
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3388
3091
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
|
|
3389
3092
|
top: 0.6153em;
|
|
3390
3093
|
}
|
|
3391
|
-
|
|
3392
3094
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3393
3095
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3394
3096
|
top: 0.6153em;
|
|
3395
3097
|
}
|
|
3396
|
-
|
|
3397
3098
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3398
3099
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3399
3100
|
font-size: 13px;
|
|
@@ -3406,19 +3107,16 @@ ejs-listbox {
|
|
|
3406
3107
|
transform: translateY(-50%);
|
|
3407
3108
|
width: 1.5384em;
|
|
3408
3109
|
}
|
|
3409
|
-
|
|
3410
3110
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3411
3111
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3412
3112
|
padding-left: 4.923em;
|
|
3413
3113
|
padding-right: 3.3846em;
|
|
3414
3114
|
}
|
|
3415
|
-
|
|
3416
3115
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3417
3116
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3418
3117
|
padding-left: 0.923em;
|
|
3419
3118
|
padding-right: 3.3846em;
|
|
3420
3119
|
}
|
|
3421
|
-
|
|
3422
3120
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3423
3121
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3424
3122
|
display: block;
|
|
@@ -3428,65 +3126,54 @@ ejs-listbox {
|
|
|
3428
3126
|
text-overflow: ellipsis;
|
|
3429
3127
|
white-space: nowrap;
|
|
3430
3128
|
}
|
|
3431
|
-
|
|
3432
3129
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3433
3130
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
|
|
3434
3131
|
color: #fff;
|
|
3435
3132
|
}
|
|
3436
|
-
|
|
3437
3133
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3438
3134
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3439
3135
|
color: #fff;
|
|
3440
3136
|
}
|
|
3441
|
-
|
|
3442
3137
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3443
3138
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header {
|
|
3444
3139
|
color: #000;
|
|
3445
3140
|
}
|
|
3446
|
-
|
|
3447
3141
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3448
3142
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3449
3143
|
color: #000;
|
|
3450
3144
|
}
|
|
3451
|
-
|
|
3452
3145
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3453
3146
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3454
3147
|
left: inherit;
|
|
3455
3148
|
right: 0.923em;
|
|
3456
3149
|
}
|
|
3457
|
-
|
|
3458
3150
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3459
3151
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3460
3152
|
padding-left: 0.923em;
|
|
3461
3153
|
padding-right: 4.923em;
|
|
3462
3154
|
}
|
|
3463
|
-
|
|
3464
3155
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3465
3156
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3466
3157
|
padding-left: 4.923em;
|
|
3467
3158
|
padding-right: 0.923em;
|
|
3468
3159
|
}
|
|
3469
|
-
|
|
3470
3160
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3471
3161
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3472
3162
|
left: 0.923em;
|
|
3473
3163
|
right: inherit;
|
|
3474
3164
|
}
|
|
3475
|
-
|
|
3476
3165
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3477
3166
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3478
3167
|
left: 0.923em;
|
|
3479
3168
|
right: inherit;
|
|
3480
3169
|
}
|
|
3481
|
-
|
|
3482
3170
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3483
3171
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3484
3172
|
padding-left: 3.3846em;
|
|
3485
3173
|
padding-right: 4.923em;
|
|
3486
3174
|
}
|
|
3487
|
-
|
|
3488
3175
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3489
3176
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3490
3177
|
padding-left: 3.3846em;
|
|
3491
3178
|
padding-right: 0.923em;
|
|
3492
|
-
}
|
|
3179
|
+
}
|