@syncfusion/ej2-angular-dropdowns 20.3.60 → 20.4.38
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/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +0 -8
- package/styles/bootstrap.css +0 -8
- package/styles/bootstrap4.css +11 -20
- package/styles/bootstrap5-dark.css +1 -12
- package/styles/bootstrap5.css +1 -12
- package/styles/drop-down-base/_fabric-definition.scss +1 -1
- package/styles/drop-down-base/fabric.css +1 -1
- package/styles/drop-down-tree/_layout.scss +1 -9
- package/styles/drop-down-tree/bootstrap5-dark.css +1 -4
- package/styles/drop-down-tree/bootstrap5.css +1 -4
- package/styles/fabric-dark.css +8 -16
- package/styles/fabric.css +9 -17
- package/styles/fluent-dark.css +1 -9
- package/styles/fluent.css +1 -9
- package/styles/highcontrast-light.css +0 -8
- package/styles/highcontrast.css +9 -17
- package/styles/material-dark.css +0 -8
- package/styles/material.css +0 -8
- package/styles/multi-select/_bootstrap-dark-definition.scss +0 -6
- package/styles/multi-select/_bootstrap-definition.scss +0 -6
- package/styles/multi-select/_bootstrap4-definition.scss +7 -14
- package/styles/multi-select/_bootstrap5-definition.scss +0 -7
- package/styles/multi-select/_fabric-dark-definition.scss +4 -10
- package/styles/multi-select/_fabric-definition.scss +4 -10
- package/styles/multi-select/_fluent-definition.scss +1 -8
- package/styles/multi-select/_fusionnew-definition.scss +0 -7
- package/styles/multi-select/_highcontrast-definition.scss +5 -11
- package/styles/multi-select/_highcontrast-light-definition.scss +0 -6
- package/styles/multi-select/_layout.scss +5 -12
- package/styles/multi-select/_material-dark-definition.scss +0 -6
- package/styles/multi-select/_material-definition.scss +0 -6
- package/styles/multi-select/_material3-definition.scss +0 -7
- package/styles/multi-select/_tailwind-definition.scss +0 -7
- package/styles/multi-select/_theme.scss +0 -4
- package/styles/multi-select/bootstrap-dark.css +0 -8
- package/styles/multi-select/bootstrap.css +0 -8
- package/styles/multi-select/bootstrap4.css +11 -20
- package/styles/multi-select/bootstrap5-dark.css +0 -8
- package/styles/multi-select/bootstrap5.css +0 -8
- package/styles/multi-select/fabric-dark.css +8 -16
- package/styles/multi-select/fabric.css +8 -16
- package/styles/multi-select/fluent-dark.css +1 -9
- package/styles/multi-select/fluent.css +1 -9
- package/styles/multi-select/highcontrast-light.css +0 -8
- package/styles/multi-select/highcontrast.css +9 -17
- package/styles/multi-select/material-dark.css +0 -8
- package/styles/multi-select/material.css +0 -8
- package/styles/multi-select/tailwind-dark.css +0 -8
- package/styles/multi-select/tailwind.css +0 -8
- package/styles/tailwind-dark.css +0 -8
- package/styles/tailwind.css +0 -8
|
@@ -20,11 +20,8 @@ $ddl-chip-padding: 0 6px 0 8px !default;
|
|
|
20
20
|
$ddl-chip-close-top: 0 !default;
|
|
21
21
|
$ddl-chip-close-left: 0 !default;
|
|
22
22
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
23
|
-
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
24
23
|
$ddl-chip-close-square: 14px !default;
|
|
25
|
-
$ddl-chip-close-width: 14px !default;
|
|
26
24
|
$ddl-chip-hooker-square: 24px !default;
|
|
27
|
-
$ddl-chip-hooker-width: 24px !default;
|
|
28
25
|
$ddl-chip-close-font: 14px !default;
|
|
29
26
|
$ddl-chip-height: 24px !default;
|
|
30
27
|
$ddl-chip-mobile-height: 30px !default;
|
|
@@ -125,14 +122,12 @@ $ddl-select-all-height-small: 26px !default;
|
|
|
125
122
|
$ddl-small-chip-height: 20px !default;
|
|
126
123
|
$ddl-chip-small-font-size: 12px !default;
|
|
127
124
|
$ddl-small-chip-close-square: 12px !default;
|
|
128
|
-
$ddl-small-chip-close-width: 12px !default;
|
|
129
125
|
$ddl-small-chip-close-font: 12px !default;
|
|
130
126
|
$ddl-control-small-height: 24px !default;
|
|
131
127
|
$ddl-small-input-height: 24px !default;
|
|
132
128
|
$ddl-delim-small-font-size: 12px !default;
|
|
133
129
|
$ddl-small-closer-margin-top: -2em !default;
|
|
134
130
|
$ddl-chip-close-hooker-small-left: 0 !default;
|
|
135
|
-
$ddl-chip-close-hooker-small-bigger-left: 0 !default;
|
|
136
131
|
$ddl-delimviewheight-small: 24px !default;
|
|
137
132
|
$ddl-multiselect-filled-input-min-height-small: 32px !default;
|
|
138
133
|
$ddl-multiselect-filled-float-input-min-height-small: 22px !default;
|
|
@@ -145,14 +140,12 @@ $ddl-multiselect-filled-float-input-min-height-bigger: 36px !default;
|
|
|
145
140
|
$ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
|
|
146
141
|
$ddl-bigger-chip-close-font: 14px !default;
|
|
147
142
|
$ddl-bigger-chip-close-square: 14px !default;
|
|
148
|
-
$ddl-bigger-chip-close-width: 14px !default;
|
|
149
143
|
|
|
150
144
|
// Touch Small size
|
|
151
145
|
$ddl-select-all-height-bigger-small: 40px !default;
|
|
152
146
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
153
147
|
$ddl-chip-bigger-small-font-size: 13px !default;
|
|
154
148
|
$ddl-bigger-small-chip-close-square: 14px !default;
|
|
155
|
-
$ddl-bigger-small-chip-close-width: 14px !default;
|
|
156
149
|
$ddl-bigger-small-chip-close-font: 14px !default;
|
|
157
150
|
$ddl-control-bigger-small-height: 28px !default;
|
|
158
151
|
$ddl-bigger-small-input-height: 32px !default;
|
|
@@ -19,11 +19,8 @@ $ddl-chip-padding: 0 4px 0 8px !default;
|
|
|
19
19
|
$ddl-chip-close-top: 0 !default;
|
|
20
20
|
$ddl-chip-close-left: 0 !default;
|
|
21
21
|
$ddl-chip-close-margin: 0 0 0 !default;
|
|
22
|
-
$ddl-chip-close-rtl-margin: 0 0 0 !default;
|
|
23
22
|
$ddl-chip-close-square: $text-base !default;
|
|
24
|
-
$ddl-chip-close-width: $text-base !default;
|
|
25
23
|
$ddl-chip-hooker-square: 28px !default;
|
|
26
|
-
$ddl-chip-hooker-width: 28px !default;
|
|
27
24
|
$ddl-chip-close-font: $text-base !default;
|
|
28
25
|
$ddl-chip-height: 22px !default;
|
|
29
26
|
$ddl-chip-mobile-height: 30px !default;
|
|
@@ -130,7 +127,6 @@ $ddl-small-clear-icon-width: 28px !default;
|
|
|
130
127
|
$ddl-bigger-small-clear-icon-height: 32px !default;
|
|
131
128
|
$ddl-bigger-small-clear-icon-width: 32px !default;
|
|
132
129
|
$ddl-bigger-chip-close-square: $text-xl !default;
|
|
133
|
-
$ddl-bigger-chip-close-width: $text-xl !default;
|
|
134
130
|
$ddl-bigger-chip-close-font: $text-xl !default;
|
|
135
131
|
|
|
136
132
|
// Small size
|
|
@@ -138,14 +134,12 @@ $ddl-select-all-height-small: 24px !default;
|
|
|
138
134
|
$ddl-small-chip-height: 18px !default;
|
|
139
135
|
$ddl-chip-small-font-size: 12px !default;
|
|
140
136
|
$ddl-small-chip-close-square: $text-sm !default;
|
|
141
|
-
$ddl-small-chip-close-width: $text-sm !default;
|
|
142
137
|
$ddl-small-chip-close-font: $text-sm !default;
|
|
143
138
|
$ddl-control-small-height: 24px !default;
|
|
144
139
|
$ddl-small-input-height: 24px !default;
|
|
145
140
|
$ddl-delim-small-font-size: 12px !default;
|
|
146
141
|
$ddl-small-closer-margin-top: -1.65em !default;
|
|
147
142
|
$ddl-chip-close-hooker-small-left: 6px !default;
|
|
148
|
-
$ddl-chip-close-hooker-small-bigger-left: 6px !default;
|
|
149
143
|
$ddl-delimviewheight-small: 24px !default;
|
|
150
144
|
$ddl-multiselect-filled-input-min-height-small: 32px !default;
|
|
151
145
|
$ddl-multiselect-filled-float-input-min-height-small: 22px !default;
|
|
@@ -161,7 +155,6 @@ $ddl-multiselect-filled-floatlabel-fontsize-bigger: 12px !default;
|
|
|
161
155
|
$ddl-select-all-height-bigger-small: 32px !default;
|
|
162
156
|
$ddl-bigger-small-chip-height: 26px !default;
|
|
163
157
|
$ddl-bigger-small-chip-close-square: $text-lg !default;
|
|
164
|
-
$ddl-bigger-small-chip-close-width: $text-lg !default;
|
|
165
158
|
$ddl-bigger-small-chip-close-font: $text-lg !default;
|
|
166
159
|
$ddl-control-bigger-small-height: 28px !default;
|
|
167
160
|
$ddl-bigger-small-input-height: 32px !default;
|
|
@@ -311,10 +311,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
311
311
|
left: $ddl-chip-close-hooker-small-left;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
315
|
-
left: $ddl-chip-close-hooker-small-bigger-left;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
314
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
319
315
|
@if $ddl-multiselect-skin-name == 'FluentUI' {
|
|
320
316
|
left: $ddl-small-down-icon-left;
|
|
@@ -322,10 +322,6 @@
|
|
|
322
322
|
width: 30px;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
326
|
-
margin: 0 0 0;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
325
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
330
326
|
margin: 1px 0 0;
|
|
331
327
|
}
|
|
@@ -1221,10 +1217,6 @@ ejs-multiselect {
|
|
|
1221
1217
|
left: 8px;
|
|
1222
1218
|
}
|
|
1223
1219
|
|
|
1224
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1225
|
-
left: 8px;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
1220
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1229
1221
|
height: 28px;
|
|
1230
1222
|
}
|
|
@@ -320,10 +320,6 @@
|
|
|
320
320
|
width: 30px;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
324
|
-
margin: 0 0 0;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
323
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
328
324
|
margin: 1px 0 0;
|
|
329
325
|
}
|
|
@@ -1219,10 +1215,6 @@ ejs-multiselect {
|
|
|
1219
1215
|
left: 8px;
|
|
1220
1216
|
}
|
|
1221
1217
|
|
|
1222
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1223
|
-
left: 8px;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
1218
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1227
1219
|
height: 28px;
|
|
1228
1220
|
}
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
.e-bigger .e-multi-select-wrapper .e-chips-close {
|
|
71
71
|
height: 30px;
|
|
72
|
-
width:
|
|
72
|
+
width: 30px;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
133
133
|
content: "\e745";
|
|
134
134
|
cursor: pointer;
|
|
135
|
-
left:
|
|
135
|
+
left: 10px;
|
|
136
136
|
position: relative;
|
|
137
137
|
top: 8px;
|
|
138
138
|
}
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
content: "\e745";
|
|
142
142
|
cursor: pointer;
|
|
143
143
|
height: 10px;
|
|
144
|
-
left:
|
|
144
|
+
left: 10px;
|
|
145
145
|
position: relative;
|
|
146
146
|
top: 10px;
|
|
147
147
|
}
|
|
@@ -397,12 +397,8 @@
|
|
|
397
397
|
float: right;
|
|
398
398
|
font-family: "e-icons";
|
|
399
399
|
height: 24px;
|
|
400
|
-
margin:
|
|
401
|
-
width:
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
405
|
-
margin: 8px 0 8px 20px;
|
|
400
|
+
margin: 0 0 0;
|
|
401
|
+
width: 24px;
|
|
406
402
|
}
|
|
407
403
|
|
|
408
404
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -417,7 +413,7 @@
|
|
|
417
413
|
position: absolute;
|
|
418
414
|
right: 0;
|
|
419
415
|
top: 100%;
|
|
420
|
-
width:
|
|
416
|
+
width: 29px;
|
|
421
417
|
}
|
|
422
418
|
|
|
423
419
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -834,7 +830,7 @@ ejs-multiselect {
|
|
|
834
830
|
|
|
835
831
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
836
832
|
height: 18px;
|
|
837
|
-
width:
|
|
833
|
+
width: 18px;
|
|
838
834
|
}
|
|
839
835
|
|
|
840
836
|
.e-small .e-multi-select-wrapper {
|
|
@@ -867,8 +863,7 @@ ejs-multiselect {
|
|
|
867
863
|
|
|
868
864
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
869
865
|
height: 24px;
|
|
870
|
-
width:
|
|
871
|
-
margin: 3px 10px 10px 0;
|
|
866
|
+
width: 24px;
|
|
872
867
|
}
|
|
873
868
|
|
|
874
869
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -887,7 +882,7 @@ ejs-multiselect {
|
|
|
887
882
|
|
|
888
883
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
889
884
|
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
890
|
-
margin-top: -2.
|
|
885
|
+
margin-top: -2.9em;
|
|
891
886
|
right: 0;
|
|
892
887
|
}
|
|
893
888
|
|
|
@@ -1331,7 +1326,7 @@ ejs-multiselect {
|
|
|
1331
1326
|
}
|
|
1332
1327
|
|
|
1333
1328
|
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1334
|
-
left:
|
|
1329
|
+
left: 6px;
|
|
1335
1330
|
top: 5px;
|
|
1336
1331
|
font-size: 8px;
|
|
1337
1332
|
}
|
|
@@ -1340,10 +1335,6 @@ ejs-multiselect {
|
|
|
1340
1335
|
left: 4px;
|
|
1341
1336
|
}
|
|
1342
1337
|
|
|
1343
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1344
|
-
left: 4px;
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
1338
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1348
1339
|
height: 30px;
|
|
1349
1340
|
}
|
|
@@ -1353,7 +1344,7 @@ ejs-multiselect {
|
|
|
1353
1344
|
}
|
|
1354
1345
|
|
|
1355
1346
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1356
|
-
left:
|
|
1347
|
+
left: 13px;
|
|
1357
1348
|
top: 11px;
|
|
1358
1349
|
font-size: 10px;
|
|
1359
1350
|
}
|
|
@@ -363,10 +363,6 @@
|
|
|
363
363
|
width: 14px;
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
367
|
-
margin: 0 0 0;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
366
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
371
367
|
margin: 3px 0 0;
|
|
372
368
|
}
|
|
@@ -1301,10 +1297,6 @@ ejs-multiselect {
|
|
|
1301
1297
|
left: 0;
|
|
1302
1298
|
}
|
|
1303
1299
|
|
|
1304
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1305
|
-
left: 0;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
1300
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1309
1301
|
height: 26px;
|
|
1310
1302
|
}
|
|
@@ -363,10 +363,6 @@
|
|
|
363
363
|
width: 14px;
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
367
|
-
margin: 0 0 0;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
366
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
371
367
|
margin: 3px 0 0;
|
|
372
368
|
}
|
|
@@ -1301,10 +1297,6 @@ ejs-multiselect {
|
|
|
1301
1297
|
left: 0;
|
|
1302
1298
|
}
|
|
1303
1299
|
|
|
1304
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1305
|
-
left: 0;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
1300
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1309
1301
|
height: 26px;
|
|
1310
1302
|
}
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
57
57
|
content: "\e7a7";
|
|
58
58
|
cursor: pointer;
|
|
59
|
-
left:
|
|
59
|
+
left: 8px;
|
|
60
60
|
position: relative;
|
|
61
61
|
top: 8px;
|
|
62
62
|
}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
65
65
|
content: "\e7a7";
|
|
66
66
|
cursor: pointer;
|
|
67
|
-
left:
|
|
67
|
+
left: 10px;
|
|
68
68
|
position: relative;
|
|
69
69
|
top: 10px;
|
|
70
70
|
}
|
|
@@ -311,12 +311,8 @@
|
|
|
311
311
|
float: right;
|
|
312
312
|
font-family: "e-icons";
|
|
313
313
|
height: 26px;
|
|
314
|
-
margin:
|
|
315
|
-
width:
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
319
|
-
margin: 8px 0 8px 20px;
|
|
314
|
+
margin: 0;
|
|
315
|
+
width: 26px;
|
|
320
316
|
}
|
|
321
317
|
|
|
322
318
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -331,7 +327,7 @@
|
|
|
331
327
|
position: absolute;
|
|
332
328
|
right: 0;
|
|
333
329
|
top: 100%;
|
|
334
|
-
width:
|
|
330
|
+
width: 30px;
|
|
335
331
|
}
|
|
336
332
|
|
|
337
333
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -745,7 +741,7 @@ ejs-multiselect {
|
|
|
745
741
|
|
|
746
742
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
747
743
|
height: 22px;
|
|
748
|
-
width:
|
|
744
|
+
width: 22px;
|
|
749
745
|
}
|
|
750
746
|
|
|
751
747
|
.e-small .e-multi-select-wrapper {
|
|
@@ -764,7 +760,7 @@ ejs-multiselect {
|
|
|
764
760
|
|
|
765
761
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
766
762
|
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
767
|
-
margin-top: -
|
|
763
|
+
margin-top: -2.8em;
|
|
768
764
|
}
|
|
769
765
|
|
|
770
766
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
@@ -774,7 +770,7 @@ ejs-multiselect {
|
|
|
774
770
|
|
|
775
771
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
776
772
|
height: 26px;
|
|
777
|
-
width:
|
|
773
|
+
width: 26px;
|
|
778
774
|
}
|
|
779
775
|
|
|
780
776
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -1222,10 +1218,6 @@ ejs-multiselect {
|
|
|
1222
1218
|
left: 7px;
|
|
1223
1219
|
}
|
|
1224
1220
|
|
|
1225
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1226
|
-
left: -35px;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
1221
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1230
1222
|
height: 26px;
|
|
1231
1223
|
}
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
57
57
|
content: "\e7a7";
|
|
58
58
|
cursor: pointer;
|
|
59
|
-
left:
|
|
59
|
+
left: 8px;
|
|
60
60
|
position: relative;
|
|
61
61
|
top: 8px;
|
|
62
62
|
}
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
65
65
|
content: "\e7a7";
|
|
66
66
|
cursor: pointer;
|
|
67
|
-
left:
|
|
67
|
+
left: 10px;
|
|
68
68
|
position: relative;
|
|
69
69
|
top: 10px;
|
|
70
70
|
}
|
|
@@ -311,12 +311,8 @@
|
|
|
311
311
|
float: right;
|
|
312
312
|
font-family: "e-icons";
|
|
313
313
|
height: 26px;
|
|
314
|
-
margin:
|
|
315
|
-
width:
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
319
|
-
margin: 8px 0 8px 20px;
|
|
314
|
+
margin: 0;
|
|
315
|
+
width: 26px;
|
|
320
316
|
}
|
|
321
317
|
|
|
322
318
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -331,7 +327,7 @@
|
|
|
331
327
|
position: absolute;
|
|
332
328
|
right: 0;
|
|
333
329
|
top: 100%;
|
|
334
|
-
width:
|
|
330
|
+
width: 30px;
|
|
335
331
|
}
|
|
336
332
|
|
|
337
333
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -745,7 +741,7 @@ ejs-multiselect {
|
|
|
745
741
|
|
|
746
742
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
747
743
|
height: 22px;
|
|
748
|
-
width:
|
|
744
|
+
width: 22px;
|
|
749
745
|
}
|
|
750
746
|
|
|
751
747
|
.e-small .e-multi-select-wrapper {
|
|
@@ -764,7 +760,7 @@ ejs-multiselect {
|
|
|
764
760
|
|
|
765
761
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
766
762
|
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
767
|
-
margin-top: -
|
|
763
|
+
margin-top: -2.8em;
|
|
768
764
|
}
|
|
769
765
|
|
|
770
766
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
@@ -774,7 +770,7 @@ ejs-multiselect {
|
|
|
774
770
|
|
|
775
771
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
776
772
|
height: 26px;
|
|
777
|
-
width:
|
|
773
|
+
width: 26px;
|
|
778
774
|
}
|
|
779
775
|
|
|
780
776
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -1222,10 +1218,6 @@ ejs-multiselect {
|
|
|
1222
1218
|
left: 7px;
|
|
1223
1219
|
}
|
|
1224
1220
|
|
|
1225
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1226
|
-
left: -35px;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
1221
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1230
1222
|
height: 26px;
|
|
1231
1223
|
}
|
|
@@ -385,10 +385,6 @@
|
|
|
385
385
|
width: 14px;
|
|
386
386
|
}
|
|
387
387
|
|
|
388
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
389
|
-
margin: 0 0 0;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
388
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
393
389
|
margin: 3px 0 0;
|
|
394
390
|
}
|
|
@@ -1350,7 +1346,7 @@ ejs-multiselect {
|
|
|
1350
1346
|
}
|
|
1351
1347
|
|
|
1352
1348
|
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1353
|
-
left:
|
|
1349
|
+
left: 6px;
|
|
1354
1350
|
top: 2px;
|
|
1355
1351
|
font-size: 8px;
|
|
1356
1352
|
}
|
|
@@ -1359,10 +1355,6 @@ ejs-multiselect {
|
|
|
1359
1355
|
left: 0;
|
|
1360
1356
|
}
|
|
1361
1357
|
|
|
1362
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1363
|
-
left: 0;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
1358
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
1367
1359
|
left: -2px;
|
|
1368
1360
|
}
|
|
@@ -385,10 +385,6 @@
|
|
|
385
385
|
width: 14px;
|
|
386
386
|
}
|
|
387
387
|
|
|
388
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
389
|
-
margin: 0 0 0;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
388
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
393
389
|
margin: 3px 0 0;
|
|
394
390
|
}
|
|
@@ -1350,7 +1346,7 @@ ejs-multiselect {
|
|
|
1350
1346
|
}
|
|
1351
1347
|
|
|
1352
1348
|
.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
1353
|
-
left:
|
|
1349
|
+
left: 6px;
|
|
1354
1350
|
top: 2px;
|
|
1355
1351
|
font-size: 8px;
|
|
1356
1352
|
}
|
|
@@ -1359,10 +1355,6 @@ ejs-multiselect {
|
|
|
1359
1355
|
left: 0;
|
|
1360
1356
|
}
|
|
1361
1357
|
|
|
1362
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1363
|
-
left: 0;
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
1358
|
.e-small .e-multi-select-wrapper .e-down-icon .e-close-hooker::before {
|
|
1367
1359
|
left: -2px;
|
|
1368
1360
|
}
|
|
@@ -409,10 +409,6 @@
|
|
|
409
409
|
width: 26px;
|
|
410
410
|
}
|
|
411
411
|
|
|
412
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
413
|
-
margin: 0;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
412
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
417
413
|
margin: 3px 0 0;
|
|
418
414
|
}
|
|
@@ -1331,10 +1327,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
1331
1327
|
left: 7px;
|
|
1332
1328
|
}
|
|
1333
1329
|
|
|
1334
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1335
|
-
left: 7px;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
1330
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1339
1331
|
height: 26px;
|
|
1340
1332
|
}
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
.e-multi-select-wrapper .e-chips .e-chips-close::before {
|
|
153
153
|
content: "\e7a7";
|
|
154
154
|
cursor: pointer;
|
|
155
|
-
left:
|
|
155
|
+
left: 8px;
|
|
156
156
|
position: relative;
|
|
157
157
|
top: 8px;
|
|
158
158
|
}
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
.e-multi-select-wrapper .e-close-hooker::before {
|
|
161
161
|
content: "\e7a7";
|
|
162
162
|
cursor: pointer;
|
|
163
|
-
left:
|
|
163
|
+
left: 10px;
|
|
164
164
|
position: relative;
|
|
165
165
|
top: 10px;
|
|
166
166
|
}
|
|
@@ -407,12 +407,8 @@
|
|
|
407
407
|
float: right;
|
|
408
408
|
font-family: "e-icons";
|
|
409
409
|
height: 26px;
|
|
410
|
-
margin:
|
|
411
|
-
width:
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
415
|
-
margin: 8px 0 8px 20px;
|
|
410
|
+
margin: 0;
|
|
411
|
+
width: 26px;
|
|
416
412
|
}
|
|
417
413
|
|
|
418
414
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
@@ -427,7 +423,7 @@
|
|
|
427
423
|
position: absolute;
|
|
428
424
|
right: 0;
|
|
429
425
|
top: 100%;
|
|
430
|
-
width:
|
|
426
|
+
width: 30px;
|
|
431
427
|
}
|
|
432
428
|
|
|
433
429
|
.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
@@ -848,7 +844,7 @@ ejs-multiselect {
|
|
|
848
844
|
|
|
849
845
|
.e-small .e-multi-select-wrapper .e-chips-close {
|
|
850
846
|
height: 22px;
|
|
851
|
-
width:
|
|
847
|
+
width: 22px;
|
|
852
848
|
}
|
|
853
849
|
|
|
854
850
|
.e-small .e-multi-select-wrapper {
|
|
@@ -867,7 +863,7 @@ ejs-multiselect {
|
|
|
867
863
|
|
|
868
864
|
.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
869
865
|
.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
870
|
-
margin-top: -
|
|
866
|
+
margin-top: -2.9em;
|
|
871
867
|
}
|
|
872
868
|
|
|
873
869
|
.e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent,
|
|
@@ -877,7 +873,7 @@ ejs-multiselect {
|
|
|
877
873
|
|
|
878
874
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close {
|
|
879
875
|
height: 26px;
|
|
880
|
-
width:
|
|
876
|
+
width: 26px;
|
|
881
877
|
}
|
|
882
878
|
|
|
883
879
|
.e-bigger.e-small .e-multi-select-wrapper {
|
|
@@ -896,7 +892,7 @@ ejs-multiselect {
|
|
|
896
892
|
|
|
897
893
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
898
894
|
.e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
899
|
-
margin-top: -3.
|
|
895
|
+
margin-top: -3.2em;
|
|
900
896
|
right: 0;
|
|
901
897
|
}
|
|
902
898
|
|
|
@@ -1333,10 +1329,6 @@ e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-
|
|
|
1333
1329
|
left: 7px;
|
|
1334
1330
|
}
|
|
1335
1331
|
|
|
1336
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1337
|
-
left: -35px;
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
1332
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1341
1333
|
height: 26px;
|
|
1342
1334
|
}
|
|
@@ -861,10 +861,6 @@
|
|
|
861
861
|
width: 16px;
|
|
862
862
|
}
|
|
863
863
|
|
|
864
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
865
|
-
margin: 0 0 0;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
864
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
869
865
|
margin: 3px 0 0;
|
|
870
866
|
}
|
|
@@ -2257,10 +2253,6 @@ ejs-multiselect {
|
|
|
2257
2253
|
left: 6px;
|
|
2258
2254
|
}
|
|
2259
2255
|
|
|
2260
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2261
|
-
left: 6px;
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
2256
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2265
2257
|
height: 24px;
|
|
2266
2258
|
}
|
|
@@ -869,10 +869,6 @@
|
|
|
869
869
|
width: 16px;
|
|
870
870
|
}
|
|
871
871
|
|
|
872
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
873
|
-
margin: 0 0 0;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
872
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
877
873
|
margin: 3px 0 0;
|
|
878
874
|
}
|
|
@@ -2265,10 +2261,6 @@ ejs-multiselect {
|
|
|
2265
2261
|
left: 6px;
|
|
2266
2262
|
}
|
|
2267
2263
|
|
|
2268
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
2269
|
-
left: 6px;
|
|
2270
|
-
}
|
|
2271
|
-
|
|
2272
2264
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
2273
2265
|
height: 22px;
|
|
2274
2266
|
}
|
|
@@ -370,10 +370,6 @@
|
|
|
370
370
|
width: 16px;
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
-
.e-rtl .e-multi-select-wrapper .e-chips-close {
|
|
374
|
-
margin: 0 0 0;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
373
|
.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close {
|
|
378
374
|
margin: 3px 0 0;
|
|
379
375
|
}
|
|
@@ -1295,10 +1291,6 @@ ejs-multiselect {
|
|
|
1295
1291
|
left: 6px;
|
|
1296
1292
|
}
|
|
1297
1293
|
|
|
1298
|
-
.e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before {
|
|
1299
|
-
left: 6px;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
1294
|
.e-bigger.e-small .e-multi-select-wrapper .e-chips {
|
|
1303
1295
|
height: 26px;
|
|
1304
1296
|
}
|