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