@syncfusion/ej2-dropdowns 20.1.52 → 20.1.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +27 -10
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +27 -10
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/drop-down-base/drop-down-base.js +1 -1
- package/src/drop-down-list/drop-down-list.js +10 -2
- package/src/drop-down-tree/drop-down-tree.js +9 -7
- package/src/list-box/list-box.js +7 -0
- package/styles/auto-complete/bootstrap-dark.css +5 -14
- package/styles/auto-complete/bootstrap.css +5 -14
- package/styles/auto-complete/bootstrap4.css +5 -13
- package/styles/auto-complete/bootstrap5-dark.css +5 -13
- package/styles/auto-complete/bootstrap5.css +5 -13
- package/styles/auto-complete/fabric-dark.css +5 -12
- package/styles/auto-complete/fabric.css +5 -12
- package/styles/auto-complete/fluent-dark.css +4 -11
- package/styles/auto-complete/fluent.css +4 -11
- package/styles/auto-complete/highcontrast-light.css +3 -23
- package/styles/auto-complete/highcontrast.css +3 -23
- package/styles/auto-complete/material-dark.css +1 -1
- package/styles/auto-complete/material.css +1 -1
- package/styles/auto-complete/tailwind-dark.css +1 -1
- package/styles/auto-complete/tailwind.css +1 -1
- package/styles/bootstrap-dark.css +62 -337
- package/styles/bootstrap.css +62 -337
- package/styles/bootstrap4.css +62 -343
- package/styles/bootstrap5-dark.css +63 -343
- package/styles/bootstrap5.css +63 -343
- package/styles/combo-box/bootstrap-dark.css +5 -14
- package/styles/combo-box/bootstrap.css +5 -14
- package/styles/combo-box/bootstrap4.css +5 -13
- package/styles/combo-box/bootstrap5-dark.css +5 -13
- package/styles/combo-box/bootstrap5.css +5 -13
- package/styles/combo-box/fabric-dark.css +5 -12
- package/styles/combo-box/fabric.css +5 -12
- package/styles/combo-box/fluent-dark.css +4 -11
- package/styles/combo-box/fluent.css +4 -11
- package/styles/combo-box/highcontrast-light.css +3 -23
- package/styles/combo-box/highcontrast.css +3 -23
- package/styles/combo-box/material-dark.css +1 -1
- package/styles/combo-box/material.css +1 -1
- package/styles/combo-box/tailwind-dark.css +1 -1
- package/styles/combo-box/tailwind.css +1 -1
- package/styles/drop-down-base/bootstrap-dark.css +8 -22
- package/styles/drop-down-base/bootstrap.css +8 -22
- package/styles/drop-down-base/bootstrap4.css +8 -22
- package/styles/drop-down-base/bootstrap5-dark.css +8 -22
- package/styles/drop-down-base/bootstrap5.css +8 -22
- package/styles/drop-down-base/fabric-dark.css +8 -22
- package/styles/drop-down-base/fabric.css +8 -22
- package/styles/drop-down-base/fluent-dark.css +8 -22
- package/styles/drop-down-base/fluent.css +8 -22
- package/styles/drop-down-base/highcontrast-light.css +8 -27
- package/styles/drop-down-base/highcontrast.css +8 -27
- package/styles/drop-down-base/material-dark.css +8 -22
- package/styles/drop-down-base/material.css +8 -22
- package/styles/drop-down-base/tailwind-dark.css +12 -34
- package/styles/drop-down-base/tailwind.css +12 -34
- package/styles/drop-down-list/bootstrap-dark.css +15 -44
- package/styles/drop-down-list/bootstrap.css +15 -44
- package/styles/drop-down-list/bootstrap4.css +14 -38
- package/styles/drop-down-list/bootstrap5-dark.css +14 -38
- package/styles/drop-down-list/bootstrap5.css +14 -38
- package/styles/drop-down-list/fabric-dark.css +15 -42
- package/styles/drop-down-list/fabric.css +15 -42
- package/styles/drop-down-list/fluent-dark.css +13 -36
- package/styles/drop-down-list/fluent.css +13 -36
- package/styles/drop-down-list/highcontrast-light.css +13 -58
- package/styles/drop-down-list/highcontrast.css +13 -58
- package/styles/drop-down-list/material-dark.css +11 -32
- package/styles/drop-down-list/material.css +11 -33
- package/styles/drop-down-list/tailwind-dark.css +10 -24
- package/styles/drop-down-list/tailwind.css +10 -24
- package/styles/drop-down-tree/bootstrap-dark.css +4 -92
- package/styles/drop-down-tree/bootstrap.css +4 -92
- package/styles/drop-down-tree/bootstrap4.css +5 -99
- package/styles/drop-down-tree/bootstrap5-dark.css +5 -103
- package/styles/drop-down-tree/bootstrap5.css +5 -103
- package/styles/drop-down-tree/fabric-dark.css +4 -92
- package/styles/drop-down-tree/fabric.css +4 -92
- package/styles/drop-down-tree/fluent-dark.css +5 -105
- package/styles/drop-down-tree/fluent.css +5 -105
- package/styles/drop-down-tree/highcontrast-light.css +4 -97
- package/styles/drop-down-tree/highcontrast.css +4 -98
- package/styles/drop-down-tree/material-dark.css +11 -182
- package/styles/drop-down-tree/material.css +11 -184
- package/styles/drop-down-tree/tailwind-dark.css +4 -107
- package/styles/drop-down-tree/tailwind.css +4 -107
- package/styles/fabric-dark.css +62 -335
- package/styles/fabric.css +62 -335
- package/styles/fluent-dark.css +62 -342
- package/styles/fluent.css +62 -342
- package/styles/highcontrast-light.css +63 -375
- package/styles/highcontrast.css +63 -376
- package/styles/list-box/bootstrap-dark.css +11 -115
- package/styles/list-box/bootstrap.css +11 -115
- package/styles/list-box/bootstrap4.css +11 -120
- package/styles/list-box/bootstrap5-dark.css +11 -115
- package/styles/list-box/bootstrap5.css +11 -115
- package/styles/list-box/fabric-dark.css +11 -115
- package/styles/list-box/fabric.css +11 -115
- package/styles/list-box/fluent-dark.css +11 -115
- package/styles/list-box/fluent.css +11 -115
- package/styles/list-box/highcontrast-light.css +11 -120
- package/styles/list-box/highcontrast.css +11 -120
- package/styles/list-box/material-dark.css +11 -115
- package/styles/list-box/material.css +11 -115
- package/styles/list-box/tailwind-dark.css +12 -118
- package/styles/list-box/tailwind.css +12 -118
- package/styles/material-dark.css +103 -462
- package/styles/material.css +103 -466
- package/styles/multi-select/bootstrap-dark.css +28 -68
- package/styles/multi-select/bootstrap.css +28 -68
- package/styles/multi-select/bootstrap4.css +28 -68
- package/styles/multi-select/bootstrap5-dark.css +29 -69
- package/styles/multi-select/bootstrap5.css +29 -69
- package/styles/multi-select/fabric-dark.css +28 -68
- package/styles/multi-select/fabric.css +28 -68
- package/styles/multi-select/fluent-dark.css +29 -68
- package/styles/multi-select/fluent.css +29 -68
- package/styles/multi-select/highcontrast-light.css +31 -97
- package/styles/multi-select/highcontrast.css +31 -97
- package/styles/multi-select/material-dark.css +66 -115
- package/styles/multi-select/material.css +66 -116
- package/styles/multi-select/tailwind-dark.css +29 -69
- package/styles/multi-select/tailwind.css +29 -69
- package/styles/tailwind-dark.css +63 -348
- package/styles/tailwind.css +63 -348
package/styles/fabric-dark.css
CHANGED
|
@@ -15,15 +15,13 @@
|
|
|
15
15
|
.e-dropdownbase.e-bigger {
|
|
16
16
|
min-height: 45px;
|
|
17
17
|
}
|
|
18
|
-
|
|
19
18
|
.e-bigger .e-dropdownbase .e-list-item,
|
|
20
19
|
.e-dropdownbase.e-bigger .e-list-item {
|
|
21
20
|
line-height: 48px;
|
|
22
21
|
text-indent: 10px;
|
|
23
22
|
}
|
|
24
23
|
|
|
25
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
26
|
-
.e-bigger .e-dropdownbase .e-fixed-head,
|
|
24
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
|
|
27
25
|
.e-dropdownbase.e-bigger .e-list-group-item,
|
|
28
26
|
.e-dropdownbase.e-bigger .e-fixed-head {
|
|
29
27
|
line-height: 48px;
|
|
@@ -42,14 +40,12 @@
|
|
|
42
40
|
position: relative;
|
|
43
41
|
width: 100%;
|
|
44
42
|
}
|
|
45
|
-
|
|
46
43
|
.e-dropdownbase .e-list-parent {
|
|
47
44
|
margin: 0;
|
|
48
45
|
padding: 0;
|
|
49
46
|
}
|
|
50
47
|
|
|
51
|
-
.e-dropdownbase .e-list-group-item,
|
|
52
|
-
.e-dropdownbase .e-fixed-head {
|
|
48
|
+
.e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
|
|
53
49
|
cursor: default;
|
|
54
50
|
}
|
|
55
51
|
|
|
@@ -72,7 +68,6 @@
|
|
|
72
68
|
position: absolute;
|
|
73
69
|
top: 0;
|
|
74
70
|
}
|
|
75
|
-
|
|
76
71
|
.e-rtl .e-dropdownbase .e-fixed-head {
|
|
77
72
|
left: 33px;
|
|
78
73
|
}
|
|
@@ -135,14 +130,12 @@
|
|
|
135
130
|
padding-left: 16px;
|
|
136
131
|
padding-right: 0;
|
|
137
132
|
}
|
|
138
|
-
|
|
139
133
|
.e-small.e-rtl .e-dropdownbase .e-list-item,
|
|
140
134
|
.e-small .e-rtl .e-dropdownbase .e-list-item,
|
|
141
135
|
.e-rtl .e-small .e-dropdownbase .e-list-item {
|
|
142
136
|
padding-left: 16px;
|
|
143
137
|
padding-right: 0;
|
|
144
138
|
}
|
|
145
|
-
|
|
146
139
|
.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
|
|
147
140
|
.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
|
|
148
141
|
.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
|
|
@@ -151,11 +144,9 @@
|
|
|
151
144
|
padding-left: 16px;
|
|
152
145
|
padding-right: 0;
|
|
153
146
|
}
|
|
154
|
-
|
|
155
147
|
.e-dropdownbase {
|
|
156
148
|
border-color: #414040;
|
|
157
149
|
}
|
|
158
|
-
|
|
159
150
|
.e-dropdownbase .e-list-item {
|
|
160
151
|
-webkit-tap-highlight-color: transparent;
|
|
161
152
|
background-color: #282727;
|
|
@@ -184,8 +175,7 @@
|
|
|
184
175
|
padding-right: 16px;
|
|
185
176
|
}
|
|
186
177
|
|
|
187
|
-
.e-dropdownbase .e-list-item.e-active,
|
|
188
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
178
|
+
.e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
|
|
189
179
|
background-color: #514f4f;
|
|
190
180
|
border-color: #514f4f;
|
|
191
181
|
color: #dadada;
|
|
@@ -205,8 +195,7 @@
|
|
|
205
195
|
background-color: #414040;
|
|
206
196
|
}
|
|
207
197
|
|
|
208
|
-
.e-bigger .e-dropdownbase .e-list-group-item,
|
|
209
|
-
.e-bigger .e-dropdownbase .e-fixed-head {
|
|
198
|
+
.e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
|
|
210
199
|
font-size: 14px;
|
|
211
200
|
padding-left: 10px;
|
|
212
201
|
}
|
|
@@ -276,8 +265,7 @@
|
|
|
276
265
|
text-indent: 10px;
|
|
277
266
|
}
|
|
278
267
|
|
|
279
|
-
.e-small .e-dropdownbase .e-list-group-item,
|
|
280
|
-
.e-small .e-dropdownbase .e-fixed-head,
|
|
268
|
+
.e-small .e-dropdownbase .e-list-group-item, .e-small .e-dropdownbase .e-fixed-head,
|
|
281
269
|
.e-dropdownbase.e-small .e-list-group-item,
|
|
282
270
|
.e-dropdownbase.e-small .e-fixed-head {
|
|
283
271
|
font-size: 14px;
|
|
@@ -299,8 +287,7 @@
|
|
|
299
287
|
text-indent: 16px;
|
|
300
288
|
}
|
|
301
289
|
|
|
302
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
303
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
290
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
304
291
|
.e-dropdownbase.e-small.e-bigger .e-list-group-item,
|
|
305
292
|
.e-dropdownbase.e-small.e-bigger .e-fixed-head {
|
|
306
293
|
line-height: 40px;
|
|
@@ -313,8 +300,7 @@
|
|
|
313
300
|
font-size: 18px;
|
|
314
301
|
}
|
|
315
302
|
|
|
316
|
-
.e-bigger.e-small .e-dropdownbase .e-list-group-item,
|
|
317
|
-
.e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
303
|
+
.e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
|
|
318
304
|
.e-dropdownbase.e-bigger.e-small .e-list-group-item,
|
|
319
305
|
.e-dropdownbase.e-bigger.e-small .e-fixed-head {
|
|
320
306
|
font-size: 14px;
|
|
@@ -356,7 +342,6 @@
|
|
|
356
342
|
transform: rotate(360deg);
|
|
357
343
|
}
|
|
358
344
|
}
|
|
359
|
-
|
|
360
345
|
@keyframes fabric-spinner-rotate {
|
|
361
346
|
0% {
|
|
362
347
|
transform: rotate(0);
|
|
@@ -365,13 +350,11 @@
|
|
|
365
350
|
transform: rotate(360deg);
|
|
366
351
|
}
|
|
367
352
|
}
|
|
368
|
-
|
|
369
353
|
.e-ddl.e-popup {
|
|
370
354
|
border: 0;
|
|
371
355
|
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
372
356
|
margin-top: 1px;
|
|
373
357
|
}
|
|
374
|
-
|
|
375
358
|
.e-ddl.e-popup .e-input-group input {
|
|
376
359
|
line-height: 15px;
|
|
377
360
|
}
|
|
@@ -395,9 +378,7 @@
|
|
|
395
378
|
min-height: 26px;
|
|
396
379
|
}
|
|
397
380
|
|
|
398
|
-
.e-bigger .e-ddl.e-popup .e-list-item,
|
|
399
|
-
.e-bigger .e-ddl.e-popup .e-list-group-item,
|
|
400
|
-
.e-bigger .e-ddl.e-popup .e-fixed-head {
|
|
381
|
+
.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 {
|
|
401
382
|
font-size: 15px;
|
|
402
383
|
line-height: 45px;
|
|
403
384
|
padding-left: 0;
|
|
@@ -412,8 +393,7 @@
|
|
|
412
393
|
padding: 4px 0;
|
|
413
394
|
}
|
|
414
395
|
|
|
415
|
-
.e-bigger .e-ddl.e-popup .e-input-group input,
|
|
416
|
-
.e-bigger .e-ddl.e-popup .e-input-group input.e-input {
|
|
396
|
+
.e-bigger .e-ddl.e-popup .e-input-group input, .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
|
|
417
397
|
height: 38px;
|
|
418
398
|
}
|
|
419
399
|
|
|
@@ -425,9 +405,7 @@
|
|
|
425
405
|
color: #fff;
|
|
426
406
|
}
|
|
427
407
|
|
|
428
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
429
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
430
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head,
|
|
408
|
+
.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,
|
|
431
409
|
.e-ddl.e-popup .e-bigger.e-small .e-list-item,
|
|
432
410
|
.e-ddl.e-popup .e-bigger.e-small .e-list-group-item,
|
|
433
411
|
.e-ddl.e-popup .e-bigger.e-small .e-fixed-head {
|
|
@@ -447,39 +425,35 @@
|
|
|
447
425
|
padding: 0;
|
|
448
426
|
}
|
|
449
427
|
|
|
450
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
451
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input,
|
|
428
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input,
|
|
452
429
|
.e-ddl.e-popup .e-bigger.e-small .e-input-group input,
|
|
453
430
|
.e-ddl.e-popup .e-bigger.e-small .e-input-group input.e-input {
|
|
454
431
|
height: 34px;
|
|
455
432
|
}
|
|
456
433
|
|
|
457
434
|
.e-ddl .e-search-icon::before {
|
|
458
|
-
content:
|
|
435
|
+
content: "\e97d";
|
|
459
436
|
}
|
|
460
437
|
|
|
461
438
|
.e-ddl .e-back-icon::before {
|
|
462
|
-
content:
|
|
439
|
+
content: "\e962";
|
|
463
440
|
}
|
|
464
441
|
|
|
465
442
|
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
466
|
-
content:
|
|
467
|
-
font-family:
|
|
443
|
+
content: "\e966";
|
|
444
|
+
font-family: "e-icons";
|
|
468
445
|
}
|
|
469
446
|
|
|
470
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter,
|
|
471
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
447
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
472
448
|
margin-left: -20px;
|
|
473
449
|
}
|
|
474
450
|
|
|
475
451
|
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
476
452
|
font-size: 15px;
|
|
477
453
|
}
|
|
478
|
-
|
|
479
454
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
480
455
|
font-size: 15px;
|
|
481
456
|
}
|
|
482
|
-
|
|
483
457
|
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
484
458
|
padding: 4px 0;
|
|
485
459
|
}
|
|
@@ -487,11 +461,9 @@
|
|
|
487
461
|
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
488
462
|
font-size: 15px;
|
|
489
463
|
}
|
|
490
|
-
|
|
491
464
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
492
465
|
font-size: 15px;
|
|
493
466
|
}
|
|
494
|
-
|
|
495
467
|
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
496
468
|
padding: 4px 0;
|
|
497
469
|
}
|
|
@@ -505,7 +477,6 @@
|
|
|
505
477
|
right: 0;
|
|
506
478
|
top: 0;
|
|
507
479
|
}
|
|
508
|
-
|
|
509
480
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
510
481
|
margin: 0;
|
|
511
482
|
}
|
|
@@ -515,7 +486,7 @@
|
|
|
515
486
|
}
|
|
516
487
|
|
|
517
488
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
518
|
-
content:
|
|
489
|
+
content: "";
|
|
519
490
|
}
|
|
520
491
|
|
|
521
492
|
.e-ddl-device-filter .e-filter-parent {
|
|
@@ -542,8 +513,7 @@
|
|
|
542
513
|
cursor: pointer;
|
|
543
514
|
}
|
|
544
515
|
|
|
545
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
|
|
546
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
516
|
+
.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 {
|
|
547
517
|
width: 0;
|
|
548
518
|
}
|
|
549
519
|
|
|
@@ -552,10 +522,9 @@
|
|
|
552
522
|
border: 1px solid #414040;
|
|
553
523
|
position: absolute;
|
|
554
524
|
}
|
|
555
|
-
|
|
556
525
|
.e-ddl.e-popup .e-search-icon {
|
|
557
526
|
margin: 0;
|
|
558
|
-
opacity: .57;
|
|
527
|
+
opacity: 0.57;
|
|
559
528
|
padding: 8px;
|
|
560
529
|
}
|
|
561
530
|
|
|
@@ -563,11 +532,7 @@
|
|
|
563
532
|
padding: 0;
|
|
564
533
|
}
|
|
565
534
|
|
|
566
|
-
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
|
|
567
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter,
|
|
568
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter:focus,
|
|
569
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
570
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
535
|
+
.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 {
|
|
571
536
|
padding: 0 12px;
|
|
572
537
|
}
|
|
573
538
|
|
|
@@ -575,8 +540,7 @@
|
|
|
575
540
|
margin-bottom: 0;
|
|
576
541
|
}
|
|
577
542
|
|
|
578
|
-
.e-ddl.e-popup .e-ddl-footer,
|
|
579
|
-
.e-ddl.e-popup .e-ddl-header {
|
|
543
|
+
.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
|
|
580
544
|
cursor: default;
|
|
581
545
|
}
|
|
582
546
|
|
|
@@ -648,7 +612,6 @@
|
|
|
648
612
|
outline: none;
|
|
649
613
|
width: 100%;
|
|
650
614
|
}
|
|
651
|
-
|
|
652
615
|
.e-ddl.e-input-group input[readonly].e-input,
|
|
653
616
|
.e-ddl.e-input-group input[readonly],
|
|
654
617
|
.e-ddl.e-input-group .e-dropdownlist {
|
|
@@ -665,7 +628,6 @@ ejs-dropdownlist {
|
|
|
665
628
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
666
629
|
font-size: 13px;
|
|
667
630
|
}
|
|
668
|
-
|
|
669
631
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
670
632
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
671
633
|
font-size: 13px;
|
|
@@ -675,7 +637,6 @@ ejs-dropdownlist {
|
|
|
675
637
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
676
638
|
font-size: 13px;
|
|
677
639
|
}
|
|
678
|
-
|
|
679
640
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
680
641
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
681
642
|
font-size: 13px;
|
|
@@ -685,7 +646,6 @@ ejs-dropdownlist {
|
|
|
685
646
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
686
647
|
font-size: 14px;
|
|
687
648
|
}
|
|
688
|
-
|
|
689
649
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
690
650
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
691
651
|
font-size: 14px;
|
|
@@ -695,7 +655,6 @@ ejs-dropdownlist {
|
|
|
695
655
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
696
656
|
font-size: 14px;
|
|
697
657
|
}
|
|
698
|
-
|
|
699
658
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
700
659
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
701
660
|
font-size: 14px;
|
|
@@ -735,7 +694,6 @@ ejs-dropdownlist {
|
|
|
735
694
|
transform: rotate(360deg);
|
|
736
695
|
}
|
|
737
696
|
}
|
|
738
|
-
|
|
739
697
|
@keyframes fabric-spinner-rotate {
|
|
740
698
|
0% {
|
|
741
699
|
transform: rotate(0);
|
|
@@ -744,66 +702,54 @@ ejs-dropdownlist {
|
|
|
744
702
|
transform: rotate(360deg);
|
|
745
703
|
}
|
|
746
704
|
}
|
|
747
|
-
|
|
748
705
|
.e-ddt .e-ddt-icon::before {
|
|
749
|
-
content:
|
|
706
|
+
content: "\e966";
|
|
750
707
|
}
|
|
751
|
-
|
|
752
708
|
.e-ddt .e-chips-close::before {
|
|
753
|
-
content:
|
|
709
|
+
content: "\e7a7";
|
|
754
710
|
}
|
|
755
711
|
|
|
756
712
|
.e-ddt {
|
|
757
713
|
cursor: pointer;
|
|
758
714
|
outline: none;
|
|
759
715
|
}
|
|
760
|
-
|
|
761
716
|
.e-ddt .e-ddt-icon::before {
|
|
762
717
|
transform: rotate(0deg);
|
|
763
718
|
transition: transform 300ms ease;
|
|
764
719
|
}
|
|
765
|
-
|
|
766
720
|
.e-ddt.e-icon-anim .e-ddt-icon::before {
|
|
767
721
|
transform: rotate(180deg);
|
|
768
722
|
transition: transform 300ms ease;
|
|
769
723
|
}
|
|
770
|
-
|
|
771
724
|
.e-ddt .e-ddt-hidden {
|
|
772
725
|
border: 0;
|
|
773
726
|
height: 0;
|
|
774
727
|
visibility: hidden;
|
|
775
728
|
width: 0;
|
|
776
729
|
}
|
|
777
|
-
|
|
778
730
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
779
731
|
box-sizing: content-box;
|
|
780
732
|
min-height: 30px;
|
|
781
733
|
}
|
|
782
|
-
|
|
783
734
|
.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 {
|
|
784
735
|
border: 0;
|
|
785
736
|
}
|
|
786
|
-
|
|
787
737
|
.e-ddt.e-input-group.e-control-wrapper .e-icon-hide, .e-ddt.e-float-input.e-control-wrapper .e-icon-hide {
|
|
788
738
|
display: none;
|
|
789
739
|
}
|
|
790
|
-
|
|
791
740
|
.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 {
|
|
792
741
|
bottom: 0;
|
|
793
742
|
position: absolute;
|
|
794
743
|
right: 0;
|
|
795
744
|
}
|
|
796
|
-
|
|
797
745
|
.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 {
|
|
798
746
|
right: 30px;
|
|
799
747
|
}
|
|
800
|
-
|
|
801
748
|
.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 {
|
|
802
749
|
bottom: 0;
|
|
803
750
|
position: absolute;
|
|
804
751
|
right: 0;
|
|
805
752
|
}
|
|
806
|
-
|
|
807
753
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
|
|
808
754
|
.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,
|
|
809
755
|
.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,
|
|
@@ -812,23 +758,19 @@ ejs-dropdownlist {
|
|
|
812
758
|
padding-left: 0;
|
|
813
759
|
padding-right: 0;
|
|
814
760
|
}
|
|
815
|
-
|
|
816
761
|
.e-ddt .e-chips-wrapper {
|
|
817
762
|
width: 100%;
|
|
818
763
|
}
|
|
819
|
-
|
|
820
764
|
.e-ddt.e-show-chip .e-chips-close {
|
|
821
765
|
line-height: 23px;
|
|
822
766
|
min-height: 26px;
|
|
823
767
|
min-width: 18px;
|
|
824
768
|
text-align: center;
|
|
825
769
|
}
|
|
826
|
-
|
|
827
770
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
828
771
|
font-size: 10px;
|
|
829
772
|
vertical-align: middle;
|
|
830
773
|
}
|
|
831
|
-
|
|
832
774
|
.e-ddt.e-show-chip .e-chips {
|
|
833
775
|
-ms-flex-align: center;
|
|
834
776
|
align-items: center;
|
|
@@ -845,7 +787,6 @@ ejs-dropdownlist {
|
|
|
845
787
|
text-overflow: ellipsis;
|
|
846
788
|
white-space: nowrap;
|
|
847
789
|
}
|
|
848
|
-
|
|
849
790
|
.e-ddt.e-show-chip .e-chips > .e-chipcontent {
|
|
850
791
|
max-width: 100%;
|
|
851
792
|
overflow: hidden;
|
|
@@ -855,78 +796,63 @@ ejs-dropdownlist {
|
|
|
855
796
|
white-space: nowrap;
|
|
856
797
|
line-height: 26px;
|
|
857
798
|
}
|
|
858
|
-
|
|
859
799
|
.e-ddt .e-overflow {
|
|
860
800
|
white-space: nowrap;
|
|
861
801
|
}
|
|
862
|
-
|
|
863
802
|
.e-ddt .e-overflow.e-show-text {
|
|
864
803
|
padding: 6px 10px 0 10px;
|
|
865
804
|
}
|
|
866
|
-
|
|
867
805
|
.e-ddt .e-overflow.e-total-count {
|
|
868
806
|
box-sizing: border-box;
|
|
869
807
|
display: inline-block;
|
|
870
808
|
overflow: hidden;
|
|
871
809
|
text-overflow: ellipsis;
|
|
872
810
|
}
|
|
873
|
-
|
|
874
811
|
.e-ddt .e-overflow.e-total-count .e-remain {
|
|
875
812
|
padding: 0 16px 0 0;
|
|
876
813
|
}
|
|
877
|
-
|
|
878
814
|
.e-ddt .e-overflow.e-wrap-count {
|
|
879
815
|
padding-top: 6px;
|
|
880
816
|
}
|
|
881
|
-
|
|
882
817
|
.e-ddt .e-overflow .e-remain {
|
|
883
818
|
cursor: pointer;
|
|
884
819
|
display: inline-block;
|
|
885
820
|
font-size: 14px;
|
|
886
821
|
padding: 0 0 0 16px;
|
|
887
822
|
}
|
|
888
|
-
|
|
889
823
|
.e-ddt .e-overflow .e-remain.e-wrap-count {
|
|
890
824
|
padding-top: 6px;
|
|
891
825
|
}
|
|
892
|
-
|
|
893
826
|
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
894
827
|
padding: 6px 10px 0 10px;
|
|
895
828
|
}
|
|
896
|
-
|
|
897
829
|
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
898
830
|
margin-right: 30px;
|
|
899
831
|
max-width: calc(100% - 31px);
|
|
900
832
|
}
|
|
901
|
-
|
|
902
833
|
.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
903
834
|
margin-right: 30px;
|
|
904
835
|
max-width: calc(100% - 31px);
|
|
905
836
|
}
|
|
906
|
-
|
|
907
837
|
.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
908
838
|
margin-right: 60px;
|
|
909
839
|
max-width: calc(100% - 61px);
|
|
910
840
|
}
|
|
911
|
-
|
|
912
841
|
.e-ddt input[readonly],
|
|
913
842
|
.e-ddt .e-dropdowntree,
|
|
914
843
|
.e-ddt input[readonly].e-input {
|
|
915
844
|
pointer-events: none;
|
|
916
845
|
}
|
|
917
|
-
|
|
918
846
|
.e-ddt input[readonly].e-chip-input,
|
|
919
847
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
920
848
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
921
849
|
width: 0;
|
|
922
850
|
}
|
|
923
|
-
|
|
924
851
|
.e-ddt.e-popup {
|
|
925
852
|
border: 1px solid #414040;
|
|
926
853
|
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);
|
|
927
854
|
position: absolute;
|
|
928
855
|
}
|
|
929
|
-
|
|
930
856
|
.e-ddt.e-popup .e-selectall-parent {
|
|
931
857
|
border-bottom: 1px solid;
|
|
932
858
|
cursor: pointer;
|
|
@@ -938,52 +864,41 @@ ejs-dropdownlist {
|
|
|
938
864
|
white-space: nowrap;
|
|
939
865
|
width: 100%;
|
|
940
866
|
}
|
|
941
|
-
|
|
942
867
|
.e-ddt.e-popup .e-selectall-parent.e-hide-selectall {
|
|
943
868
|
display: none;
|
|
944
869
|
}
|
|
945
|
-
|
|
946
870
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
947
871
|
position: relative;
|
|
948
872
|
text-indent: 0;
|
|
949
873
|
}
|
|
950
|
-
|
|
951
874
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
952
875
|
font-family: inherit;
|
|
953
876
|
font-size: 14px;
|
|
954
877
|
margin: 10px;
|
|
955
878
|
}
|
|
956
|
-
|
|
957
|
-
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
958
|
-
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
879
|
+
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
959
880
|
padding: 0 12px;
|
|
960
881
|
}
|
|
961
|
-
|
|
962
882
|
.e-ddt.e-popup .e-filter-wrap {
|
|
963
883
|
border: 1px solid #414040;
|
|
964
884
|
border-top-width: 0;
|
|
965
885
|
display: block;
|
|
966
886
|
padding: 5px;
|
|
967
887
|
}
|
|
968
|
-
|
|
969
888
|
.e-ddt.e-popup .e-filter-wrap {
|
|
970
889
|
border-left-width: 0;
|
|
971
890
|
border-right-width: 0;
|
|
972
891
|
}
|
|
973
|
-
|
|
974
892
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
975
893
|
margin-bottom: 0;
|
|
976
894
|
}
|
|
977
|
-
|
|
978
895
|
.e-ddt.e-popup .e-popup-content {
|
|
979
896
|
overflow: auto;
|
|
980
897
|
position: relative;
|
|
981
898
|
}
|
|
982
|
-
|
|
983
899
|
.e-ddt.e-popup .e-popup-content .e-ddt-nodata {
|
|
984
900
|
display: none;
|
|
985
901
|
}
|
|
986
|
-
|
|
987
902
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
988
903
|
cursor: default;
|
|
989
904
|
font-family: inherit;
|
|
@@ -991,88 +906,69 @@ ejs-dropdownlist {
|
|
|
991
906
|
padding: 14px 16px;
|
|
992
907
|
text-align: center;
|
|
993
908
|
}
|
|
994
|
-
|
|
995
909
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
996
910
|
display: none;
|
|
997
911
|
}
|
|
998
|
-
|
|
999
912
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
|
|
1000
913
|
display: block;
|
|
1001
914
|
}
|
|
1002
|
-
|
|
1003
915
|
.e-ddt.e-popup .e-treeview {
|
|
1004
916
|
display: inline-table;
|
|
1005
917
|
width: 100%;
|
|
1006
918
|
}
|
|
1007
|
-
|
|
1008
919
|
.e-ddt.e-popup .e-treeview .e-list-item {
|
|
1009
920
|
padding: 0;
|
|
1010
921
|
}
|
|
1011
|
-
|
|
1012
922
|
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1013
923
|
margin: 0;
|
|
1014
924
|
padding: 0 0 0 14px;
|
|
1015
925
|
}
|
|
1016
|
-
|
|
1017
926
|
.e-ddt.e-popup .e-treeview .e-fullrow {
|
|
1018
927
|
height: 36px;
|
|
1019
928
|
}
|
|
1020
|
-
|
|
1021
929
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1022
930
|
overflow: hidden;
|
|
1023
931
|
padding: 0 8px;
|
|
1024
932
|
}
|
|
1025
|
-
|
|
1026
933
|
.e-ddt.e-popup .e-treeview.e-fullrow-wrap .e-text-content {
|
|
1027
934
|
padding-bottom: 2px;
|
|
1028
935
|
padding-top: 2px;
|
|
1029
936
|
}
|
|
1030
|
-
|
|
1031
937
|
.e-ddt.e-popup .e-ddt-footer,
|
|
1032
938
|
.e-ddt.e-popup .e-ddt-header {
|
|
1033
939
|
cursor: default;
|
|
1034
940
|
}
|
|
1035
|
-
|
|
1036
941
|
.e-ddt.e-rtl.e-show-chip .e-chips {
|
|
1037
942
|
float: right;
|
|
1038
943
|
}
|
|
1039
|
-
|
|
1040
944
|
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain {
|
|
1041
945
|
padding: 0 16px 0 0;
|
|
1042
946
|
}
|
|
1043
|
-
|
|
1044
947
|
.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 {
|
|
1045
948
|
padding-top: 6px;
|
|
1046
949
|
}
|
|
1047
|
-
|
|
1048
950
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count {
|
|
1049
951
|
position: absolute;
|
|
1050
952
|
right: auto;
|
|
1051
953
|
}
|
|
1052
|
-
|
|
1053
954
|
.e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain {
|
|
1054
955
|
padding: 0 0 0 16px;
|
|
1055
956
|
}
|
|
1056
|
-
|
|
1057
957
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1058
958
|
padding: 6px 10px 0 10px;
|
|
1059
959
|
}
|
|
1060
|
-
|
|
1061
960
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1062
961
|
margin-left: 30px;
|
|
1063
962
|
margin-right: 1px;
|
|
1064
963
|
}
|
|
1065
|
-
|
|
1066
964
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1067
965
|
margin-left: 30px;
|
|
1068
966
|
margin-right: 1px;
|
|
1069
967
|
}
|
|
1070
|
-
|
|
1071
968
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1072
969
|
margin-left: 60px;
|
|
1073
970
|
margin-right: 1px;
|
|
1074
971
|
}
|
|
1075
|
-
|
|
1076
972
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
1077
973
|
.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,
|
|
1078
974
|
.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,
|
|
@@ -1081,11 +977,9 @@ ejs-dropdownlist {
|
|
|
1081
977
|
left: 0;
|
|
1082
978
|
right: auto;
|
|
1083
979
|
}
|
|
1084
|
-
|
|
1085
980
|
.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 {
|
|
1086
981
|
left: 30px;
|
|
1087
982
|
}
|
|
1088
|
-
|
|
1089
983
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
1090
984
|
padding: 0 14px 0 0;
|
|
1091
985
|
}
|
|
@@ -1098,7 +992,6 @@ ejs-dropdownlist {
|
|
|
1098
992
|
.e-ddt.e-bigger .e-chips {
|
|
1099
993
|
height: 34px;
|
|
1100
994
|
}
|
|
1101
|
-
|
|
1102
995
|
.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,
|
|
1103
996
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1104
997
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
@@ -1106,7 +999,6 @@ ejs-dropdownlist {
|
|
|
1106
999
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1107
1000
|
right: 38px;
|
|
1108
1001
|
}
|
|
1109
|
-
|
|
1110
1002
|
.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,
|
|
1111
1003
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
1112
1004
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
@@ -1114,64 +1006,53 @@ ejs-dropdownlist {
|
|
|
1114
1006
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
1115
1007
|
bottom: 0;
|
|
1116
1008
|
}
|
|
1117
|
-
|
|
1118
1009
|
.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,
|
|
1119
1010
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
|
|
1120
1011
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1121
1012
|
min-height: 38px;
|
|
1122
1013
|
}
|
|
1123
|
-
|
|
1124
1014
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
1125
1015
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
1126
1016
|
padding: 8px 12px 0 12px;
|
|
1127
1017
|
}
|
|
1128
|
-
|
|
1129
1018
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1130
1019
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1131
1020
|
margin-right: 38px;
|
|
1132
1021
|
max-width: calc(100% - 39px);
|
|
1133
1022
|
}
|
|
1134
|
-
|
|
1135
1023
|
.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1136
1024
|
.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1137
1025
|
margin-right: 38px;
|
|
1138
1026
|
max-width: calc(100% - 39px);
|
|
1139
1027
|
}
|
|
1140
|
-
|
|
1141
1028
|
.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1142
1029
|
.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1143
1030
|
margin-right: 76px;
|
|
1144
1031
|
max-width: calc(100% - 77px);
|
|
1145
1032
|
}
|
|
1146
|
-
|
|
1147
1033
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
1148
1034
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
1149
1035
|
text-indent: 43px;
|
|
1150
1036
|
}
|
|
1151
|
-
|
|
1152
1037
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
1153
1038
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
1154
1039
|
height: 44px;
|
|
1155
1040
|
}
|
|
1156
|
-
|
|
1157
1041
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1158
1042
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1159
1043
|
margin-left: 38px;
|
|
1160
1044
|
margin-right: 1px;
|
|
1161
1045
|
}
|
|
1162
|
-
|
|
1163
1046
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1164
1047
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1165
1048
|
margin-left: 38px;
|
|
1166
1049
|
margin-right: 1px;
|
|
1167
1050
|
}
|
|
1168
|
-
|
|
1169
1051
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1170
1052
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1171
1053
|
margin-left: 76px;
|
|
1172
1054
|
margin-right: 1px;
|
|
1173
1055
|
}
|
|
1174
|
-
|
|
1175
1056
|
.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,
|
|
1176
1057
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
1177
1058
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
@@ -1182,44 +1063,34 @@ ejs-dropdownlist {
|
|
|
1182
1063
|
.e-ddt .e-chips {
|
|
1183
1064
|
background-color: #414040;
|
|
1184
1065
|
}
|
|
1185
|
-
|
|
1186
1066
|
.e-ddt .e-chips .e-chips-close::before {
|
|
1187
1067
|
color: #dadada;
|
|
1188
1068
|
}
|
|
1189
|
-
|
|
1190
1069
|
.e-ddt .e-chips > .e-chipcontent {
|
|
1191
1070
|
color: #dadada;
|
|
1192
1071
|
}
|
|
1193
|
-
|
|
1194
1072
|
.e-ddt .e-chips:hover {
|
|
1195
1073
|
background-color: #514f4f;
|
|
1196
1074
|
}
|
|
1197
|
-
|
|
1198
1075
|
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
1199
1076
|
color: #fff;
|
|
1200
1077
|
}
|
|
1201
|
-
|
|
1202
1078
|
.e-ddt .e-overflow .e-remain {
|
|
1203
1079
|
color: #9a9a9a;
|
|
1204
1080
|
}
|
|
1205
|
-
|
|
1206
1081
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1207
1082
|
background-color: #201f1f;
|
|
1208
1083
|
}
|
|
1209
|
-
|
|
1210
1084
|
.e-ddt.e-popup {
|
|
1211
1085
|
background: #282727;
|
|
1212
1086
|
border-color: #414040;
|
|
1213
1087
|
}
|
|
1214
|
-
|
|
1215
1088
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1216
1089
|
color: #dadada;
|
|
1217
1090
|
}
|
|
1218
|
-
|
|
1219
1091
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1220
1092
|
border-bottom-color: #414040;
|
|
1221
1093
|
}
|
|
1222
|
-
|
|
1223
1094
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1224
1095
|
color: #dadada;
|
|
1225
1096
|
}
|
|
@@ -1232,7 +1103,6 @@ ejs-dropdownlist {
|
|
|
1232
1103
|
transform: rotate(360deg);
|
|
1233
1104
|
}
|
|
1234
1105
|
}
|
|
1235
|
-
|
|
1236
1106
|
@keyframes fabric-spinner-rotate {
|
|
1237
1107
|
0% {
|
|
1238
1108
|
transform: rotate(0);
|
|
@@ -1241,7 +1111,6 @@ ejs-dropdownlist {
|
|
|
1241
1111
|
transform: rotate(360deg);
|
|
1242
1112
|
}
|
|
1243
1113
|
}
|
|
1244
|
-
|
|
1245
1114
|
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
1246
1115
|
height: 30px;
|
|
1247
1116
|
width: 30px;
|
|
@@ -1262,12 +1131,12 @@ ejs-dropdownlist {
|
|
|
1262
1131
|
}
|
|
1263
1132
|
|
|
1264
1133
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1265
|
-
content:
|
|
1266
|
-
font-family:
|
|
1134
|
+
content: "\e966";
|
|
1135
|
+
font-family: "e-icons";
|
|
1267
1136
|
}
|
|
1268
1137
|
|
|
1269
1138
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1270
|
-
content:
|
|
1139
|
+
content: "\e7a7";
|
|
1271
1140
|
cursor: pointer;
|
|
1272
1141
|
left: 8px;
|
|
1273
1142
|
position: relative;
|
|
@@ -1275,7 +1144,7 @@ ejs-dropdownlist {
|
|
|
1275
1144
|
}
|
|
1276
1145
|
|
|
1277
1146
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1278
|
-
content:
|
|
1147
|
+
content: "\e7a7";
|
|
1279
1148
|
cursor: pointer;
|
|
1280
1149
|
left: 10px;
|
|
1281
1150
|
position: relative;
|
|
@@ -1283,7 +1152,7 @@ ejs-dropdownlist {
|
|
|
1283
1152
|
}
|
|
1284
1153
|
|
|
1285
1154
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
1286
|
-
content:
|
|
1155
|
+
content: "";
|
|
1287
1156
|
}
|
|
1288
1157
|
|
|
1289
1158
|
.e-multi-select-wrapper {
|
|
@@ -1298,54 +1167,43 @@ ejs-dropdownlist {
|
|
|
1298
1167
|
user-select: none;
|
|
1299
1168
|
width: 100%;
|
|
1300
1169
|
}
|
|
1301
|
-
|
|
1302
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1303
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1170
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1304
1171
|
height: 27px;
|
|
1305
1172
|
vertical-align: middle;
|
|
1306
1173
|
}
|
|
1307
|
-
|
|
1308
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1309
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1174
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1310
1175
|
height: 100%;
|
|
1311
1176
|
min-height: 100%;
|
|
1312
1177
|
}
|
|
1313
|
-
|
|
1314
1178
|
.e-multi-select-wrapper .e-delim-view {
|
|
1315
1179
|
white-space: nowrap;
|
|
1316
1180
|
}
|
|
1317
|
-
|
|
1318
1181
|
.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 {
|
|
1319
1182
|
box-sizing: border-box;
|
|
1320
1183
|
display: inline-block;
|
|
1321
1184
|
overflow: hidden;
|
|
1322
1185
|
text-overflow: ellipsis;
|
|
1323
1186
|
}
|
|
1324
|
-
|
|
1325
1187
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1326
1188
|
color: #dadada;
|
|
1327
1189
|
font-size: 10px;
|
|
1328
1190
|
left: 12px;
|
|
1329
1191
|
top: 0;
|
|
1330
1192
|
}
|
|
1331
|
-
|
|
1332
1193
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1333
1194
|
background-color: #414040;
|
|
1334
1195
|
color: #dadada;
|
|
1335
1196
|
padding: 9px 0;
|
|
1336
1197
|
}
|
|
1337
|
-
|
|
1338
1198
|
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1339
1199
|
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1340
1200
|
width: 0;
|
|
1341
1201
|
}
|
|
1342
|
-
|
|
1343
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=
|
|
1344
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1202
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1203
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1345
1204
|
height: 1px;
|
|
1346
1205
|
min-height: 1px;
|
|
1347
1206
|
}
|
|
1348
|
-
|
|
1349
1207
|
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1350
1208
|
max-width: 100%;
|
|
1351
1209
|
}
|
|
@@ -1357,19 +1215,16 @@ ejs-dropdownlist {
|
|
|
1357
1215
|
float: left;
|
|
1358
1216
|
width: auto;
|
|
1359
1217
|
}
|
|
1360
|
-
|
|
1361
1218
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1362
1219
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1363
1220
|
display: -ms-inline-flexbox;
|
|
1364
1221
|
display: inline-flex;
|
|
1365
1222
|
float: none;
|
|
1366
1223
|
}
|
|
1367
|
-
|
|
1368
1224
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1369
1225
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1370
1226
|
width: 0;
|
|
1371
1227
|
}
|
|
1372
|
-
|
|
1373
1228
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1374
1229
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1375
1230
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
@@ -1378,12 +1233,10 @@ ejs-dropdownlist {
|
|
|
1378
1233
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1379
1234
|
display: none;
|
|
1380
1235
|
}
|
|
1381
|
-
|
|
1382
1236
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1383
1237
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1384
1238
|
padding: 0 48px 0 0;
|
|
1385
1239
|
}
|
|
1386
|
-
|
|
1387
1240
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1388
1241
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1389
1242
|
-ms-flex-align: center;
|
|
@@ -1392,7 +1245,6 @@ ejs-dropdownlist {
|
|
|
1392
1245
|
max-width: 100%;
|
|
1393
1246
|
word-break: break-word;
|
|
1394
1247
|
}
|
|
1395
|
-
|
|
1396
1248
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1397
1249
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1398
1250
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1410,7 +1262,6 @@ ejs-dropdownlist {
|
|
|
1410
1262
|
right: 0;
|
|
1411
1263
|
top: 100%;
|
|
1412
1264
|
}
|
|
1413
|
-
|
|
1414
1265
|
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1415
1266
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1416
1267
|
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
@@ -1418,19 +1269,16 @@ ejs-dropdownlist {
|
|
|
1418
1269
|
display: -ms-flexbox;
|
|
1419
1270
|
display: flex;
|
|
1420
1271
|
}
|
|
1421
|
-
|
|
1422
1272
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1423
1273
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1424
1274
|
margin-right: 0;
|
|
1425
1275
|
margin-top: -2.5em;
|
|
1426
1276
|
right: 0;
|
|
1427
1277
|
}
|
|
1428
|
-
|
|
1429
1278
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
1430
1279
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
1431
1280
|
top: -1px;
|
|
1432
1281
|
}
|
|
1433
|
-
|
|
1434
1282
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1435
1283
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1436
1284
|
font-size: 10px;
|
|
@@ -1442,7 +1290,6 @@ ejs-dropdownlist {
|
|
|
1442
1290
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
1443
1291
|
float: right;
|
|
1444
1292
|
}
|
|
1445
|
-
|
|
1446
1293
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
1447
1294
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
1448
1295
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1450,7 +1297,6 @@ ejs-dropdownlist {
|
|
|
1450
1297
|
left: 0;
|
|
1451
1298
|
right: auto;
|
|
1452
1299
|
}
|
|
1453
|
-
|
|
1454
1300
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
1455
1301
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
1456
1302
|
padding: 0 0 0 48px;
|
|
@@ -1462,7 +1308,7 @@ ejs-dropdownlist {
|
|
|
1462
1308
|
|
|
1463
1309
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1464
1310
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1465
|
-
opacity: .7;
|
|
1311
|
+
opacity: 0.7;
|
|
1466
1312
|
pointer-events: none;
|
|
1467
1313
|
}
|
|
1468
1314
|
|
|
@@ -1545,7 +1391,7 @@ ejs-dropdownlist {
|
|
|
1545
1391
|
display: -ms-flexbox;
|
|
1546
1392
|
display: flex;
|
|
1547
1393
|
float: right;
|
|
1548
|
-
font-family:
|
|
1394
|
+
font-family: "e-icons";
|
|
1549
1395
|
height: 26px;
|
|
1550
1396
|
margin: 0;
|
|
1551
1397
|
width: 26px;
|
|
@@ -1585,7 +1431,7 @@ ejs-dropdownlist {
|
|
|
1585
1431
|
margin-top: -3.5em;
|
|
1586
1432
|
}
|
|
1587
1433
|
|
|
1588
|
-
.e-multi-select-wrapper input[type=
|
|
1434
|
+
.e-multi-select-wrapper input[type=text] {
|
|
1589
1435
|
background: none;
|
|
1590
1436
|
border: 0;
|
|
1591
1437
|
font-family: inherit;
|
|
@@ -1598,7 +1444,7 @@ ejs-dropdownlist {
|
|
|
1598
1444
|
text-indent: 10px;
|
|
1599
1445
|
}
|
|
1600
1446
|
|
|
1601
|
-
.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1447
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1602
1448
|
background: none;
|
|
1603
1449
|
border: 0;
|
|
1604
1450
|
color: inherit;
|
|
@@ -1612,22 +1458,22 @@ ejs-dropdownlist {
|
|
|
1612
1458
|
text-indent: 10px;
|
|
1613
1459
|
}
|
|
1614
1460
|
|
|
1615
|
-
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1461
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1616
1462
|
padding: 5px;
|
|
1617
1463
|
}
|
|
1618
1464
|
|
|
1619
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1620
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=
|
|
1465
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1466
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1621
1467
|
height: 28px;
|
|
1622
1468
|
min-height: 28px;
|
|
1623
1469
|
}
|
|
1624
1470
|
|
|
1625
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1471
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1626
1472
|
height: 38px;
|
|
1627
1473
|
min-height: 38px;
|
|
1628
1474
|
}
|
|
1629
1475
|
|
|
1630
|
-
.e-multi-select-wrapper input[type=
|
|
1476
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1631
1477
|
display: none;
|
|
1632
1478
|
}
|
|
1633
1479
|
|
|
@@ -1712,7 +1558,7 @@ ejs-dropdownlist {
|
|
|
1712
1558
|
}
|
|
1713
1559
|
|
|
1714
1560
|
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
1715
|
-
content:
|
|
1561
|
+
content: "";
|
|
1716
1562
|
}
|
|
1717
1563
|
|
|
1718
1564
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
@@ -1722,68 +1568,53 @@ ejs-dropdownlist {
|
|
|
1722
1568
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
1723
1569
|
padding-left: 0;
|
|
1724
1570
|
}
|
|
1725
|
-
|
|
1726
1571
|
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
1727
1572
|
padding: 0 2px 0 32px;
|
|
1728
1573
|
}
|
|
1729
|
-
|
|
1730
1574
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1731
1575
|
left: -12px;
|
|
1732
1576
|
}
|
|
1733
|
-
|
|
1734
1577
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
1735
1578
|
margin: 0;
|
|
1736
1579
|
margin-right: auto;
|
|
1737
1580
|
}
|
|
1738
|
-
|
|
1739
1581
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
1740
1582
|
float: right;
|
|
1741
1583
|
}
|
|
1742
|
-
|
|
1743
1584
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
1744
1585
|
float: right;
|
|
1745
1586
|
margin: 2px 0 2px 2px;
|
|
1746
1587
|
padding: 0 8px 0 0;
|
|
1747
1588
|
}
|
|
1748
|
-
|
|
1749
1589
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
1750
1590
|
padding: 3px 0 3px 8px;
|
|
1751
1591
|
}
|
|
1752
|
-
|
|
1753
1592
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
1754
1593
|
float: left;
|
|
1755
1594
|
}
|
|
1756
|
-
|
|
1757
1595
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1758
1596
|
left: -9px;
|
|
1759
1597
|
}
|
|
1760
|
-
|
|
1761
1598
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1762
1599
|
padding: 0 4px 0 4px;
|
|
1763
1600
|
}
|
|
1764
|
-
|
|
1765
1601
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
1766
1602
|
padding: 5px 8px 6px 0;
|
|
1767
1603
|
}
|
|
1768
|
-
|
|
1769
1604
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1770
1605
|
padding: 0 4px 0 0;
|
|
1771
1606
|
}
|
|
1772
|
-
|
|
1773
1607
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1774
1608
|
padding: 9px 4px;
|
|
1775
1609
|
}
|
|
1776
|
-
|
|
1777
1610
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1778
1611
|
left: 27px;
|
|
1779
1612
|
position: absolute;
|
|
1780
1613
|
right: auto;
|
|
1781
1614
|
}
|
|
1782
|
-
|
|
1783
1615
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
1784
1616
|
left: -4px;
|
|
1785
1617
|
}
|
|
1786
|
-
|
|
1787
1618
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1788
1619
|
padding-right: 16px;
|
|
1789
1620
|
}
|
|
@@ -1964,15 +1795,15 @@ ejs-dropdownlist {
|
|
|
1964
1795
|
|
|
1965
1796
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
1966
1797
|
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
1967
|
-
opacity: .3;
|
|
1798
|
+
opacity: 0.3;
|
|
1968
1799
|
}
|
|
1969
1800
|
|
|
1970
1801
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
1971
1802
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
1972
|
-
opacity: .7;
|
|
1803
|
+
opacity: 0.7;
|
|
1973
1804
|
}
|
|
1974
1805
|
|
|
1975
|
-
.e-multi-select-wrapper input[readonly=
|
|
1806
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
1976
1807
|
pointer-events: none;
|
|
1977
1808
|
}
|
|
1978
1809
|
|
|
@@ -1998,7 +1829,7 @@ ejs-multiselect {
|
|
|
1998
1829
|
min-height: 24px;
|
|
1999
1830
|
}
|
|
2000
1831
|
|
|
2001
|
-
.e-small .e-multi-select-wrapper input[type=
|
|
1832
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
2002
1833
|
height: 24px;
|
|
2003
1834
|
min-height: 24px;
|
|
2004
1835
|
}
|
|
@@ -2027,7 +1858,7 @@ ejs-multiselect {
|
|
|
2027
1858
|
min-height: 26px;
|
|
2028
1859
|
}
|
|
2029
1860
|
|
|
2030
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=
|
|
1861
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2031
1862
|
height: 34px;
|
|
2032
1863
|
min-height: 34px;
|
|
2033
1864
|
}
|
|
@@ -2054,7 +1885,7 @@ ejs-multiselect {
|
|
|
2054
1885
|
min-height: 40px;
|
|
2055
1886
|
}
|
|
2056
1887
|
|
|
2057
|
-
.e-multiselect.e-outline .e-multi-select-wrapper input[type=
|
|
1888
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2058
1889
|
color: inherit;
|
|
2059
1890
|
}
|
|
2060
1891
|
|
|
@@ -2108,8 +1939,8 @@ ejs-multiselect {
|
|
|
2108
1939
|
padding: 0;
|
|
2109
1940
|
}
|
|
2110
1941
|
|
|
2111
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2112
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
1942
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
1943
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2113
1944
|
padding: 5px 0;
|
|
2114
1945
|
}
|
|
2115
1946
|
|
|
@@ -2485,27 +2316,27 @@ ejs-multiselect {
|
|
|
2485
2316
|
}
|
|
2486
2317
|
|
|
2487
2318
|
.e-listbox-tool .e-moveup::before {
|
|
2488
|
-
content:
|
|
2319
|
+
content: "\e651";
|
|
2489
2320
|
}
|
|
2490
2321
|
|
|
2491
2322
|
.e-listbox-tool .e-movedown::before {
|
|
2492
|
-
content:
|
|
2323
|
+
content: "\e652";
|
|
2493
2324
|
}
|
|
2494
2325
|
|
|
2495
2326
|
.e-listbox-tool .e-moveto::before {
|
|
2496
|
-
content:
|
|
2327
|
+
content: "\e653";
|
|
2497
2328
|
}
|
|
2498
2329
|
|
|
2499
2330
|
.e-listbox-tool .e-movefrom::before {
|
|
2500
|
-
content:
|
|
2331
|
+
content: "\e654";
|
|
2501
2332
|
}
|
|
2502
2333
|
|
|
2503
2334
|
.e-listbox-tool .e-moveallto::before {
|
|
2504
|
-
content:
|
|
2335
|
+
content: "\e655";
|
|
2505
2336
|
}
|
|
2506
2337
|
|
|
2507
2338
|
.e-listbox-tool .e-moveallfrom::before {
|
|
2508
|
-
content:
|
|
2339
|
+
content: "\e656";
|
|
2509
2340
|
}
|
|
2510
2341
|
|
|
2511
2342
|
.e-listbox-wrapper,
|
|
@@ -2520,28 +2351,23 @@ ejs-multiselect {
|
|
|
2520
2351
|
user-select: none;
|
|
2521
2352
|
width: 100%;
|
|
2522
2353
|
}
|
|
2523
|
-
|
|
2524
2354
|
.e-listbox-wrapper *,
|
|
2525
2355
|
.e-listbox-container * {
|
|
2526
2356
|
box-sizing: border-box;
|
|
2527
2357
|
}
|
|
2528
|
-
|
|
2529
2358
|
.e-listbox-wrapper:focus,
|
|
2530
2359
|
.e-listbox-container:focus {
|
|
2531
2360
|
outline: none;
|
|
2532
2361
|
}
|
|
2533
|
-
|
|
2534
2362
|
.e-listbox-wrapper.e-disabled,
|
|
2535
2363
|
.e-listbox-container.e-disabled {
|
|
2536
2364
|
cursor: default;
|
|
2537
2365
|
pointer-events: none;
|
|
2538
2366
|
}
|
|
2539
|
-
|
|
2540
2367
|
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
2541
2368
|
.e-listbox-container:not(.e-list-template) .e-list-nrt {
|
|
2542
2369
|
text-align: center;
|
|
2543
2370
|
}
|
|
2544
|
-
|
|
2545
2371
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2546
2372
|
.e-listbox-wrapper .e-list-nrt,
|
|
2547
2373
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -2553,55 +2379,45 @@ ejs-multiselect {
|
|
|
2553
2379
|
padding: 10px 16px;
|
|
2554
2380
|
position: relative;
|
|
2555
2381
|
}
|
|
2556
|
-
|
|
2557
2382
|
.e-listbox-wrapper.e-filter-list,
|
|
2558
2383
|
.e-listbox-container.e-filter-list {
|
|
2559
2384
|
overflow: inherit;
|
|
2560
2385
|
}
|
|
2561
|
-
|
|
2562
2386
|
.e-listbox-wrapper .e-list-parent,
|
|
2563
2387
|
.e-listbox-container .e-list-parent {
|
|
2564
2388
|
height: 100%;
|
|
2565
2389
|
min-height: 36px;
|
|
2566
2390
|
}
|
|
2567
|
-
|
|
2568
2391
|
.e-listbox-wrapper .e-list-item,
|
|
2569
2392
|
.e-listbox-container .e-list-item {
|
|
2570
2393
|
border-bottom: 0 solid;
|
|
2571
2394
|
outline: none;
|
|
2572
2395
|
}
|
|
2573
|
-
|
|
2574
2396
|
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
2575
2397
|
.e-listbox-container .e-list-item.e-disabled {
|
|
2576
2398
|
pointer-events: none;
|
|
2577
2399
|
}
|
|
2578
|
-
|
|
2579
2400
|
.e-listbox-wrapper .e-disable,
|
|
2580
2401
|
.e-listbox-container .e-disable {
|
|
2581
|
-
opacity: .7;
|
|
2402
|
+
opacity: 0.7;
|
|
2582
2403
|
}
|
|
2583
|
-
|
|
2584
2404
|
.e-listbox-wrapper .e-list-parent,
|
|
2585
2405
|
.e-listbox-container .e-list-parent {
|
|
2586
2406
|
margin: 0;
|
|
2587
2407
|
padding: 0;
|
|
2588
2408
|
}
|
|
2589
|
-
|
|
2590
2409
|
.e-listbox-wrapper .e-list-header .e-text.header,
|
|
2591
2410
|
.e-listbox-container .e-list-header .e-text.header {
|
|
2592
2411
|
display: none;
|
|
2593
2412
|
}
|
|
2594
|
-
|
|
2595
2413
|
.e-listbox-wrapper .e-icon-back,
|
|
2596
2414
|
.e-listbox-container .e-icon-back {
|
|
2597
2415
|
margin-top: 2px;
|
|
2598
2416
|
}
|
|
2599
|
-
|
|
2600
2417
|
.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2601
2418
|
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header {
|
|
2602
2419
|
display: none;
|
|
2603
2420
|
}
|
|
2604
|
-
|
|
2605
2421
|
.e-listbox-wrapper .e-list-header,
|
|
2606
2422
|
.e-listbox-container .e-list-header {
|
|
2607
2423
|
-ms-flex-align: center;
|
|
@@ -2613,24 +2429,20 @@ ejs-multiselect {
|
|
|
2613
2429
|
height: 36px;
|
|
2614
2430
|
padding: 0 16px;
|
|
2615
2431
|
}
|
|
2616
|
-
|
|
2617
2432
|
.e-listbox-wrapper .e-has-header > .e-view,
|
|
2618
2433
|
.e-listbox-container .e-has-header > .e-view {
|
|
2619
2434
|
top: 45px;
|
|
2620
2435
|
}
|
|
2621
|
-
|
|
2622
2436
|
.e-listbox-wrapper .e-but-back,
|
|
2623
2437
|
.e-listbox-container .e-but-back {
|
|
2624
2438
|
cursor: pointer;
|
|
2625
2439
|
padding-right: 20px;
|
|
2626
2440
|
}
|
|
2627
|
-
|
|
2628
2441
|
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
2629
2442
|
.e-listbox-container .e-list-group-item:first-child {
|
|
2630
2443
|
border: 0;
|
|
2631
2444
|
border-bottom: 0 solid transparent;
|
|
2632
2445
|
}
|
|
2633
|
-
|
|
2634
2446
|
.e-listbox-wrapper .e-list-group-item,
|
|
2635
2447
|
.e-listbox-container .e-list-group-item {
|
|
2636
2448
|
border-bottom: 0 solid transparent;
|
|
@@ -2640,7 +2452,6 @@ ejs-multiselect {
|
|
|
2640
2452
|
line-height: 30px;
|
|
2641
2453
|
padding: 10px 16px;
|
|
2642
2454
|
}
|
|
2643
|
-
|
|
2644
2455
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
2645
2456
|
.e-listbox-container .e-icon-collapsible {
|
|
2646
2457
|
cursor: pointer;
|
|
@@ -2650,50 +2461,41 @@ ejs-multiselect {
|
|
|
2650
2461
|
top: 50%;
|
|
2651
2462
|
transform: translateY(-50%);
|
|
2652
2463
|
}
|
|
2653
|
-
|
|
2654
2464
|
.e-listbox-wrapper .e-text-content,
|
|
2655
2465
|
.e-listbox-container .e-text-content {
|
|
2656
2466
|
height: 100%;
|
|
2657
2467
|
position: relative;
|
|
2658
2468
|
vertical-align: middle;
|
|
2659
2469
|
}
|
|
2660
|
-
|
|
2661
2470
|
.e-listbox-wrapper .e-text-content *,
|
|
2662
2471
|
.e-listbox-container .e-text-content * {
|
|
2663
2472
|
display: inline-block;
|
|
2664
2473
|
vertical-align: middle;
|
|
2665
2474
|
}
|
|
2666
|
-
|
|
2667
2475
|
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
2668
2476
|
.e-listbox-container .e-text-content.e-checkbox .e-list-text {
|
|
2669
2477
|
width: calc(100% - 40px);
|
|
2670
2478
|
}
|
|
2671
|
-
|
|
2672
2479
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
2673
2480
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
2674
2481
|
width: calc(100% - 90px);
|
|
2675
2482
|
}
|
|
2676
|
-
|
|
2677
2483
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
2678
2484
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
2679
2485
|
width: calc(100% - 80px);
|
|
2680
2486
|
}
|
|
2681
|
-
|
|
2682
2487
|
.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,
|
|
2683
2488
|
.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 {
|
|
2684
2489
|
width: calc(100% - 92px);
|
|
2685
2490
|
}
|
|
2686
|
-
|
|
2687
2491
|
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
2688
2492
|
.e-listbox-container .e-checkbox .e-checkbox-left {
|
|
2689
2493
|
margin: -2px 10px 0 0;
|
|
2690
2494
|
}
|
|
2691
|
-
|
|
2692
2495
|
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
2693
2496
|
.e-listbox-container .e-checkbox .e-checkbox-right {
|
|
2694
2497
|
margin: -2px 0 0 10px;
|
|
2695
2498
|
}
|
|
2696
|
-
|
|
2697
2499
|
.e-listbox-wrapper .e-list-text,
|
|
2698
2500
|
.e-listbox-container .e-list-text {
|
|
2699
2501
|
cursor: pointer;
|
|
@@ -2704,58 +2506,48 @@ ejs-multiselect {
|
|
|
2704
2506
|
white-space: nowrap;
|
|
2705
2507
|
width: 100%;
|
|
2706
2508
|
}
|
|
2707
|
-
|
|
2708
2509
|
.e-listbox-wrapper .e-list-icon + .e-list-text,
|
|
2709
2510
|
.e-listbox-container .e-list-icon + .e-list-text {
|
|
2710
2511
|
width: calc(100% - 60px);
|
|
2711
2512
|
}
|
|
2712
|
-
|
|
2713
2513
|
.e-listbox-wrapper .e-icon-wrapper .e-list-text,
|
|
2714
2514
|
.e-listbox-container .e-icon-wrapper .e-list-text {
|
|
2715
2515
|
width: calc(100% - 60px);
|
|
2716
2516
|
}
|
|
2717
|
-
|
|
2718
2517
|
.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2719
2518
|
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
2720
2519
|
width: calc(100% - 60px);
|
|
2721
2520
|
}
|
|
2722
|
-
|
|
2723
2521
|
.e-listbox-wrapper .e-list-icon,
|
|
2724
2522
|
.e-listbox-container .e-list-icon {
|
|
2725
2523
|
height: 30px;
|
|
2726
2524
|
margin-right: 16px;
|
|
2727
2525
|
width: 30px;
|
|
2728
2526
|
}
|
|
2729
|
-
|
|
2730
2527
|
.e-listbox-wrapper .e-content,
|
|
2731
2528
|
.e-listbox-container .e-content {
|
|
2732
2529
|
overflow: hidden;
|
|
2733
2530
|
position: relative;
|
|
2734
2531
|
}
|
|
2735
|
-
|
|
2736
2532
|
.e-listbox-wrapper .e-list-header .e-text,
|
|
2737
2533
|
.e-listbox-container .e-list-header .e-text {
|
|
2738
2534
|
cursor: pointer;
|
|
2739
2535
|
text-indent: 0;
|
|
2740
2536
|
}
|
|
2741
|
-
|
|
2742
2537
|
.e-listbox-wrapper .e-text .e-headertext,
|
|
2743
2538
|
.e-listbox-container .e-text .e-headertext {
|
|
2744
2539
|
display: inline-block;
|
|
2745
2540
|
line-height: 0;
|
|
2746
2541
|
}
|
|
2747
|
-
|
|
2748
2542
|
.e-listbox-wrapper.e-rtl,
|
|
2749
2543
|
.e-listbox-container.e-rtl {
|
|
2750
2544
|
direction: rtl;
|
|
2751
2545
|
}
|
|
2752
|
-
|
|
2753
2546
|
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
2754
2547
|
.e-listbox-container.e-rtl .e-list-icon {
|
|
2755
2548
|
margin-left: 16px;
|
|
2756
2549
|
margin-right: 0;
|
|
2757
2550
|
}
|
|
2758
|
-
|
|
2759
2551
|
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
2760
2552
|
.e-listbox-container.e-rtl .e-icon-collapsible {
|
|
2761
2553
|
left: 0%;
|
|
@@ -2763,61 +2555,50 @@ ejs-multiselect {
|
|
|
2763
2555
|
top: 50%;
|
|
2764
2556
|
transform: translateY(-50%) rotate(180deg);
|
|
2765
2557
|
}
|
|
2766
|
-
|
|
2767
2558
|
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
2768
2559
|
.e-listbox-container.e-rtl .e-list-header .e-text {
|
|
2769
2560
|
cursor: pointer;
|
|
2770
2561
|
}
|
|
2771
|
-
|
|
2772
2562
|
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
2773
2563
|
.e-listbox-container.e-rtl .e-but-back {
|
|
2774
2564
|
transform: rotate(180deg);
|
|
2775
2565
|
}
|
|
2776
|
-
|
|
2777
2566
|
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
2778
2567
|
.e-listbox-container.e-rtl .e-icon-back {
|
|
2779
2568
|
margin-top: 1px;
|
|
2780
2569
|
}
|
|
2781
|
-
|
|
2782
2570
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
2783
2571
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left {
|
|
2784
2572
|
margin: -2px 0 0 10px;
|
|
2785
2573
|
}
|
|
2786
|
-
|
|
2787
2574
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
2788
2575
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right {
|
|
2789
2576
|
margin: -2px 10px 0 0;
|
|
2790
2577
|
}
|
|
2791
|
-
|
|
2792
2578
|
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
2793
2579
|
.e-listbox-container.e-rtl .e-checkbox-wrapper {
|
|
2794
2580
|
margin: -2px 0 0 10px;
|
|
2795
2581
|
}
|
|
2796
|
-
|
|
2797
2582
|
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
2798
2583
|
.e-listbox-container .e-checkbox-wrapper {
|
|
2799
2584
|
margin: -2px 10px 0 0;
|
|
2800
2585
|
text-indent: 0;
|
|
2801
2586
|
vertical-align: middle;
|
|
2802
2587
|
}
|
|
2803
|
-
|
|
2804
2588
|
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2805
2589
|
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2806
2590
|
position: absolute;
|
|
2807
2591
|
right: 0;
|
|
2808
2592
|
top: 30%;
|
|
2809
2593
|
}
|
|
2810
|
-
|
|
2811
2594
|
.e-listbox-wrapper .e-input-group,
|
|
2812
2595
|
.e-listbox-container .e-input-group {
|
|
2813
2596
|
padding: 4px 8px;
|
|
2814
2597
|
}
|
|
2815
|
-
|
|
2816
2598
|
.e-listbox-wrapper .e-input-focus,
|
|
2817
2599
|
.e-listbox-container .e-input-focus {
|
|
2818
2600
|
padding: 4px 4px 4px 8px;
|
|
2819
2601
|
}
|
|
2820
|
-
|
|
2821
2602
|
.e-listbox-wrapper .e-hidden-select,
|
|
2822
2603
|
.e-listbox-container .e-hidden-select {
|
|
2823
2604
|
height: 1px;
|
|
@@ -2825,7 +2606,6 @@ ejs-multiselect {
|
|
|
2825
2606
|
position: absolute;
|
|
2826
2607
|
width: 100%;
|
|
2827
2608
|
}
|
|
2828
|
-
|
|
2829
2609
|
.e-listbox-wrapper .e-placeholder,
|
|
2830
2610
|
.e-listbox-container .e-placeholder {
|
|
2831
2611
|
background-color: #0074cc;
|
|
@@ -2844,7 +2624,6 @@ ejs-listbox {
|
|
|
2844
2624
|
.e-listbox-wrapper.e-filter-list {
|
|
2845
2625
|
overflow: inherit;
|
|
2846
2626
|
}
|
|
2847
|
-
|
|
2848
2627
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2849
2628
|
overflow: auto;
|
|
2850
2629
|
}
|
|
@@ -2854,22 +2633,18 @@ ejs-listbox {
|
|
|
2854
2633
|
border-width: 0;
|
|
2855
2634
|
overflow: visible;
|
|
2856
2635
|
}
|
|
2857
|
-
|
|
2858
2636
|
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
2859
2637
|
.e-listbox-container.e-sortableclone .e-list-item {
|
|
2860
2638
|
list-style-type: none;
|
|
2861
2639
|
}
|
|
2862
|
-
|
|
2863
2640
|
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
2864
2641
|
.e-listbox-container.e-sortableclone .e-ripple {
|
|
2865
2642
|
overflow: visible;
|
|
2866
2643
|
}
|
|
2867
|
-
|
|
2868
2644
|
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
2869
2645
|
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element {
|
|
2870
2646
|
display: none;
|
|
2871
2647
|
}
|
|
2872
|
-
|
|
2873
2648
|
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
2874
2649
|
.e-listbox-container.e-sortableclone .e-list-badge {
|
|
2875
2650
|
-ms-flex-align: center;
|
|
@@ -2896,41 +2671,34 @@ ejs-listbox {
|
|
|
2896
2671
|
display: -ms-flexbox;
|
|
2897
2672
|
display: flex;
|
|
2898
2673
|
}
|
|
2899
|
-
|
|
2900
2674
|
.e-listboxtool-wrapper *,
|
|
2901
2675
|
.e-listboxtool-container * {
|
|
2902
2676
|
box-sizing: border-box;
|
|
2903
2677
|
}
|
|
2904
|
-
|
|
2905
2678
|
.e-listboxtool-wrapper.e-disabled,
|
|
2906
2679
|
.e-listboxtool-container.e-disabled {
|
|
2907
2680
|
cursor: default;
|
|
2908
2681
|
pointer-events: none;
|
|
2909
2682
|
}
|
|
2910
|
-
|
|
2911
2683
|
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
2912
2684
|
.e-listboxtool-container .e-listbox-wrapper {
|
|
2913
2685
|
-ms-flex: 1;
|
|
2914
2686
|
flex: 1;
|
|
2915
2687
|
}
|
|
2916
|
-
|
|
2917
2688
|
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2918
2689
|
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2919
2690
|
margin-left: 15px;
|
|
2920
2691
|
}
|
|
2921
|
-
|
|
2922
2692
|
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
2923
2693
|
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
2924
2694
|
margin-right: 15px;
|
|
2925
2695
|
}
|
|
2926
|
-
|
|
2927
2696
|
.e-listboxtool-wrapper .e-listbox-tool,
|
|
2928
2697
|
.e-listboxtool-container .e-listbox-tool {
|
|
2929
2698
|
border: 1px solid #414040;
|
|
2930
2699
|
overflow: auto;
|
|
2931
2700
|
padding: 8px;
|
|
2932
2701
|
}
|
|
2933
|
-
|
|
2934
2702
|
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
2935
2703
|
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
2936
2704
|
display: list-item;
|
|
@@ -2942,7 +2710,6 @@ ejs-listbox {
|
|
|
2942
2710
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2943
2711
|
margin-right: 15px;
|
|
2944
2712
|
}
|
|
2945
|
-
|
|
2946
2713
|
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
2947
2714
|
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
2948
2715
|
margin-left: 15px;
|
|
@@ -2957,7 +2724,6 @@ ejs-listbox {
|
|
|
2957
2724
|
border-right: 0 solid transparent;
|
|
2958
2725
|
border-top: 0 solid transparent;
|
|
2959
2726
|
}
|
|
2960
|
-
|
|
2961
2727
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2962
2728
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2963
2729
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
@@ -2976,7 +2742,6 @@ ejs-listbox {
|
|
|
2976
2742
|
.e-listbox-container.e-bigger .e-list-header {
|
|
2977
2743
|
padding: 12px 16px;
|
|
2978
2744
|
}
|
|
2979
|
-
|
|
2980
2745
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2981
2746
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2982
2747
|
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
@@ -2989,21 +2754,18 @@ ejs-listbox {
|
|
|
2989
2754
|
line-height: 1.6;
|
|
2990
2755
|
position: relative;
|
|
2991
2756
|
}
|
|
2992
|
-
|
|
2993
2757
|
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
2994
2758
|
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
2995
2759
|
.e-bigger .e-listbox-container .e-list-parent,
|
|
2996
2760
|
.e-listbox-container.e-bigger .e-list-parent {
|
|
2997
2761
|
min-height: 45px;
|
|
2998
2762
|
}
|
|
2999
|
-
|
|
3000
2763
|
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
3001
2764
|
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
3002
2765
|
.e-bigger .e-listbox-container .e-text-content,
|
|
3003
2766
|
.e-listbox-container.e-bigger .e-text-content {
|
|
3004
2767
|
font-size: 15px;
|
|
3005
2768
|
}
|
|
3006
|
-
|
|
3007
2769
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3008
2770
|
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3009
2771
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
@@ -3011,7 +2773,6 @@ ejs-listbox {
|
|
|
3011
2773
|
height: 45px;
|
|
3012
2774
|
line-height: 45px;
|
|
3013
2775
|
}
|
|
3014
|
-
|
|
3015
2776
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3016
2777
|
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3017
2778
|
.e-bigger .e-listbox-container .e-list-header,
|
|
@@ -3023,28 +2784,24 @@ ejs-listbox {
|
|
|
3023
2784
|
font-weight: 600;
|
|
3024
2785
|
height: 45px;
|
|
3025
2786
|
}
|
|
3026
|
-
|
|
3027
2787
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3028
2788
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3029
2789
|
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3030
2790
|
.e-listbox-container.e-bigger .e-list-header .e-text.header {
|
|
3031
2791
|
display: none;
|
|
3032
2792
|
}
|
|
3033
|
-
|
|
3034
2793
|
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3035
2794
|
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3036
2795
|
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3037
2796
|
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3038
2797
|
display: none;
|
|
3039
2798
|
}
|
|
3040
|
-
|
|
3041
2799
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3042
2800
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3043
2801
|
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3044
2802
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3045
2803
|
font-size: 15px;
|
|
3046
2804
|
}
|
|
3047
|
-
|
|
3048
2805
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3049
2806
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3050
2807
|
height: calc(100% - 45px);
|
|
@@ -3071,7 +2828,6 @@ ejs-listbox {
|
|
|
3071
2828
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3072
2829
|
font-size: 13px;
|
|
3073
2830
|
}
|
|
3074
|
-
|
|
3075
2831
|
.e-listbox-wrapper .e-list-header,
|
|
3076
2832
|
.e-listbox-container .e-list-header {
|
|
3077
2833
|
background-color: #201f1f;
|
|
@@ -3100,8 +2856,7 @@ ejs-listbox {
|
|
|
3100
2856
|
color: #dadada;
|
|
3101
2857
|
}
|
|
3102
2858
|
|
|
3103
|
-
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3104
|
-
.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
2859
|
+
.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),
|
|
3105
2860
|
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3106
2861
|
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3107
2862
|
background-color: #414040;
|
|
@@ -3121,16 +2876,14 @@ ejs-listbox {
|
|
|
3121
2876
|
color: #dadada;
|
|
3122
2877
|
}
|
|
3123
2878
|
|
|
3124
|
-
.e-listbox-wrapper .e-list-item.e-focused,
|
|
3125
|
-
.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2879
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3126
2880
|
.e-listbox-container .e-list-item.e-focused,
|
|
3127
2881
|
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist {
|
|
3128
2882
|
background-color: #514f4f;
|
|
3129
2883
|
color: #fff;
|
|
3130
2884
|
}
|
|
3131
2885
|
|
|
3132
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3133
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2886
|
+
.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,
|
|
3134
2887
|
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3135
2888
|
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3136
2889
|
background-color: #0074cc;
|
|
@@ -3163,17 +2916,14 @@ ejs-listbox {
|
|
|
3163
2916
|
height: inherit;
|
|
3164
2917
|
position: relative;
|
|
3165
2918
|
}
|
|
3166
|
-
|
|
3167
2919
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3168
2920
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3169
2921
|
padding: 0.6153em 0.923em;
|
|
3170
2922
|
}
|
|
3171
|
-
|
|
3172
2923
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3173
2924
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3174
2925
|
padding: 0.6153em 0.923em;
|
|
3175
2926
|
}
|
|
3176
|
-
|
|
3177
2927
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3178
2928
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3179
2929
|
color: #dadada;
|
|
@@ -3186,7 +2936,6 @@ ejs-listbox {
|
|
|
3186
2936
|
text-overflow: ellipsis;
|
|
3187
2937
|
white-space: nowrap;
|
|
3188
2938
|
}
|
|
3189
|
-
|
|
3190
2939
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3191
2940
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3192
2941
|
color: #dadada;
|
|
@@ -3196,14 +2945,12 @@ ejs-listbox {
|
|
|
3196
2945
|
padding: 0.093em 0;
|
|
3197
2946
|
word-wrap: break-word;
|
|
3198
2947
|
}
|
|
3199
|
-
|
|
3200
2948
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3201
2949
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3202
2950
|
overflow: hidden;
|
|
3203
2951
|
text-overflow: ellipsis;
|
|
3204
2952
|
white-space: nowrap;
|
|
3205
2953
|
}
|
|
3206
|
-
|
|
3207
2954
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3208
2955
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3209
2956
|
height: 3.0769em;
|
|
@@ -3212,19 +2959,16 @@ ejs-listbox {
|
|
|
3212
2959
|
top: 0.6153em;
|
|
3213
2960
|
width: 3.0769em;
|
|
3214
2961
|
}
|
|
3215
|
-
|
|
3216
2962
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3217
2963
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3218
2964
|
padding-left: 4.923em;
|
|
3219
2965
|
padding-right: 0.923em;
|
|
3220
2966
|
}
|
|
3221
|
-
|
|
3222
2967
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3223
2968
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3224
2969
|
padding-left: 0.923em;
|
|
3225
2970
|
padding-right: 4.923em;
|
|
3226
2971
|
}
|
|
3227
|
-
|
|
3228
2972
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3229
2973
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3230
2974
|
height: 3.0769em;
|
|
@@ -3233,17 +2977,14 @@ ejs-listbox {
|
|
|
3233
2977
|
top: 0.6153em;
|
|
3234
2978
|
width: 3.0769em;
|
|
3235
2979
|
}
|
|
3236
|
-
|
|
3237
2980
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3238
2981
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
|
|
3239
2982
|
top: 0.6153em;
|
|
3240
2983
|
}
|
|
3241
|
-
|
|
3242
2984
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3243
2985
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3244
2986
|
top: 0.6153em;
|
|
3245
2987
|
}
|
|
3246
|
-
|
|
3247
2988
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3248
2989
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3249
2990
|
font-size: 13px;
|
|
@@ -3256,19 +2997,16 @@ ejs-listbox {
|
|
|
3256
2997
|
transform: translateY(-50%);
|
|
3257
2998
|
width: 1.5384em;
|
|
3258
2999
|
}
|
|
3259
|
-
|
|
3260
3000
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3261
3001
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3262
3002
|
padding-left: 4.923em;
|
|
3263
3003
|
padding-right: 3.3846em;
|
|
3264
3004
|
}
|
|
3265
|
-
|
|
3266
3005
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3267
3006
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3268
3007
|
padding-left: 0.923em;
|
|
3269
3008
|
padding-right: 3.3846em;
|
|
3270
3009
|
}
|
|
3271
|
-
|
|
3272
3010
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3273
3011
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3274
3012
|
display: block;
|
|
@@ -3278,65 +3016,54 @@ ejs-listbox {
|
|
|
3278
3016
|
text-overflow: ellipsis;
|
|
3279
3017
|
white-space: nowrap;
|
|
3280
3018
|
}
|
|
3281
|
-
|
|
3282
3019
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3283
3020
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
|
|
3284
3021
|
color: #dadada;
|
|
3285
3022
|
}
|
|
3286
|
-
|
|
3287
3023
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3288
3024
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3289
3025
|
color: #dadada;
|
|
3290
3026
|
}
|
|
3291
|
-
|
|
3292
3027
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3293
3028
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header {
|
|
3294
3029
|
color: #fff;
|
|
3295
3030
|
}
|
|
3296
|
-
|
|
3297
3031
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3298
3032
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3299
3033
|
color: #fff;
|
|
3300
3034
|
}
|
|
3301
|
-
|
|
3302
3035
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3303
3036
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3304
3037
|
left: inherit;
|
|
3305
3038
|
right: 0.923em;
|
|
3306
3039
|
}
|
|
3307
|
-
|
|
3308
3040
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3309
3041
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3310
3042
|
padding-left: 0.923em;
|
|
3311
3043
|
padding-right: 4.923em;
|
|
3312
3044
|
}
|
|
3313
|
-
|
|
3314
3045
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3315
3046
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3316
3047
|
padding-left: 4.923em;
|
|
3317
3048
|
padding-right: 0.923em;
|
|
3318
3049
|
}
|
|
3319
|
-
|
|
3320
3050
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3321
3051
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3322
3052
|
left: 0.923em;
|
|
3323
3053
|
right: inherit;
|
|
3324
3054
|
}
|
|
3325
|
-
|
|
3326
3055
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3327
3056
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3328
3057
|
left: 0.923em;
|
|
3329
3058
|
right: inherit;
|
|
3330
3059
|
}
|
|
3331
|
-
|
|
3332
3060
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3333
3061
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3334
3062
|
padding-left: 3.3846em;
|
|
3335
3063
|
padding-right: 4.923em;
|
|
3336
3064
|
}
|
|
3337
|
-
|
|
3338
3065
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3339
3066
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3340
3067
|
padding-left: 3.3846em;
|
|
3341
3068
|
padding-right: 0.923em;
|
|
3342
|
-
}
|
|
3069
|
+
}
|