@syncfusion/ej2-dropdowns 20.1.55 → 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 +18 -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 +9 -1
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +9 -1
- 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 +7 -7
- package/src/drop-down-list/drop-down-list.js +9 -1
- 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.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: rgba(234, 234, 234, 0.25);
|
|
157
149
|
}
|
|
158
|
-
|
|
159
150
|
.e-dropdownbase .e-list-item {
|
|
160
151
|
-webkit-tap-highlight-color: transparent;
|
|
161
152
|
background-color: #fff;
|
|
@@ -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: #d1ebff;
|
|
190
180
|
border-color: #fff;
|
|
191
181
|
color: #333;
|
|
@@ -205,8 +195,7 @@
|
|
|
205
195
|
background-color: #f4f4f4;
|
|
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.4);
|
|
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
|
margin-top: 0;
|
|
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: #333;
|
|
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
|
font-size: 14px;
|
|
432
410
|
line-height: 40px;
|
|
433
411
|
padding-left: 0;
|
|
@@ -442,37 +420,33 @@
|
|
|
442
420
|
padding: 0;
|
|
443
421
|
}
|
|
444
422
|
|
|
445
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
446
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
423
|
+
.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 {
|
|
447
424
|
height: 34px;
|
|
448
425
|
}
|
|
449
426
|
|
|
450
427
|
.e-ddl .e-search-icon::before {
|
|
451
|
-
content:
|
|
428
|
+
content: "\e97d";
|
|
452
429
|
}
|
|
453
430
|
|
|
454
431
|
.e-ddl .e-back-icon::before {
|
|
455
|
-
content:
|
|
432
|
+
content: "\e962";
|
|
456
433
|
}
|
|
457
434
|
|
|
458
435
|
.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
|
|
459
|
-
content:
|
|
460
|
-
font-family:
|
|
436
|
+
content: "\e966";
|
|
437
|
+
font-family: "e-icons";
|
|
461
438
|
}
|
|
462
439
|
|
|
463
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter,
|
|
464
|
-
.e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
440
|
+
.e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
|
|
465
441
|
margin-left: -20px;
|
|
466
442
|
}
|
|
467
443
|
|
|
468
444
|
.e-bigger .e-ddl.e-popup .e-list-item {
|
|
469
445
|
font-size: 15px;
|
|
470
446
|
}
|
|
471
|
-
|
|
472
447
|
.e-bigger .e-ddl.e-popup .e-list-group-item {
|
|
473
448
|
font-size: 15px;
|
|
474
449
|
}
|
|
475
|
-
|
|
476
450
|
.e-bigger .e-ddl.e-popup .e-input-group {
|
|
477
451
|
padding: 4px 0;
|
|
478
452
|
}
|
|
@@ -480,11 +454,9 @@
|
|
|
480
454
|
.e-bigger.e-ddl.e-popup .e-list-item {
|
|
481
455
|
font-size: 15px;
|
|
482
456
|
}
|
|
483
|
-
|
|
484
457
|
.e-bigger.e-ddl.e-popup .e-list-group-item {
|
|
485
458
|
font-size: 15px;
|
|
486
459
|
}
|
|
487
|
-
|
|
488
460
|
.e-bigger.e-ddl.e-popup .e-input-group {
|
|
489
461
|
padding: 4px 0;
|
|
490
462
|
}
|
|
@@ -498,7 +470,6 @@
|
|
|
498
470
|
right: 0;
|
|
499
471
|
top: 0;
|
|
500
472
|
}
|
|
501
|
-
|
|
502
473
|
.e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
|
|
503
474
|
margin: 0;
|
|
504
475
|
}
|
|
@@ -508,7 +479,7 @@
|
|
|
508
479
|
}
|
|
509
480
|
|
|
510
481
|
.e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
|
|
511
|
-
content:
|
|
482
|
+
content: "";
|
|
512
483
|
}
|
|
513
484
|
|
|
514
485
|
.e-ddl-device-filter .e-filter-parent {
|
|
@@ -535,8 +506,7 @@
|
|
|
535
506
|
cursor: pointer;
|
|
536
507
|
}
|
|
537
508
|
|
|
538
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
|
|
539
|
-
.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
|
|
509
|
+
.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 {
|
|
540
510
|
width: 0;
|
|
541
511
|
}
|
|
542
512
|
|
|
@@ -545,10 +515,9 @@
|
|
|
545
515
|
border: 1px solid #eaeaea;
|
|
546
516
|
position: absolute;
|
|
547
517
|
}
|
|
548
|
-
|
|
549
518
|
.e-ddl.e-popup .e-search-icon {
|
|
550
519
|
margin: 0;
|
|
551
|
-
opacity: .57;
|
|
520
|
+
opacity: 0.57;
|
|
552
521
|
padding: 8px;
|
|
553
522
|
}
|
|
554
523
|
|
|
@@ -556,11 +525,7 @@
|
|
|
556
525
|
padding: 0;
|
|
557
526
|
}
|
|
558
527
|
|
|
559
|
-
.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter,
|
|
560
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter,
|
|
561
|
-
.e-ddl.e-popup .e-filter-parent .e-input-filter:focus,
|
|
562
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
|
|
563
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
|
|
528
|
+
.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 {
|
|
564
529
|
padding: 0 12px;
|
|
565
530
|
}
|
|
566
531
|
|
|
@@ -568,8 +533,7 @@
|
|
|
568
533
|
margin-bottom: 0;
|
|
569
534
|
}
|
|
570
535
|
|
|
571
|
-
.e-ddl.e-popup .e-ddl-footer,
|
|
572
|
-
.e-ddl.e-popup .e-ddl-header {
|
|
536
|
+
.e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
|
|
573
537
|
cursor: default;
|
|
574
538
|
}
|
|
575
539
|
|
|
@@ -641,7 +605,6 @@
|
|
|
641
605
|
outline: none;
|
|
642
606
|
width: 100%;
|
|
643
607
|
}
|
|
644
|
-
|
|
645
608
|
.e-ddl.e-input-group input[readonly].e-input,
|
|
646
609
|
.e-ddl.e-input-group input[readonly],
|
|
647
610
|
.e-ddl.e-input-group .e-dropdownlist {
|
|
@@ -658,7 +621,6 @@ ejs-dropdownlist {
|
|
|
658
621
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
659
622
|
font-size: 13px;
|
|
660
623
|
}
|
|
661
|
-
|
|
662
624
|
.e-small .e-ddl.e-popup .e-list-group-item,
|
|
663
625
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
664
626
|
font-size: 13px;
|
|
@@ -668,7 +630,6 @@ ejs-dropdownlist {
|
|
|
668
630
|
.e-input-group.e-ddl.e-small .e-list-item {
|
|
669
631
|
font-size: 13px;
|
|
670
632
|
}
|
|
671
|
-
|
|
672
633
|
.e-small.e-ddl.e-popup .e-list-group-item,
|
|
673
634
|
.e-input-group.e-ddl.e-small .e-list-group-item {
|
|
674
635
|
font-size: 13px;
|
|
@@ -678,7 +639,6 @@ ejs-dropdownlist {
|
|
|
678
639
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
679
640
|
font-size: 14px;
|
|
680
641
|
}
|
|
681
|
-
|
|
682
642
|
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
683
643
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
684
644
|
font-size: 14px;
|
|
@@ -688,7 +648,6 @@ ejs-dropdownlist {
|
|
|
688
648
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-item {
|
|
689
649
|
font-size: 14px;
|
|
690
650
|
}
|
|
691
|
-
|
|
692
651
|
.e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
|
|
693
652
|
.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
|
|
694
653
|
font-size: 14px;
|
|
@@ -728,7 +687,6 @@ ejs-dropdownlist {
|
|
|
728
687
|
transform: rotate(360deg);
|
|
729
688
|
}
|
|
730
689
|
}
|
|
731
|
-
|
|
732
690
|
@keyframes fabric-spinner-rotate {
|
|
733
691
|
0% {
|
|
734
692
|
transform: rotate(0);
|
|
@@ -737,67 +695,55 @@ ejs-dropdownlist {
|
|
|
737
695
|
transform: rotate(360deg);
|
|
738
696
|
}
|
|
739
697
|
}
|
|
740
|
-
|
|
741
698
|
/*! TreeView's fabric theme wise override definitions and variables */
|
|
742
699
|
.e-ddt .e-ddt-icon::before {
|
|
743
|
-
content:
|
|
700
|
+
content: "\e966";
|
|
744
701
|
}
|
|
745
|
-
|
|
746
702
|
.e-ddt .e-chips-close::before {
|
|
747
|
-
content:
|
|
703
|
+
content: "\e7a7";
|
|
748
704
|
}
|
|
749
705
|
|
|
750
706
|
.e-ddt {
|
|
751
707
|
cursor: pointer;
|
|
752
708
|
outline: none;
|
|
753
709
|
}
|
|
754
|
-
|
|
755
710
|
.e-ddt .e-ddt-icon::before {
|
|
756
711
|
transform: rotate(0deg);
|
|
757
712
|
transition: transform 300ms ease;
|
|
758
713
|
}
|
|
759
|
-
|
|
760
714
|
.e-ddt.e-icon-anim .e-ddt-icon::before {
|
|
761
715
|
transform: rotate(180deg);
|
|
762
716
|
transition: transform 300ms ease;
|
|
763
717
|
}
|
|
764
|
-
|
|
765
718
|
.e-ddt .e-ddt-hidden {
|
|
766
719
|
border: 0;
|
|
767
720
|
height: 0;
|
|
768
721
|
visibility: hidden;
|
|
769
722
|
width: 0;
|
|
770
723
|
}
|
|
771
|
-
|
|
772
724
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
773
725
|
box-sizing: content-box;
|
|
774
726
|
min-height: 30px;
|
|
775
727
|
}
|
|
776
|
-
|
|
777
728
|
.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 {
|
|
778
729
|
border: 0;
|
|
779
730
|
}
|
|
780
|
-
|
|
781
731
|
.e-ddt.e-input-group.e-control-wrapper .e-icon-hide, .e-ddt.e-float-input.e-control-wrapper .e-icon-hide {
|
|
782
732
|
display: none;
|
|
783
733
|
}
|
|
784
|
-
|
|
785
734
|
.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 {
|
|
786
735
|
bottom: 0;
|
|
787
736
|
position: absolute;
|
|
788
737
|
right: 0;
|
|
789
738
|
}
|
|
790
|
-
|
|
791
739
|
.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 {
|
|
792
740
|
right: 30px;
|
|
793
741
|
}
|
|
794
|
-
|
|
795
742
|
.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 {
|
|
796
743
|
bottom: 0;
|
|
797
744
|
position: absolute;
|
|
798
745
|
right: 0;
|
|
799
746
|
}
|
|
800
|
-
|
|
801
747
|
.e-ddt.e-input-group.e-control-wrapper.e-show-chip.e-input-focus input.e-dropdowntree.e-chip-input,
|
|
802
748
|
.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,
|
|
803
749
|
.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,
|
|
@@ -806,23 +752,19 @@ ejs-dropdownlist {
|
|
|
806
752
|
padding-left: 0;
|
|
807
753
|
padding-right: 0;
|
|
808
754
|
}
|
|
809
|
-
|
|
810
755
|
.e-ddt .e-chips-wrapper {
|
|
811
756
|
width: 100%;
|
|
812
757
|
}
|
|
813
|
-
|
|
814
758
|
.e-ddt.e-show-chip .e-chips-close {
|
|
815
759
|
line-height: 21px;
|
|
816
760
|
min-height: 26px;
|
|
817
761
|
min-width: 18px;
|
|
818
762
|
text-align: center;
|
|
819
763
|
}
|
|
820
|
-
|
|
821
764
|
.e-ddt.e-show-chip .e-chips-close::before {
|
|
822
765
|
font-size: 10px;
|
|
823
766
|
vertical-align: middle;
|
|
824
767
|
}
|
|
825
|
-
|
|
826
768
|
.e-ddt.e-show-chip .e-chips {
|
|
827
769
|
-ms-flex-align: center;
|
|
828
770
|
align-items: center;
|
|
@@ -839,7 +781,6 @@ ejs-dropdownlist {
|
|
|
839
781
|
text-overflow: ellipsis;
|
|
840
782
|
white-space: nowrap;
|
|
841
783
|
}
|
|
842
|
-
|
|
843
784
|
.e-ddt.e-show-chip .e-chips > .e-chipcontent {
|
|
844
785
|
max-width: 100%;
|
|
845
786
|
overflow: hidden;
|
|
@@ -849,78 +790,63 @@ ejs-dropdownlist {
|
|
|
849
790
|
white-space: nowrap;
|
|
850
791
|
line-height: 26px;
|
|
851
792
|
}
|
|
852
|
-
|
|
853
793
|
.e-ddt .e-overflow {
|
|
854
794
|
white-space: nowrap;
|
|
855
795
|
}
|
|
856
|
-
|
|
857
796
|
.e-ddt .e-overflow.e-show-text {
|
|
858
797
|
padding: 6px 10px 0 10px;
|
|
859
798
|
}
|
|
860
|
-
|
|
861
799
|
.e-ddt .e-overflow.e-total-count {
|
|
862
800
|
box-sizing: border-box;
|
|
863
801
|
display: inline-block;
|
|
864
802
|
overflow: hidden;
|
|
865
803
|
text-overflow: ellipsis;
|
|
866
804
|
}
|
|
867
|
-
|
|
868
805
|
.e-ddt .e-overflow.e-total-count .e-remain {
|
|
869
806
|
padding: 0 16px 0 0;
|
|
870
807
|
}
|
|
871
|
-
|
|
872
808
|
.e-ddt .e-overflow.e-wrap-count {
|
|
873
809
|
padding-top: 6px;
|
|
874
810
|
}
|
|
875
|
-
|
|
876
811
|
.e-ddt .e-overflow .e-remain {
|
|
877
812
|
cursor: pointer;
|
|
878
813
|
display: inline-block;
|
|
879
814
|
font-size: 14px;
|
|
880
815
|
padding: 0 0 0 16px;
|
|
881
816
|
}
|
|
882
|
-
|
|
883
817
|
.e-ddt .e-overflow .e-remain.e-wrap-count {
|
|
884
818
|
padding-top: 6px;
|
|
885
819
|
}
|
|
886
|
-
|
|
887
820
|
.e-ddt.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
888
821
|
padding: 6px 10px 0 10px;
|
|
889
822
|
}
|
|
890
|
-
|
|
891
823
|
.e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
892
824
|
margin-right: 30px;
|
|
893
825
|
max-width: calc(100% - 31px);
|
|
894
826
|
}
|
|
895
|
-
|
|
896
827
|
.e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
897
828
|
margin-right: 30px;
|
|
898
829
|
max-width: calc(100% - 31px);
|
|
899
830
|
}
|
|
900
|
-
|
|
901
831
|
.e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
902
832
|
margin-right: 60px;
|
|
903
833
|
max-width: calc(100% - 61px);
|
|
904
834
|
}
|
|
905
|
-
|
|
906
835
|
.e-ddt input[readonly],
|
|
907
836
|
.e-ddt .e-dropdowntree,
|
|
908
837
|
.e-ddt input[readonly].e-input {
|
|
909
838
|
pointer-events: none;
|
|
910
839
|
}
|
|
911
|
-
|
|
912
840
|
.e-ddt input[readonly].e-chip-input,
|
|
913
841
|
.e-ddt .e-dropdowntree.e-chip-input,
|
|
914
842
|
.e-ddt input[readonly].e-input.e-chip-input {
|
|
915
843
|
width: 0;
|
|
916
844
|
}
|
|
917
|
-
|
|
918
845
|
.e-ddt.e-popup {
|
|
919
846
|
border: 1px solid #eaeaea;
|
|
920
847
|
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);
|
|
921
848
|
position: absolute;
|
|
922
849
|
}
|
|
923
|
-
|
|
924
850
|
.e-ddt.e-popup .e-selectall-parent {
|
|
925
851
|
border-bottom: 1px solid;
|
|
926
852
|
cursor: pointer;
|
|
@@ -932,52 +858,41 @@ ejs-dropdownlist {
|
|
|
932
858
|
white-space: nowrap;
|
|
933
859
|
width: 100%;
|
|
934
860
|
}
|
|
935
|
-
|
|
936
861
|
.e-ddt.e-popup .e-selectall-parent.e-hide-selectall {
|
|
937
862
|
display: none;
|
|
938
863
|
}
|
|
939
|
-
|
|
940
864
|
.e-ddt.e-popup .e-selectall-parent .e-checkbox-wrapper {
|
|
941
865
|
position: relative;
|
|
942
866
|
text-indent: 0;
|
|
943
867
|
}
|
|
944
|
-
|
|
945
868
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
946
869
|
font-family: inherit;
|
|
947
870
|
font-size: 14px;
|
|
948
871
|
margin: 10px;
|
|
949
872
|
}
|
|
950
|
-
|
|
951
|
-
.e-ddt.e-popup .e-filter-wrap .e-input,
|
|
952
|
-
.e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
873
|
+
.e-ddt.e-popup .e-filter-wrap .e-input, .e-ddt.e-popup .e-filter-wrap .e-input:focus {
|
|
953
874
|
padding: 0 12px;
|
|
954
875
|
}
|
|
955
|
-
|
|
956
876
|
.e-ddt.e-popup .e-filter-wrap {
|
|
957
877
|
border: 1px solid #c8c8c8;
|
|
958
878
|
border-top-width: 0;
|
|
959
879
|
display: block;
|
|
960
880
|
padding: 5px;
|
|
961
881
|
}
|
|
962
|
-
|
|
963
882
|
.e-ddt.e-popup .e-filter-wrap {
|
|
964
883
|
border-left-width: 0;
|
|
965
884
|
border-right-width: 0;
|
|
966
885
|
}
|
|
967
|
-
|
|
968
886
|
.e-ddt.e-popup .e-filter-wrap .e-input-group {
|
|
969
887
|
margin-bottom: 0;
|
|
970
888
|
}
|
|
971
|
-
|
|
972
889
|
.e-ddt.e-popup .e-popup-content {
|
|
973
890
|
overflow: auto;
|
|
974
891
|
position: relative;
|
|
975
892
|
}
|
|
976
|
-
|
|
977
893
|
.e-ddt.e-popup .e-popup-content .e-ddt-nodata {
|
|
978
894
|
display: none;
|
|
979
895
|
}
|
|
980
|
-
|
|
981
896
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
982
897
|
cursor: default;
|
|
983
898
|
font-family: inherit;
|
|
@@ -985,88 +900,69 @@ ejs-dropdownlist {
|
|
|
985
900
|
padding: 14px 16px;
|
|
986
901
|
text-align: center;
|
|
987
902
|
}
|
|
988
|
-
|
|
989
903
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-treeview {
|
|
990
904
|
display: none;
|
|
991
905
|
}
|
|
992
|
-
|
|
993
906
|
.e-ddt.e-popup .e-popup-content.e-no-data .e-ddt-nodata {
|
|
994
907
|
display: block;
|
|
995
908
|
}
|
|
996
|
-
|
|
997
909
|
.e-ddt.e-popup .e-treeview {
|
|
998
910
|
display: inline-table;
|
|
999
911
|
width: 100%;
|
|
1000
912
|
}
|
|
1001
|
-
|
|
1002
913
|
.e-ddt.e-popup .e-treeview .e-list-item {
|
|
1003
914
|
padding: 0;
|
|
1004
915
|
}
|
|
1005
|
-
|
|
1006
916
|
.e-ddt.e-popup .e-treeview .e-list-item .e-ul {
|
|
1007
917
|
margin: 0;
|
|
1008
918
|
padding: 0 0 0 14px;
|
|
1009
919
|
}
|
|
1010
|
-
|
|
1011
920
|
.e-ddt.e-popup .e-treeview .e-fullrow {
|
|
1012
921
|
height: 36px;
|
|
1013
922
|
}
|
|
1014
|
-
|
|
1015
923
|
.e-ddt.e-popup .e-treeview > .e-ul {
|
|
1016
924
|
overflow: hidden;
|
|
1017
925
|
padding: 0 8px;
|
|
1018
926
|
}
|
|
1019
|
-
|
|
1020
927
|
.e-ddt.e-popup .e-treeview.e-fullrow-wrap .e-text-content {
|
|
1021
928
|
padding-bottom: 2px;
|
|
1022
929
|
padding-top: 2px;
|
|
1023
930
|
}
|
|
1024
|
-
|
|
1025
931
|
.e-ddt.e-popup .e-ddt-footer,
|
|
1026
932
|
.e-ddt.e-popup .e-ddt-header {
|
|
1027
933
|
cursor: default;
|
|
1028
934
|
}
|
|
1029
|
-
|
|
1030
935
|
.e-ddt.e-rtl.e-show-chip .e-chips {
|
|
1031
936
|
float: right;
|
|
1032
937
|
}
|
|
1033
|
-
|
|
1034
938
|
.e-ddt.e-rtl.e-show-chip .e-overflow .e-remain, .e-ddt.e-rtl.e-show-text .e-overflow .e-remain {
|
|
1035
939
|
padding: 0 16px 0 0;
|
|
1036
940
|
}
|
|
1037
|
-
|
|
1038
941
|
.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 {
|
|
1039
942
|
padding-top: 6px;
|
|
1040
943
|
}
|
|
1041
|
-
|
|
1042
944
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-wrap-count, .e-ddt.e-rtl.e-show-text .e-overflow.e-wrap-count {
|
|
1043
945
|
position: absolute;
|
|
1044
946
|
right: auto;
|
|
1045
947
|
}
|
|
1046
|
-
|
|
1047
948
|
.e-ddt.e-rtl.e-show-text .e-overflow.e-total-count .e-remain {
|
|
1048
949
|
padding: 0 0 0 16px;
|
|
1049
950
|
}
|
|
1050
|
-
|
|
1051
951
|
.e-ddt.e-rtl.e-show-chip .e-overflow.e-total-count .e-remain {
|
|
1052
952
|
padding: 6px 10px 0 10px;
|
|
1053
953
|
}
|
|
1054
|
-
|
|
1055
954
|
.e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1056
955
|
margin-left: 30px;
|
|
1057
956
|
margin-right: 1px;
|
|
1058
957
|
}
|
|
1059
|
-
|
|
1060
958
|
.e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1061
959
|
margin-left: 30px;
|
|
1062
960
|
margin-right: 1px;
|
|
1063
961
|
}
|
|
1064
|
-
|
|
1065
962
|
.e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1066
963
|
margin-left: 60px;
|
|
1067
964
|
margin-right: 1px;
|
|
1068
965
|
}
|
|
1069
|
-
|
|
1070
966
|
.e-ddt.e-rtl.e-input-group.e-control-wrapper.e-show-chip .e-clear-icon,
|
|
1071
967
|
.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,
|
|
1072
968
|
.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,
|
|
@@ -1075,11 +971,9 @@ ejs-dropdownlist {
|
|
|
1075
971
|
left: 0;
|
|
1076
972
|
right: auto;
|
|
1077
973
|
}
|
|
1078
|
-
|
|
1079
974
|
.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 {
|
|
1080
975
|
left: 30px;
|
|
1081
976
|
}
|
|
1082
|
-
|
|
1083
977
|
.e-ddt.e-rtl.e-popup .e-treeview .e-list-item .e-ul {
|
|
1084
978
|
padding: 0 14px 0 0;
|
|
1085
979
|
}
|
|
@@ -1092,7 +986,6 @@ ejs-dropdownlist {
|
|
|
1092
986
|
.e-ddt.e-bigger .e-chips {
|
|
1093
987
|
height: 34px;
|
|
1094
988
|
}
|
|
1095
|
-
|
|
1096
989
|
.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,
|
|
1097
990
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip.e-show-dd-icon .e-clear-icon,
|
|
1098
991
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon,
|
|
@@ -1100,7 +993,6 @@ ejs-dropdownlist {
|
|
|
1100
993
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text.e-show-dd-icon .e-clear-icon {
|
|
1101
994
|
right: 38px;
|
|
1102
995
|
}
|
|
1103
|
-
|
|
1104
996
|
.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,
|
|
1105
997
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-chip .e-ddt-icon,
|
|
1106
998
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper.e-show-text .e-ddt-icon,
|
|
@@ -1108,64 +1000,53 @@ ejs-dropdownlist {
|
|
|
1108
1000
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper.e-show-text .e-ddt-icon {
|
|
1109
1001
|
bottom: 0;
|
|
1110
1002
|
}
|
|
1111
|
-
|
|
1112
1003
|
.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,
|
|
1113
1004
|
.e-ddt.e-bigger.e-input-group.e-control-wrapper .e-clear-icon,
|
|
1114
1005
|
.e-ddt.e-bigger.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1115
1006
|
min-height: 38px;
|
|
1116
1007
|
}
|
|
1117
|
-
|
|
1118
1008
|
.e-bigger .e-ddt .e-overflow.e-show-text,
|
|
1119
1009
|
.e-ddt.e-bigger .e-overflow.e-show-text {
|
|
1120
1010
|
padding: 8px 12px 0 12px;
|
|
1121
1011
|
}
|
|
1122
|
-
|
|
1123
1012
|
.e-bigger .e-ddt.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1124
1013
|
.e-ddt.e-bigger.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1125
1014
|
margin-right: 38px;
|
|
1126
1015
|
max-width: calc(100% - 39px);
|
|
1127
1016
|
}
|
|
1128
|
-
|
|
1129
1017
|
.e-bigger .e-ddt.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1130
1018
|
.e-ddt.e-bigger.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1131
1019
|
margin-right: 38px;
|
|
1132
1020
|
max-width: calc(100% - 39px);
|
|
1133
1021
|
}
|
|
1134
|
-
|
|
1135
1022
|
.e-bigger .e-ddt.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1136
1023
|
.e-ddt.e-bigger.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1137
1024
|
margin-right: 76px;
|
|
1138
1025
|
max-width: calc(100% - 77px);
|
|
1139
1026
|
}
|
|
1140
|
-
|
|
1141
1027
|
.e-bigger .e-ddt.e-popup .e-selectall-parent,
|
|
1142
1028
|
.e-ddt.e-bigger.e-popup .e-selectall-parent {
|
|
1143
1029
|
text-indent: 43px;
|
|
1144
1030
|
}
|
|
1145
|
-
|
|
1146
1031
|
.e-bigger .e-ddt.e-popup .e-treeview .e-fullrow,
|
|
1147
1032
|
.e-ddt.e-bigger.e-popup .e-treeview .e-fullrow {
|
|
1148
1033
|
height: 44px;
|
|
1149
1034
|
}
|
|
1150
|
-
|
|
1151
1035
|
.e-bigger .e-ddt.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1152
1036
|
.e-ddt.e-bigger.e-rtl.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1153
1037
|
margin-left: 38px;
|
|
1154
1038
|
margin-right: 1px;
|
|
1155
1039
|
}
|
|
1156
|
-
|
|
1157
1040
|
.e-bigger .e-ddt.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child,
|
|
1158
1041
|
.e-ddt.e-bigger.e-rtl.e-show-clear .e-chips-wrapper .e-chips:last-child {
|
|
1159
1042
|
margin-left: 38px;
|
|
1160
1043
|
margin-right: 1px;
|
|
1161
1044
|
}
|
|
1162
|
-
|
|
1163
1045
|
.e-bigger .e-ddt.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child,
|
|
1164
1046
|
.e-ddt.e-bigger.e-rtl.e-show-clear.e-show-dd-icon .e-chips-wrapper .e-chips:last-child {
|
|
1165
1047
|
margin-left: 76px;
|
|
1166
1048
|
margin-right: 1px;
|
|
1167
1049
|
}
|
|
1168
|
-
|
|
1169
1050
|
.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,
|
|
1170
1051
|
.e-ddt.e-bigger.e-rtl.e-show-chip.e-input-group.e-show-dd-icon .e-clear-icon,
|
|
1171
1052
|
.e-ddt.e-bigger.e-rtl.e-show-text.e-input-group.e-show-dd-icon .e-clear-icon {
|
|
@@ -1176,44 +1057,34 @@ ejs-dropdownlist {
|
|
|
1176
1057
|
.e-ddt .e-chips {
|
|
1177
1058
|
background-color: #f4f4f4;
|
|
1178
1059
|
}
|
|
1179
|
-
|
|
1180
1060
|
.e-ddt .e-chips .e-chips-close::before {
|
|
1181
1061
|
color: #666;
|
|
1182
1062
|
}
|
|
1183
|
-
|
|
1184
1063
|
.e-ddt .e-chips > .e-chipcontent {
|
|
1185
1064
|
color: #666;
|
|
1186
1065
|
}
|
|
1187
|
-
|
|
1188
1066
|
.e-ddt .e-chips:hover {
|
|
1189
1067
|
background-color: #eaeaea;
|
|
1190
1068
|
}
|
|
1191
|
-
|
|
1192
1069
|
.e-ddt .e-chips:hover > .e-chipcontent {
|
|
1193
1070
|
color: #666;
|
|
1194
1071
|
}
|
|
1195
|
-
|
|
1196
1072
|
.e-ddt .e-overflow .e-remain {
|
|
1197
1073
|
color: #666;
|
|
1198
1074
|
}
|
|
1199
|
-
|
|
1200
1075
|
.e-ddt.e-input-group.e-control-wrapper .e-clear-icon, .e-ddt.e-float-input.e-control-wrapper .e-clear-icon {
|
|
1201
1076
|
background-color: #fff;
|
|
1202
1077
|
}
|
|
1203
|
-
|
|
1204
1078
|
.e-ddt.e-popup {
|
|
1205
1079
|
background: #fff;
|
|
1206
1080
|
border-color: #eaeaea;
|
|
1207
1081
|
}
|
|
1208
|
-
|
|
1209
1082
|
.e-ddt.e-popup .e-popup-content.e-no-data {
|
|
1210
1083
|
color: #333;
|
|
1211
1084
|
}
|
|
1212
|
-
|
|
1213
1085
|
.e-ddt.e-popup .e-selectall-parent {
|
|
1214
1086
|
border-bottom-color: #eaeaea;
|
|
1215
1087
|
}
|
|
1216
|
-
|
|
1217
1088
|
.e-ddt.e-popup .e-selectall-parent .e-all-text {
|
|
1218
1089
|
color: rgba(51, 51, 51, 0.87);
|
|
1219
1090
|
}
|
|
@@ -1226,7 +1097,6 @@ ejs-dropdownlist {
|
|
|
1226
1097
|
transform: rotate(360deg);
|
|
1227
1098
|
}
|
|
1228
1099
|
}
|
|
1229
|
-
|
|
1230
1100
|
@keyframes fabric-spinner-rotate {
|
|
1231
1101
|
0% {
|
|
1232
1102
|
transform: rotate(0);
|
|
@@ -1235,7 +1105,6 @@ ejs-dropdownlist {
|
|
|
1235
1105
|
transform: rotate(360deg);
|
|
1236
1106
|
}
|
|
1237
1107
|
}
|
|
1238
|
-
|
|
1239
1108
|
.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon {
|
|
1240
1109
|
height: 30px;
|
|
1241
1110
|
width: 30px;
|
|
@@ -1256,12 +1125,12 @@ ejs-dropdownlist {
|
|
|
1256
1125
|
}
|
|
1257
1126
|
|
|
1258
1127
|
.e-multiselect.e-input-group .e-ddl-icon::before {
|
|
1259
|
-
content:
|
|
1260
|
-
font-family:
|
|
1128
|
+
content: "\e966";
|
|
1129
|
+
font-family: "e-icons";
|
|
1261
1130
|
}
|
|
1262
1131
|
|
|
1263
1132
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1264
|
-
content:
|
|
1133
|
+
content: "\e7a7";
|
|
1265
1134
|
cursor: pointer;
|
|
1266
1135
|
left: 8px;
|
|
1267
1136
|
position: relative;
|
|
@@ -1269,7 +1138,7 @@ ejs-dropdownlist {
|
|
|
1269
1138
|
}
|
|
1270
1139
|
|
|
1271
1140
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
1272
|
-
content:
|
|
1141
|
+
content: "\e7a7";
|
|
1273
1142
|
cursor: pointer;
|
|
1274
1143
|
left: 10px;
|
|
1275
1144
|
position: relative;
|
|
@@ -1277,7 +1146,7 @@ ejs-dropdownlist {
|
|
|
1277
1146
|
}
|
|
1278
1147
|
|
|
1279
1148
|
.e-multiselect.e-input-group .e-ddl-disable-icon::before {
|
|
1280
|
-
content:
|
|
1149
|
+
content: "";
|
|
1281
1150
|
}
|
|
1282
1151
|
|
|
1283
1152
|
.e-multi-select-wrapper {
|
|
@@ -1292,54 +1161,43 @@ ejs-dropdownlist {
|
|
|
1292
1161
|
user-select: none;
|
|
1293
1162
|
width: 100%;
|
|
1294
1163
|
}
|
|
1295
|
-
|
|
1296
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher,
|
|
1297
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1164
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1298
1165
|
height: 27px;
|
|
1299
1166
|
vertical-align: middle;
|
|
1300
1167
|
}
|
|
1301
|
-
|
|
1302
|
-
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase,
|
|
1303
|
-
.e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1168
|
+
.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase {
|
|
1304
1169
|
height: 100%;
|
|
1305
1170
|
min-height: 100%;
|
|
1306
1171
|
}
|
|
1307
|
-
|
|
1308
1172
|
.e-multi-select-wrapper .e-delim-view {
|
|
1309
1173
|
white-space: nowrap;
|
|
1310
1174
|
}
|
|
1311
|
-
|
|
1312
1175
|
.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 {
|
|
1313
1176
|
box-sizing: border-box;
|
|
1314
1177
|
display: inline-block;
|
|
1315
1178
|
overflow: hidden;
|
|
1316
1179
|
text-overflow: ellipsis;
|
|
1317
1180
|
}
|
|
1318
|
-
|
|
1319
1181
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1320
1182
|
color: #fff;
|
|
1321
1183
|
font-size: 10px;
|
|
1322
1184
|
left: 12px;
|
|
1323
1185
|
top: 0;
|
|
1324
1186
|
}
|
|
1325
|
-
|
|
1326
1187
|
.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1327
1188
|
background-color: #0078d6;
|
|
1328
1189
|
color: #fff;
|
|
1329
1190
|
padding: 9px 0;
|
|
1330
1191
|
}
|
|
1331
|
-
|
|
1332
1192
|
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1333
1193
|
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1334
1194
|
width: 0;
|
|
1335
1195
|
}
|
|
1336
|
-
|
|
1337
|
-
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=
|
|
1338
|
-
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] {
|
|
1196
|
+
.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text],
|
|
1197
|
+
.e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] {
|
|
1339
1198
|
height: 1px;
|
|
1340
1199
|
min-height: 1px;
|
|
1341
1200
|
}
|
|
1342
|
-
|
|
1343
1201
|
.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent {
|
|
1344
1202
|
max-width: 100%;
|
|
1345
1203
|
}
|
|
@@ -1351,19 +1209,16 @@ ejs-dropdownlist {
|
|
|
1351
1209
|
float: left;
|
|
1352
1210
|
width: auto;
|
|
1353
1211
|
}
|
|
1354
|
-
|
|
1355
1212
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
|
|
1356
1213
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
|
|
1357
1214
|
display: -ms-inline-flexbox;
|
|
1358
1215
|
display: inline-flex;
|
|
1359
1216
|
float: none;
|
|
1360
1217
|
}
|
|
1361
|
-
|
|
1362
1218
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
|
|
1363
1219
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
|
|
1364
1220
|
width: 0;
|
|
1365
1221
|
}
|
|
1366
|
-
|
|
1367
1222
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
|
|
1368
1223
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
|
|
1369
1224
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
|
|
@@ -1372,12 +1227,10 @@ ejs-dropdownlist {
|
|
|
1372
1227
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
|
|
1373
1228
|
display: none;
|
|
1374
1229
|
}
|
|
1375
|
-
|
|
1376
1230
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
|
|
1377
1231
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
|
|
1378
1232
|
padding: 0 48px 0 0;
|
|
1379
1233
|
}
|
|
1380
|
-
|
|
1381
1234
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
|
|
1382
1235
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
|
|
1383
1236
|
-ms-flex-align: center;
|
|
@@ -1386,7 +1239,6 @@ ejs-dropdownlist {
|
|
|
1386
1239
|
max-width: 100%;
|
|
1387
1240
|
word-break: break-word;
|
|
1388
1241
|
}
|
|
1389
|
-
|
|
1390
1242
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1391
1243
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1392
1244
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1404,7 +1256,6 @@ ejs-dropdownlist {
|
|
|
1404
1256
|
right: 0;
|
|
1405
1257
|
top: 100%;
|
|
1406
1258
|
}
|
|
1407
|
-
|
|
1408
1259
|
.e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
1409
1260
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1410
1261
|
.e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
|
|
@@ -1412,19 +1263,16 @@ ejs-dropdownlist {
|
|
|
1412
1263
|
display: -ms-flexbox;
|
|
1413
1264
|
display: flex;
|
|
1414
1265
|
}
|
|
1415
|
-
|
|
1416
1266
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
|
|
1417
1267
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
|
|
1418
1268
|
margin-right: 0;
|
|
1419
1269
|
margin-top: -2.5em;
|
|
1420
1270
|
right: 0;
|
|
1421
1271
|
}
|
|
1422
|
-
|
|
1423
1272
|
.e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
|
|
1424
1273
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
|
|
1425
1274
|
top: -1px;
|
|
1426
1275
|
}
|
|
1427
|
-
|
|
1428
1276
|
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
|
|
1429
1277
|
.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
|
|
1430
1278
|
font-size: 10px;
|
|
@@ -1436,7 +1284,6 @@ ejs-dropdownlist {
|
|
|
1436
1284
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
|
|
1437
1285
|
float: right;
|
|
1438
1286
|
}
|
|
1439
|
-
|
|
1440
1287
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
1441
1288
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
|
|
1442
1289
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
|
|
@@ -1444,7 +1291,6 @@ ejs-dropdownlist {
|
|
|
1444
1291
|
left: 0;
|
|
1445
1292
|
right: auto;
|
|
1446
1293
|
}
|
|
1447
|
-
|
|
1448
1294
|
.e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
|
|
1449
1295
|
.e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
|
|
1450
1296
|
padding: 0 0 0 48px;
|
|
@@ -1456,7 +1302,7 @@ ejs-dropdownlist {
|
|
|
1456
1302
|
|
|
1457
1303
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
|
|
1458
1304
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
|
|
1459
|
-
opacity: .7;
|
|
1305
|
+
opacity: 0.7;
|
|
1460
1306
|
pointer-events: none;
|
|
1461
1307
|
}
|
|
1462
1308
|
|
|
@@ -1539,7 +1385,7 @@ ejs-dropdownlist {
|
|
|
1539
1385
|
display: -ms-flexbox;
|
|
1540
1386
|
display: flex;
|
|
1541
1387
|
float: right;
|
|
1542
|
-
font-family:
|
|
1388
|
+
font-family: "e-icons";
|
|
1543
1389
|
height: 26px;
|
|
1544
1390
|
margin: 0;
|
|
1545
1391
|
width: 26px;
|
|
@@ -1579,7 +1425,7 @@ ejs-dropdownlist {
|
|
|
1579
1425
|
margin-top: -3.5em;
|
|
1580
1426
|
}
|
|
1581
1427
|
|
|
1582
|
-
.e-multi-select-wrapper input[type=
|
|
1428
|
+
.e-multi-select-wrapper input[type=text] {
|
|
1583
1429
|
background: none;
|
|
1584
1430
|
border: 0;
|
|
1585
1431
|
font-family: inherit;
|
|
@@ -1592,7 +1438,7 @@ ejs-dropdownlist {
|
|
|
1592
1438
|
text-indent: 10px;
|
|
1593
1439
|
}
|
|
1594
1440
|
|
|
1595
|
-
.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1441
|
+
.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1596
1442
|
background: none;
|
|
1597
1443
|
border: 0;
|
|
1598
1444
|
color: inherit;
|
|
@@ -1606,22 +1452,22 @@ ejs-dropdownlist {
|
|
|
1606
1452
|
text-indent: 10px;
|
|
1607
1453
|
}
|
|
1608
1454
|
|
|
1609
|
-
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=
|
|
1455
|
+
.e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] {
|
|
1610
1456
|
padding: 5px;
|
|
1611
1457
|
}
|
|
1612
1458
|
|
|
1613
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1614
|
-
.e-multi-select-wrapper.e-mob-wrapper input[type=
|
|
1459
|
+
.e-bigger .e-multi-select-wrapper input[type=text],
|
|
1460
|
+
.e-multi-select-wrapper.e-mob-wrapper input[type=text] {
|
|
1615
1461
|
height: 28px;
|
|
1616
1462
|
min-height: 28px;
|
|
1617
1463
|
}
|
|
1618
1464
|
|
|
1619
|
-
.e-bigger .e-multi-select-wrapper input[type=
|
|
1465
|
+
.e-bigger .e-multi-select-wrapper input[type=text] {
|
|
1620
1466
|
height: 38px;
|
|
1621
1467
|
min-height: 38px;
|
|
1622
1468
|
}
|
|
1623
1469
|
|
|
1624
|
-
.e-multi-select-wrapper input[type=
|
|
1470
|
+
.e-multi-select-wrapper input[type=text]::-ms-clear {
|
|
1625
1471
|
display: none;
|
|
1626
1472
|
}
|
|
1627
1473
|
|
|
@@ -1706,7 +1552,7 @@ ejs-dropdownlist {
|
|
|
1706
1552
|
}
|
|
1707
1553
|
|
|
1708
1554
|
.e-multi-select-wrapper .e-ddl-disable-icon::before {
|
|
1709
|
-
content:
|
|
1555
|
+
content: "";
|
|
1710
1556
|
}
|
|
1711
1557
|
|
|
1712
1558
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher {
|
|
@@ -1716,68 +1562,53 @@ ejs-dropdownlist {
|
|
|
1716
1562
|
.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide {
|
|
1717
1563
|
padding-left: 0;
|
|
1718
1564
|
}
|
|
1719
|
-
|
|
1720
1565
|
.e-multiselect.e-rtl .e-multi-select-wrapper {
|
|
1721
1566
|
padding: 0 2px 0 32px;
|
|
1722
1567
|
}
|
|
1723
|
-
|
|
1724
1568
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
|
|
1725
1569
|
left: -12px;
|
|
1726
1570
|
}
|
|
1727
|
-
|
|
1728
1571
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
|
|
1729
1572
|
margin: 0;
|
|
1730
1573
|
margin-right: auto;
|
|
1731
1574
|
}
|
|
1732
|
-
|
|
1733
1575
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher {
|
|
1734
1576
|
float: right;
|
|
1735
1577
|
}
|
|
1736
|
-
|
|
1737
1578
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips {
|
|
1738
1579
|
float: right;
|
|
1739
1580
|
margin: 2px 0 2px 2px;
|
|
1740
1581
|
padding: 0 8px 0 0;
|
|
1741
1582
|
}
|
|
1742
|
-
|
|
1743
1583
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent {
|
|
1744
1584
|
padding: 3px 0 3px 8px;
|
|
1745
1585
|
}
|
|
1746
|
-
|
|
1747
1586
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close {
|
|
1748
1587
|
float: left;
|
|
1749
1588
|
}
|
|
1750
|
-
|
|
1751
1589
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1752
1590
|
left: -9px;
|
|
1753
1591
|
}
|
|
1754
|
-
|
|
1755
1592
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip {
|
|
1756
1593
|
padding: 0 4px 0 4px;
|
|
1757
1594
|
}
|
|
1758
|
-
|
|
1759
1595
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent {
|
|
1760
1596
|
padding: 5px 8px 6px 0;
|
|
1761
1597
|
}
|
|
1762
|
-
|
|
1763
1598
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
|
|
1764
1599
|
padding: 0 4px 0 0;
|
|
1765
1600
|
}
|
|
1766
|
-
|
|
1767
1601
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
|
|
1768
1602
|
padding: 9px 4px;
|
|
1769
1603
|
}
|
|
1770
|
-
|
|
1771
1604
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
1772
1605
|
left: 27px;
|
|
1773
1606
|
position: absolute;
|
|
1774
1607
|
right: auto;
|
|
1775
1608
|
}
|
|
1776
|
-
|
|
1777
1609
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before {
|
|
1778
1610
|
left: -4px;
|
|
1779
1611
|
}
|
|
1780
|
-
|
|
1781
1612
|
.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain {
|
|
1782
1613
|
padding-right: 16px;
|
|
1783
1614
|
}
|
|
@@ -1958,15 +1789,15 @@ ejs-dropdownlist {
|
|
|
1958
1789
|
|
|
1959
1790
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame,
|
|
1960
1791
|
.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame {
|
|
1961
|
-
opacity: .3;
|
|
1792
|
+
opacity: 0.3;
|
|
1962
1793
|
}
|
|
1963
1794
|
|
|
1964
1795
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable,
|
|
1965
1796
|
.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable {
|
|
1966
|
-
opacity: .7;
|
|
1797
|
+
opacity: 0.7;
|
|
1967
1798
|
}
|
|
1968
1799
|
|
|
1969
|
-
.e-multi-select-wrapper input[readonly=
|
|
1800
|
+
.e-multi-select-wrapper input[readonly=true] {
|
|
1970
1801
|
pointer-events: none;
|
|
1971
1802
|
}
|
|
1972
1803
|
|
|
@@ -1992,7 +1823,7 @@ ejs-multiselect {
|
|
|
1992
1823
|
min-height: 24px;
|
|
1993
1824
|
}
|
|
1994
1825
|
|
|
1995
|
-
.e-small .e-multi-select-wrapper input[type=
|
|
1826
|
+
.e-small .e-multi-select-wrapper input[type=text] {
|
|
1996
1827
|
height: 24px;
|
|
1997
1828
|
min-height: 24px;
|
|
1998
1829
|
}
|
|
@@ -2021,7 +1852,7 @@ ejs-multiselect {
|
|
|
2021
1852
|
min-height: 26px;
|
|
2022
1853
|
}
|
|
2023
1854
|
|
|
2024
|
-
.e-bigger.e-small .e-multi-select-wrapper input[type=
|
|
1855
|
+
.e-bigger.e-small .e-multi-select-wrapper input[type=text] {
|
|
2025
1856
|
height: 34px;
|
|
2026
1857
|
min-height: 34px;
|
|
2027
1858
|
}
|
|
@@ -2048,7 +1879,7 @@ ejs-multiselect {
|
|
|
2048
1879
|
min-height: 40px;
|
|
2049
1880
|
}
|
|
2050
1881
|
|
|
2051
|
-
.e-multiselect.e-outline .e-multi-select-wrapper input[type=
|
|
1882
|
+
.e-multiselect.e-outline .e-multi-select-wrapper input[type=text] {
|
|
2052
1883
|
color: inherit;
|
|
2053
1884
|
}
|
|
2054
1885
|
|
|
@@ -2102,8 +1933,8 @@ ejs-multiselect {
|
|
|
2102
1933
|
padding: 0;
|
|
2103
1934
|
}
|
|
2104
1935
|
|
|
2105
|
-
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
2106
|
-
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=
|
|
1936
|
+
.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text],
|
|
1937
|
+
.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] {
|
|
2107
1938
|
padding: 5px 0;
|
|
2108
1939
|
}
|
|
2109
1940
|
|
|
@@ -2479,27 +2310,27 @@ ejs-multiselect {
|
|
|
2479
2310
|
}
|
|
2480
2311
|
|
|
2481
2312
|
.e-listbox-tool .e-moveup::before {
|
|
2482
|
-
content:
|
|
2313
|
+
content: "\e651";
|
|
2483
2314
|
}
|
|
2484
2315
|
|
|
2485
2316
|
.e-listbox-tool .e-movedown::before {
|
|
2486
|
-
content:
|
|
2317
|
+
content: "\e652";
|
|
2487
2318
|
}
|
|
2488
2319
|
|
|
2489
2320
|
.e-listbox-tool .e-moveto::before {
|
|
2490
|
-
content:
|
|
2321
|
+
content: "\e653";
|
|
2491
2322
|
}
|
|
2492
2323
|
|
|
2493
2324
|
.e-listbox-tool .e-movefrom::before {
|
|
2494
|
-
content:
|
|
2325
|
+
content: "\e654";
|
|
2495
2326
|
}
|
|
2496
2327
|
|
|
2497
2328
|
.e-listbox-tool .e-moveallto::before {
|
|
2498
|
-
content:
|
|
2329
|
+
content: "\e655";
|
|
2499
2330
|
}
|
|
2500
2331
|
|
|
2501
2332
|
.e-listbox-tool .e-moveallfrom::before {
|
|
2502
|
-
content:
|
|
2333
|
+
content: "\e656";
|
|
2503
2334
|
}
|
|
2504
2335
|
|
|
2505
2336
|
.e-listbox-wrapper,
|
|
@@ -2514,28 +2345,23 @@ ejs-multiselect {
|
|
|
2514
2345
|
user-select: none;
|
|
2515
2346
|
width: 100%;
|
|
2516
2347
|
}
|
|
2517
|
-
|
|
2518
2348
|
.e-listbox-wrapper *,
|
|
2519
2349
|
.e-listbox-container * {
|
|
2520
2350
|
box-sizing: border-box;
|
|
2521
2351
|
}
|
|
2522
|
-
|
|
2523
2352
|
.e-listbox-wrapper:focus,
|
|
2524
2353
|
.e-listbox-container:focus {
|
|
2525
2354
|
outline: none;
|
|
2526
2355
|
}
|
|
2527
|
-
|
|
2528
2356
|
.e-listbox-wrapper.e-disabled,
|
|
2529
2357
|
.e-listbox-container.e-disabled {
|
|
2530
2358
|
cursor: default;
|
|
2531
2359
|
pointer-events: none;
|
|
2532
2360
|
}
|
|
2533
|
-
|
|
2534
2361
|
.e-listbox-wrapper:not(.e-list-template) .e-list-nrt,
|
|
2535
2362
|
.e-listbox-container:not(.e-list-template) .e-list-nrt {
|
|
2536
2363
|
text-align: center;
|
|
2537
2364
|
}
|
|
2538
|
-
|
|
2539
2365
|
.e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2540
2366
|
.e-listbox-wrapper .e-list-nrt,
|
|
2541
2367
|
.e-listbox-wrapper .e-selectall-parent,
|
|
@@ -2547,55 +2373,45 @@ ejs-multiselect {
|
|
|
2547
2373
|
padding: 10px 16px;
|
|
2548
2374
|
position: relative;
|
|
2549
2375
|
}
|
|
2550
|
-
|
|
2551
2376
|
.e-listbox-wrapper.e-filter-list,
|
|
2552
2377
|
.e-listbox-container.e-filter-list {
|
|
2553
2378
|
overflow: inherit;
|
|
2554
2379
|
}
|
|
2555
|
-
|
|
2556
2380
|
.e-listbox-wrapper .e-list-parent,
|
|
2557
2381
|
.e-listbox-container .e-list-parent {
|
|
2558
2382
|
height: 100%;
|
|
2559
2383
|
min-height: 36px;
|
|
2560
2384
|
}
|
|
2561
|
-
|
|
2562
2385
|
.e-listbox-wrapper .e-list-item,
|
|
2563
2386
|
.e-listbox-container .e-list-item {
|
|
2564
2387
|
border-bottom: 0 solid;
|
|
2565
2388
|
outline: none;
|
|
2566
2389
|
}
|
|
2567
|
-
|
|
2568
2390
|
.e-listbox-wrapper .e-list-item.e-disabled,
|
|
2569
2391
|
.e-listbox-container .e-list-item.e-disabled {
|
|
2570
2392
|
pointer-events: none;
|
|
2571
2393
|
}
|
|
2572
|
-
|
|
2573
2394
|
.e-listbox-wrapper .e-disable,
|
|
2574
2395
|
.e-listbox-container .e-disable {
|
|
2575
|
-
opacity: .7;
|
|
2396
|
+
opacity: 0.7;
|
|
2576
2397
|
}
|
|
2577
|
-
|
|
2578
2398
|
.e-listbox-wrapper .e-list-parent,
|
|
2579
2399
|
.e-listbox-container .e-list-parent {
|
|
2580
2400
|
margin: 0;
|
|
2581
2401
|
padding: 0;
|
|
2582
2402
|
}
|
|
2583
|
-
|
|
2584
2403
|
.e-listbox-wrapper .e-list-header .e-text.header,
|
|
2585
2404
|
.e-listbox-container .e-list-header .e-text.header {
|
|
2586
2405
|
display: none;
|
|
2587
2406
|
}
|
|
2588
|
-
|
|
2589
2407
|
.e-listbox-wrapper .e-icon-back,
|
|
2590
2408
|
.e-listbox-container .e-icon-back {
|
|
2591
2409
|
margin-top: 2px;
|
|
2592
2410
|
}
|
|
2593
|
-
|
|
2594
2411
|
.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
2595
2412
|
.e-listbox-container .e-list-header .e-headertemplate-text.nested-header {
|
|
2596
2413
|
display: none;
|
|
2597
2414
|
}
|
|
2598
|
-
|
|
2599
2415
|
.e-listbox-wrapper .e-list-header,
|
|
2600
2416
|
.e-listbox-container .e-list-header {
|
|
2601
2417
|
-ms-flex-align: center;
|
|
@@ -2607,24 +2423,20 @@ ejs-multiselect {
|
|
|
2607
2423
|
height: 36px;
|
|
2608
2424
|
padding: 0 16px;
|
|
2609
2425
|
}
|
|
2610
|
-
|
|
2611
2426
|
.e-listbox-wrapper .e-has-header > .e-view,
|
|
2612
2427
|
.e-listbox-container .e-has-header > .e-view {
|
|
2613
2428
|
top: 45px;
|
|
2614
2429
|
}
|
|
2615
|
-
|
|
2616
2430
|
.e-listbox-wrapper .e-but-back,
|
|
2617
2431
|
.e-listbox-container .e-but-back {
|
|
2618
2432
|
cursor: pointer;
|
|
2619
2433
|
padding-right: 20px;
|
|
2620
2434
|
}
|
|
2621
|
-
|
|
2622
2435
|
.e-listbox-wrapper .e-list-group-item:first-child,
|
|
2623
2436
|
.e-listbox-container .e-list-group-item:first-child {
|
|
2624
2437
|
border: 0;
|
|
2625
2438
|
border-bottom: 0 solid transparent;
|
|
2626
2439
|
}
|
|
2627
|
-
|
|
2628
2440
|
.e-listbox-wrapper .e-list-group-item,
|
|
2629
2441
|
.e-listbox-container .e-list-group-item {
|
|
2630
2442
|
border-bottom: 0 solid transparent;
|
|
@@ -2634,7 +2446,6 @@ ejs-multiselect {
|
|
|
2634
2446
|
line-height: 30px;
|
|
2635
2447
|
padding: 10px 16px;
|
|
2636
2448
|
}
|
|
2637
|
-
|
|
2638
2449
|
.e-listbox-wrapper .e-icon-collapsible,
|
|
2639
2450
|
.e-listbox-container .e-icon-collapsible {
|
|
2640
2451
|
cursor: pointer;
|
|
@@ -2644,50 +2455,41 @@ ejs-multiselect {
|
|
|
2644
2455
|
top: 50%;
|
|
2645
2456
|
transform: translateY(-50%);
|
|
2646
2457
|
}
|
|
2647
|
-
|
|
2648
2458
|
.e-listbox-wrapper .e-text-content,
|
|
2649
2459
|
.e-listbox-container .e-text-content {
|
|
2650
2460
|
height: 100%;
|
|
2651
2461
|
position: relative;
|
|
2652
2462
|
vertical-align: middle;
|
|
2653
2463
|
}
|
|
2654
|
-
|
|
2655
2464
|
.e-listbox-wrapper .e-text-content *,
|
|
2656
2465
|
.e-listbox-container .e-text-content * {
|
|
2657
2466
|
display: inline-block;
|
|
2658
2467
|
vertical-align: middle;
|
|
2659
2468
|
}
|
|
2660
|
-
|
|
2661
2469
|
.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text,
|
|
2662
2470
|
.e-listbox-container .e-text-content.e-checkbox .e-list-text {
|
|
2663
2471
|
width: calc(100% - 40px);
|
|
2664
2472
|
}
|
|
2665
|
-
|
|
2666
2473
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text,
|
|
2667
2474
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text {
|
|
2668
2475
|
width: calc(100% - 90px);
|
|
2669
2476
|
}
|
|
2670
|
-
|
|
2671
2477
|
.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text,
|
|
2672
2478
|
.e-listbox-container .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text {
|
|
2673
2479
|
width: calc(100% - 80px);
|
|
2674
2480
|
}
|
|
2675
|
-
|
|
2676
2481
|
.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,
|
|
2677
2482
|
.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 {
|
|
2678
2483
|
width: calc(100% - 92px);
|
|
2679
2484
|
}
|
|
2680
|
-
|
|
2681
2485
|
.e-listbox-wrapper .e-checkbox .e-checkbox-left,
|
|
2682
2486
|
.e-listbox-container .e-checkbox .e-checkbox-left {
|
|
2683
2487
|
margin: -2px 10px 0 0;
|
|
2684
2488
|
}
|
|
2685
|
-
|
|
2686
2489
|
.e-listbox-wrapper .e-checkbox .e-checkbox-right,
|
|
2687
2490
|
.e-listbox-container .e-checkbox .e-checkbox-right {
|
|
2688
2491
|
margin: -2px 0 0 10px;
|
|
2689
2492
|
}
|
|
2690
|
-
|
|
2691
2493
|
.e-listbox-wrapper .e-list-text,
|
|
2692
2494
|
.e-listbox-container .e-list-text {
|
|
2693
2495
|
cursor: pointer;
|
|
@@ -2698,58 +2500,48 @@ ejs-multiselect {
|
|
|
2698
2500
|
white-space: nowrap;
|
|
2699
2501
|
width: 100%;
|
|
2700
2502
|
}
|
|
2701
|
-
|
|
2702
2503
|
.e-listbox-wrapper .e-list-icon + .e-list-text,
|
|
2703
2504
|
.e-listbox-container .e-list-icon + .e-list-text {
|
|
2704
2505
|
width: calc(100% - 60px);
|
|
2705
2506
|
}
|
|
2706
|
-
|
|
2707
2507
|
.e-listbox-wrapper .e-icon-wrapper .e-list-text,
|
|
2708
2508
|
.e-listbox-container .e-icon-wrapper .e-list-text {
|
|
2709
2509
|
width: calc(100% - 60px);
|
|
2710
2510
|
}
|
|
2711
|
-
|
|
2712
2511
|
.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text,
|
|
2713
2512
|
.e-listbox-container .e-icon-wrapper.e-text-content.e-checkbox .e-list-text {
|
|
2714
2513
|
width: calc(100% - 60px);
|
|
2715
2514
|
}
|
|
2716
|
-
|
|
2717
2515
|
.e-listbox-wrapper .e-list-icon,
|
|
2718
2516
|
.e-listbox-container .e-list-icon {
|
|
2719
2517
|
height: 30px;
|
|
2720
2518
|
margin-right: 16px;
|
|
2721
2519
|
width: 30px;
|
|
2722
2520
|
}
|
|
2723
|
-
|
|
2724
2521
|
.e-listbox-wrapper .e-content,
|
|
2725
2522
|
.e-listbox-container .e-content {
|
|
2726
2523
|
overflow: hidden;
|
|
2727
2524
|
position: relative;
|
|
2728
2525
|
}
|
|
2729
|
-
|
|
2730
2526
|
.e-listbox-wrapper .e-list-header .e-text,
|
|
2731
2527
|
.e-listbox-container .e-list-header .e-text {
|
|
2732
2528
|
cursor: pointer;
|
|
2733
2529
|
text-indent: 0;
|
|
2734
2530
|
}
|
|
2735
|
-
|
|
2736
2531
|
.e-listbox-wrapper .e-text .e-headertext,
|
|
2737
2532
|
.e-listbox-container .e-text .e-headertext {
|
|
2738
2533
|
display: inline-block;
|
|
2739
2534
|
line-height: 21px;
|
|
2740
2535
|
}
|
|
2741
|
-
|
|
2742
2536
|
.e-listbox-wrapper.e-rtl,
|
|
2743
2537
|
.e-listbox-container.e-rtl {
|
|
2744
2538
|
direction: rtl;
|
|
2745
2539
|
}
|
|
2746
|
-
|
|
2747
2540
|
.e-listbox-wrapper.e-rtl .e-list-icon,
|
|
2748
2541
|
.e-listbox-container.e-rtl .e-list-icon {
|
|
2749
2542
|
margin-left: 16px;
|
|
2750
2543
|
margin-right: 0;
|
|
2751
2544
|
}
|
|
2752
|
-
|
|
2753
2545
|
.e-listbox-wrapper.e-rtl .e-icon-collapsible,
|
|
2754
2546
|
.e-listbox-container.e-rtl .e-icon-collapsible {
|
|
2755
2547
|
left: 0%;
|
|
@@ -2757,61 +2549,50 @@ ejs-multiselect {
|
|
|
2757
2549
|
top: 50%;
|
|
2758
2550
|
transform: translateY(-50%) rotate(180deg);
|
|
2759
2551
|
}
|
|
2760
|
-
|
|
2761
2552
|
.e-listbox-wrapper.e-rtl .e-list-header .e-text,
|
|
2762
2553
|
.e-listbox-container.e-rtl .e-list-header .e-text {
|
|
2763
2554
|
cursor: pointer;
|
|
2764
2555
|
}
|
|
2765
|
-
|
|
2766
2556
|
.e-listbox-wrapper.e-rtl .e-but-back,
|
|
2767
2557
|
.e-listbox-container.e-rtl .e-but-back {
|
|
2768
2558
|
transform: rotate(180deg);
|
|
2769
2559
|
}
|
|
2770
|
-
|
|
2771
2560
|
.e-listbox-wrapper.e-rtl .e-icon-back,
|
|
2772
2561
|
.e-listbox-container.e-rtl .e-icon-back {
|
|
2773
2562
|
margin-top: 1px;
|
|
2774
2563
|
}
|
|
2775
|
-
|
|
2776
2564
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left,
|
|
2777
2565
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-left {
|
|
2778
2566
|
margin: -2px 0 0 10px;
|
|
2779
2567
|
}
|
|
2780
|
-
|
|
2781
2568
|
.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right,
|
|
2782
2569
|
.e-listbox-container.e-rtl .e-checkbox .e-checkbox-right {
|
|
2783
2570
|
margin: -2px 10px 0 0;
|
|
2784
2571
|
}
|
|
2785
|
-
|
|
2786
2572
|
.e-listbox-wrapper.e-rtl .e-checkbox-wrapper,
|
|
2787
2573
|
.e-listbox-container.e-rtl .e-checkbox-wrapper {
|
|
2788
2574
|
margin: -2px 0 0 10px;
|
|
2789
2575
|
}
|
|
2790
|
-
|
|
2791
2576
|
.e-listbox-wrapper .e-checkbox-wrapper,
|
|
2792
2577
|
.e-listbox-container .e-checkbox-wrapper {
|
|
2793
2578
|
margin: -2px 10px 0 0;
|
|
2794
2579
|
text-indent: 0;
|
|
2795
2580
|
vertical-align: middle;
|
|
2796
2581
|
}
|
|
2797
|
-
|
|
2798
2582
|
.e-listbox-wrapper.e-right .e-checkbox-wrapper,
|
|
2799
2583
|
.e-listbox-container.e-right .e-checkbox-wrapper {
|
|
2800
2584
|
position: absolute;
|
|
2801
2585
|
right: 0;
|
|
2802
2586
|
top: 30%;
|
|
2803
2587
|
}
|
|
2804
|
-
|
|
2805
2588
|
.e-listbox-wrapper .e-input-group,
|
|
2806
2589
|
.e-listbox-container .e-input-group {
|
|
2807
2590
|
padding: 4px 8px;
|
|
2808
2591
|
}
|
|
2809
|
-
|
|
2810
2592
|
.e-listbox-wrapper .e-input-focus,
|
|
2811
2593
|
.e-listbox-container .e-input-focus {
|
|
2812
2594
|
padding: 4px 4px 4px 8px;
|
|
2813
2595
|
}
|
|
2814
|
-
|
|
2815
2596
|
.e-listbox-wrapper .e-hidden-select,
|
|
2816
2597
|
.e-listbox-container .e-hidden-select {
|
|
2817
2598
|
height: 1px;
|
|
@@ -2819,7 +2600,6 @@ ejs-multiselect {
|
|
|
2819
2600
|
position: absolute;
|
|
2820
2601
|
width: 100%;
|
|
2821
2602
|
}
|
|
2822
|
-
|
|
2823
2603
|
.e-listbox-wrapper .e-placeholder,
|
|
2824
2604
|
.e-listbox-container .e-placeholder {
|
|
2825
2605
|
background-color: #0078d6;
|
|
@@ -2838,7 +2618,6 @@ ejs-listbox {
|
|
|
2838
2618
|
.e-listbox-wrapper.e-filter-list {
|
|
2839
2619
|
overflow: inherit;
|
|
2840
2620
|
}
|
|
2841
|
-
|
|
2842
2621
|
.e-listbox-wrapper.e-filter-list .e-list-parent {
|
|
2843
2622
|
overflow: auto;
|
|
2844
2623
|
}
|
|
@@ -2848,22 +2627,18 @@ ejs-listbox {
|
|
|
2848
2627
|
border-width: 0;
|
|
2849
2628
|
overflow: visible;
|
|
2850
2629
|
}
|
|
2851
|
-
|
|
2852
2630
|
.e-listbox-wrapper.e-sortableclone .e-list-item,
|
|
2853
2631
|
.e-listbox-container.e-sortableclone .e-list-item {
|
|
2854
2632
|
list-style-type: none;
|
|
2855
2633
|
}
|
|
2856
|
-
|
|
2857
2634
|
.e-listbox-wrapper.e-sortableclone .e-ripple,
|
|
2858
2635
|
.e-listbox-container.e-sortableclone .e-ripple {
|
|
2859
2636
|
overflow: visible;
|
|
2860
2637
|
}
|
|
2861
|
-
|
|
2862
2638
|
.e-listbox-wrapper.e-sortableclone .e-ripple .e-ripple-element,
|
|
2863
2639
|
.e-listbox-container.e-sortableclone .e-ripple .e-ripple-element {
|
|
2864
2640
|
display: none;
|
|
2865
2641
|
}
|
|
2866
|
-
|
|
2867
2642
|
.e-listbox-wrapper.e-sortableclone .e-list-badge,
|
|
2868
2643
|
.e-listbox-container.e-sortableclone .e-list-badge {
|
|
2869
2644
|
-ms-flex-align: center;
|
|
@@ -2890,41 +2665,34 @@ ejs-listbox {
|
|
|
2890
2665
|
display: -ms-flexbox;
|
|
2891
2666
|
display: flex;
|
|
2892
2667
|
}
|
|
2893
|
-
|
|
2894
2668
|
.e-listboxtool-wrapper *,
|
|
2895
2669
|
.e-listboxtool-container * {
|
|
2896
2670
|
box-sizing: border-box;
|
|
2897
2671
|
}
|
|
2898
|
-
|
|
2899
2672
|
.e-listboxtool-wrapper.e-disabled,
|
|
2900
2673
|
.e-listboxtool-container.e-disabled {
|
|
2901
2674
|
cursor: default;
|
|
2902
2675
|
pointer-events: none;
|
|
2903
2676
|
}
|
|
2904
|
-
|
|
2905
2677
|
.e-listboxtool-wrapper .e-listbox-wrapper,
|
|
2906
2678
|
.e-listboxtool-container .e-listbox-wrapper {
|
|
2907
2679
|
-ms-flex: 1;
|
|
2908
2680
|
flex: 1;
|
|
2909
2681
|
}
|
|
2910
|
-
|
|
2911
2682
|
.e-listboxtool-wrapper.e-right .e-listbox-tool,
|
|
2912
2683
|
.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2913
2684
|
margin-left: 15px;
|
|
2914
2685
|
}
|
|
2915
|
-
|
|
2916
2686
|
.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
2917
2687
|
.e-listboxtool-container.e-left .e-listbox-tool {
|
|
2918
2688
|
margin-right: 15px;
|
|
2919
2689
|
}
|
|
2920
|
-
|
|
2921
2690
|
.e-listboxtool-wrapper .e-listbox-tool,
|
|
2922
2691
|
.e-listboxtool-container .e-listbox-tool {
|
|
2923
2692
|
border: 1px solid #eaeaea;
|
|
2924
2693
|
overflow: auto;
|
|
2925
2694
|
padding: 8px;
|
|
2926
2695
|
}
|
|
2927
|
-
|
|
2928
2696
|
.e-listboxtool-wrapper .e-listbox-tool .e-btn,
|
|
2929
2697
|
.e-listboxtool-container .e-listbox-tool .e-btn {
|
|
2930
2698
|
display: list-item;
|
|
@@ -2936,7 +2704,6 @@ ejs-listbox {
|
|
|
2936
2704
|
.e-rtl.e-listboxtool-container.e-right .e-listbox-tool {
|
|
2937
2705
|
margin-right: 15px;
|
|
2938
2706
|
}
|
|
2939
|
-
|
|
2940
2707
|
.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool,
|
|
2941
2708
|
.e-rtl.e-listboxtool-container.e-left .e-listbox-tool {
|
|
2942
2709
|
margin-left: 15px;
|
|
@@ -2951,7 +2718,6 @@ ejs-listbox {
|
|
|
2951
2718
|
border-right: 0 solid transparent;
|
|
2952
2719
|
border-top: 0 solid transparent;
|
|
2953
2720
|
}
|
|
2954
|
-
|
|
2955
2721
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2956
2722
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2957
2723
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
@@ -2970,7 +2736,6 @@ ejs-listbox {
|
|
|
2970
2736
|
.e-listbox-container.e-bigger .e-list-header {
|
|
2971
2737
|
padding: 12px 16px;
|
|
2972
2738
|
}
|
|
2973
|
-
|
|
2974
2739
|
.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item,
|
|
2975
2740
|
.e-bigger .e-listbox-wrapper .e-selectall-parent,
|
|
2976
2741
|
.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item,
|
|
@@ -2983,21 +2748,18 @@ ejs-listbox {
|
|
|
2983
2748
|
line-height: 1.6;
|
|
2984
2749
|
position: relative;
|
|
2985
2750
|
}
|
|
2986
|
-
|
|
2987
2751
|
.e-bigger .e-listbox-wrapper .e-list-parent,
|
|
2988
2752
|
.e-listbox-wrapper.e-bigger .e-list-parent,
|
|
2989
2753
|
.e-bigger .e-listbox-container .e-list-parent,
|
|
2990
2754
|
.e-listbox-container.e-bigger .e-list-parent {
|
|
2991
2755
|
min-height: 45px;
|
|
2992
2756
|
}
|
|
2993
|
-
|
|
2994
2757
|
.e-bigger .e-listbox-wrapper .e-text-content,
|
|
2995
2758
|
.e-listbox-wrapper.e-bigger .e-text-content,
|
|
2996
2759
|
.e-bigger .e-listbox-container .e-text-content,
|
|
2997
2760
|
.e-listbox-container.e-bigger .e-text-content {
|
|
2998
2761
|
font-size: 15px;
|
|
2999
2762
|
}
|
|
3000
|
-
|
|
3001
2763
|
.e-bigger .e-listbox-wrapper .e-list-group-item,
|
|
3002
2764
|
.e-listbox-wrapper.e-bigger .e-list-group-item,
|
|
3003
2765
|
.e-bigger .e-listbox-container .e-list-group-item,
|
|
@@ -3005,7 +2767,6 @@ ejs-listbox {
|
|
|
3005
2767
|
height: 45px;
|
|
3006
2768
|
line-height: 45px;
|
|
3007
2769
|
}
|
|
3008
|
-
|
|
3009
2770
|
.e-bigger .e-listbox-wrapper .e-list-header,
|
|
3010
2771
|
.e-listbox-wrapper.e-bigger .e-list-header,
|
|
3011
2772
|
.e-bigger .e-listbox-container .e-list-header,
|
|
@@ -3017,28 +2778,24 @@ ejs-listbox {
|
|
|
3017
2778
|
font-weight: 600;
|
|
3018
2779
|
height: 45px;
|
|
3019
2780
|
}
|
|
3020
|
-
|
|
3021
2781
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text.header,
|
|
3022
2782
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text.header,
|
|
3023
2783
|
.e-bigger .e-listbox-container .e-list-header .e-text.header,
|
|
3024
2784
|
.e-listbox-container.e-bigger .e-list-header .e-text.header {
|
|
3025
2785
|
display: none;
|
|
3026
2786
|
}
|
|
3027
|
-
|
|
3028
2787
|
.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header,
|
|
3029
2788
|
.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header,
|
|
3030
2789
|
.e-bigger .e-listbox-container .e-list-header .e-headertemplate-text.nested-header,
|
|
3031
2790
|
.e-listbox-container.e-bigger .e-list-header .e-headertemplate-text.nested-header {
|
|
3032
2791
|
display: none;
|
|
3033
2792
|
}
|
|
3034
|
-
|
|
3035
2793
|
.e-bigger .e-listbox-wrapper .e-list-header .e-text,
|
|
3036
2794
|
.e-listbox-wrapper.e-bigger .e-list-header .e-text,
|
|
3037
2795
|
.e-bigger .e-listbox-container .e-list-header .e-text,
|
|
3038
2796
|
.e-listbox-container.e-bigger .e-list-header .e-text {
|
|
3039
2797
|
font-size: 15px;
|
|
3040
2798
|
}
|
|
3041
|
-
|
|
3042
2799
|
.e-small .e-listbox-wrapper.e-filter-list .e-list-parent,
|
|
3043
2800
|
.e-small .e-listbox-container.e-filter-list .e-list-parent {
|
|
3044
2801
|
height: calc(100% - 45px);
|
|
@@ -3065,7 +2822,6 @@ ejs-listbox {
|
|
|
3065
2822
|
font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
3066
2823
|
font-size: 13px;
|
|
3067
2824
|
}
|
|
3068
|
-
|
|
3069
2825
|
.e-listbox-wrapper .e-list-header,
|
|
3070
2826
|
.e-listbox-container .e-list-header {
|
|
3071
2827
|
background-color: #fff;
|
|
@@ -3094,8 +2850,7 @@ ejs-listbox {
|
|
|
3094
2850
|
color: #333;
|
|
3095
2851
|
}
|
|
3096
2852
|
|
|
3097
|
-
.e-listbox-wrapper .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3098
|
-
.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled),
|
|
2853
|
+
.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),
|
|
3099
2854
|
.e-listbox-container .e-list-item:hover:not(.e-selected):not(.e-disabled),
|
|
3100
2855
|
.e-listbox-container .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) {
|
|
3101
2856
|
background-color: #eaeaea;
|
|
@@ -3115,16 +2870,14 @@ ejs-listbox {
|
|
|
3115
2870
|
color: #333;
|
|
3116
2871
|
}
|
|
3117
2872
|
|
|
3118
|
-
.e-listbox-wrapper .e-list-item.e-focused,
|
|
3119
|
-
.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
2873
|
+
.e-listbox-wrapper .e-list-item.e-focused, .e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist,
|
|
3120
2874
|
.e-listbox-container .e-list-item.e-focused,
|
|
3121
2875
|
.e-listbox-container .e-list-item.e-focused.e-selected.e-checklist {
|
|
3122
2876
|
background-color: #d1ebff;
|
|
3123
2877
|
color: #333;
|
|
3124
2878
|
}
|
|
3125
2879
|
|
|
3126
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3127
|
-
.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check,
|
|
2880
|
+
.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,
|
|
3128
2881
|
.e-listbox-container .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check,
|
|
3129
2882
|
.e-listbox-container .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check {
|
|
3130
2883
|
background-color: #0078d6;
|
|
@@ -3157,17 +2910,14 @@ ejs-listbox {
|
|
|
3157
2910
|
height: inherit;
|
|
3158
2911
|
position: relative;
|
|
3159
2912
|
}
|
|
3160
|
-
|
|
3161
2913
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line),
|
|
3162
2914
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) {
|
|
3163
2915
|
padding: 0.6153em 0.923em;
|
|
3164
2916
|
}
|
|
3165
|
-
|
|
3166
2917
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line,
|
|
3167
2918
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line {
|
|
3168
2919
|
padding: 0.6153em 0.923em;
|
|
3169
2920
|
}
|
|
3170
|
-
|
|
3171
2921
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header,
|
|
3172
2922
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header {
|
|
3173
2923
|
color: #333;
|
|
@@ -3180,7 +2930,6 @@ ejs-listbox {
|
|
|
3180
2930
|
text-overflow: ellipsis;
|
|
3181
2931
|
white-space: nowrap;
|
|
3182
2932
|
}
|
|
3183
|
-
|
|
3184
2933
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content,
|
|
3185
2934
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content {
|
|
3186
2935
|
color: #666;
|
|
@@ -3190,14 +2939,12 @@ ejs-listbox {
|
|
|
3190
2939
|
padding: 0.093em 0;
|
|
3191
2940
|
word-wrap: break-word;
|
|
3192
2941
|
}
|
|
3193
|
-
|
|
3194
2942
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow),
|
|
3195
2943
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) {
|
|
3196
2944
|
overflow: hidden;
|
|
3197
2945
|
text-overflow: ellipsis;
|
|
3198
2946
|
white-space: nowrap;
|
|
3199
2947
|
}
|
|
3200
|
-
|
|
3201
2948
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3202
2949
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3203
2950
|
height: 3.0769em;
|
|
@@ -3206,19 +2953,16 @@ ejs-listbox {
|
|
|
3206
2953
|
top: 0.6153em;
|
|
3207
2954
|
width: 3.0769em;
|
|
3208
2955
|
}
|
|
3209
|
-
|
|
3210
2956
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3211
2957
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3212
2958
|
padding-left: 4.923em;
|
|
3213
2959
|
padding-right: 0.923em;
|
|
3214
2960
|
}
|
|
3215
|
-
|
|
3216
2961
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3217
2962
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3218
2963
|
padding-left: 0.923em;
|
|
3219
2964
|
padding-right: 4.923em;
|
|
3220
2965
|
}
|
|
3221
|
-
|
|
3222
2966
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3223
2967
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3224
2968
|
height: 3.0769em;
|
|
@@ -3227,17 +2971,14 @@ ejs-listbox {
|
|
|
3227
2971
|
top: 0.6153em;
|
|
3228
2972
|
width: 3.0769em;
|
|
3229
2973
|
}
|
|
3230
|
-
|
|
3231
2974
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar,
|
|
3232
2975
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar {
|
|
3233
2976
|
top: 0.6153em;
|
|
3234
2977
|
}
|
|
3235
|
-
|
|
3236
2978
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3237
2979
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3238
2980
|
top: 0.6153em;
|
|
3239
2981
|
}
|
|
3240
|
-
|
|
3241
2982
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3242
2983
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3243
2984
|
font-size: 13px;
|
|
@@ -3250,19 +2991,16 @@ ejs-listbox {
|
|
|
3250
2991
|
transform: translateY(-50%);
|
|
3251
2992
|
width: 1.5384em;
|
|
3252
2993
|
}
|
|
3253
|
-
|
|
3254
2994
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3255
2995
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3256
2996
|
padding-left: 4.923em;
|
|
3257
2997
|
padding-right: 3.3846em;
|
|
3258
2998
|
}
|
|
3259
|
-
|
|
3260
2999
|
.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3261
3000
|
.e-listbox-container.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3262
3001
|
padding-left: 0.923em;
|
|
3263
3002
|
padding-right: 3.3846em;
|
|
3264
3003
|
}
|
|
3265
|
-
|
|
3266
3004
|
.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content,
|
|
3267
3005
|
.e-listbox-container.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content {
|
|
3268
3006
|
display: block;
|
|
@@ -3272,65 +3010,54 @@ ejs-listbox {
|
|
|
3272
3010
|
text-overflow: ellipsis;
|
|
3273
3011
|
white-space: nowrap;
|
|
3274
3012
|
}
|
|
3275
|
-
|
|
3276
3013
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header,
|
|
3277
3014
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-item-header {
|
|
3278
3015
|
color: #333;
|
|
3279
3016
|
}
|
|
3280
|
-
|
|
3281
3017
|
.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content,
|
|
3282
3018
|
.e-listbox-container.e-list-template .e-list-item.e-list-item:hover .e-list-content {
|
|
3283
3019
|
color: #333;
|
|
3284
3020
|
}
|
|
3285
|
-
|
|
3286
3021
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header,
|
|
3287
3022
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-item-header {
|
|
3288
3023
|
color: #333;
|
|
3289
3024
|
}
|
|
3290
|
-
|
|
3291
3025
|
.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content,
|
|
3292
3026
|
.e-listbox-container.e-list-template .e-list-item.e-selected .e-list-content {
|
|
3293
3027
|
color: #333;
|
|
3294
3028
|
}
|
|
3295
|
-
|
|
3296
3029
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar,
|
|
3297
3030
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar {
|
|
3298
3031
|
left: inherit;
|
|
3299
3032
|
right: 0.923em;
|
|
3300
3033
|
}
|
|
3301
|
-
|
|
3302
3034
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge),
|
|
3303
3035
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) {
|
|
3304
3036
|
padding-left: 0.923em;
|
|
3305
3037
|
padding-right: 4.923em;
|
|
3306
3038
|
}
|
|
3307
|
-
|
|
3308
3039
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge),
|
|
3309
3040
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) {
|
|
3310
3041
|
padding-left: 4.923em;
|
|
3311
3042
|
padding-right: 0.923em;
|
|
3312
3043
|
}
|
|
3313
|
-
|
|
3314
3044
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar,
|
|
3315
3045
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar {
|
|
3316
3046
|
left: 0.923em;
|
|
3317
3047
|
right: inherit;
|
|
3318
3048
|
}
|
|
3319
|
-
|
|
3320
3049
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge,
|
|
3321
3050
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge {
|
|
3322
3051
|
left: 0.923em;
|
|
3323
3052
|
right: inherit;
|
|
3324
3053
|
}
|
|
3325
|
-
|
|
3326
3054
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar,
|
|
3327
3055
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar {
|
|
3328
3056
|
padding-left: 3.3846em;
|
|
3329
3057
|
padding-right: 4.923em;
|
|
3330
3058
|
}
|
|
3331
|
-
|
|
3332
3059
|
.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar),
|
|
3333
3060
|
.e-listbox-container.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) {
|
|
3334
3061
|
padding-left: 3.3846em;
|
|
3335
3062
|
padding-right: 0.923em;
|
|
3336
|
-
}
|
|
3063
|
+
}
|