@syncfusion/ej2-vue-dropdowns 18.2.44-4569 → 18.2.44-4571

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.
Files changed (66) hide show
  1. package/CHANGELOG.md +206 -0
  2. package/dist/ej2-vue-dropdowns.umd.min.js +2 -2
  3. package/dist/ej2-vue-dropdowns.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-dropdowns.es2015.js +9 -6
  5. package/dist/es6/ej2-vue-dropdowns.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-dropdowns.es5.js +9 -6
  7. package/dist/es6/ej2-vue-dropdowns.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-dropdowns.min.js +10 -0
  9. package/package.json +15 -16
  10. package/src/drop-down-tree/dropdowntree.component.d.ts +1 -0
  11. package/src/drop-down-tree/dropdowntree.component.js +4 -1
  12. package/src/list-box/listbox.component.d.ts +2 -2
  13. package/src/list-box/listbox.component.js +4 -4
  14. package/src/multi-select/multiselect.component.js +1 -1
  15. package/styles/auto-complete/bootstrap-dark.css +0 -1
  16. package/styles/auto-complete/bootstrap.css +0 -1
  17. package/styles/auto-complete/bootstrap4.css +0 -1
  18. package/styles/bootstrap-dark.css +806 -186
  19. package/styles/bootstrap.css +805 -185
  20. package/styles/bootstrap4.css +836 -193
  21. package/styles/combo-box/bootstrap-dark.css +0 -1
  22. package/styles/combo-box/bootstrap.css +0 -1
  23. package/styles/combo-box/bootstrap4.css +0 -1
  24. package/styles/drop-down-base/bootstrap4.css +2 -1
  25. package/styles/drop-down-list/bootstrap-dark.css +35 -2
  26. package/styles/drop-down-list/bootstrap.css +35 -2
  27. package/styles/drop-down-list/bootstrap4.css +37 -3
  28. package/styles/drop-down-list/fabric-dark.css +35 -1
  29. package/styles/drop-down-list/fabric.css +35 -1
  30. package/styles/drop-down-list/highcontrast-light.css +35 -1
  31. package/styles/drop-down-list/highcontrast.css +35 -1
  32. package/styles/drop-down-list/material-dark.css +35 -1
  33. package/styles/drop-down-list/material.css +44 -1
  34. package/styles/drop-down-tree/bootstrap-dark.css +97 -19
  35. package/styles/drop-down-tree/bootstrap.css +97 -19
  36. package/styles/drop-down-tree/bootstrap4.css +108 -24
  37. package/styles/drop-down-tree/fabric-dark.css +97 -19
  38. package/styles/drop-down-tree/fabric.css +97 -19
  39. package/styles/drop-down-tree/highcontrast-light.css +97 -19
  40. package/styles/drop-down-tree/highcontrast.css +97 -19
  41. package/styles/drop-down-tree/material-dark.css +98 -20
  42. package/styles/drop-down-tree/material.css +107 -20
  43. package/styles/fabric-dark.css +787 -174
  44. package/styles/fabric.css +786 -173
  45. package/styles/highcontrast-light.css +794 -175
  46. package/styles/highcontrast.css +796 -175
  47. package/styles/list-box/bootstrap-dark.css +291 -140
  48. package/styles/list-box/bootstrap.css +291 -140
  49. package/styles/list-box/bootstrap4.css +311 -147
  50. package/styles/list-box/fabric-dark.css +291 -140
  51. package/styles/list-box/fabric.css +291 -140
  52. package/styles/list-box/highcontrast-light.css +291 -140
  53. package/styles/list-box/highcontrast.css +291 -140
  54. package/styles/list-box/material-dark.css +295 -144
  55. package/styles/list-box/material.css +295 -144
  56. package/styles/material-dark.css +967 -194
  57. package/styles/material.css +1328 -207
  58. package/styles/multi-select/bootstrap-dark.css +383 -25
  59. package/styles/multi-select/bootstrap.css +382 -24
  60. package/styles/multi-select/bootstrap4.css +386 -22
  61. package/styles/multi-select/fabric-dark.css +364 -14
  62. package/styles/multi-select/fabric.css +363 -13
  63. package/styles/multi-select/highcontrast-light.css +371 -15
  64. package/styles/multi-select/highcontrast.css +373 -15
  65. package/styles/multi-select/material-dark.css +539 -29
  66. package/styles/multi-select/material.css +875 -35
@@ -121,6 +121,122 @@
121
121
  max-width: 100%;
122
122
  }
123
123
 
124
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher,
125
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher {
126
+ display: -ms-flexbox;
127
+ display: flex;
128
+ float: left;
129
+ width: auto;
130
+ }
131
+
132
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher,
133
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher {
134
+ display: -ms-inline-flexbox;
135
+ display: inline-flex;
136
+ float: none;
137
+ }
138
+
139
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box),
140
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) {
141
+ width: 0;
142
+ }
143
+
144
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide,
145
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
146
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide,
147
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide,
148
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide,
149
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide {
150
+ display: none;
151
+ }
152
+
153
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon,
154
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon {
155
+ padding: 0 48px 0 0;
156
+ }
157
+
158
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values,
159
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values {
160
+ -ms-flex-align: center;
161
+ align-items: center;
162
+ display: inline;
163
+ max-width: 100%;
164
+ word-break: break-word;
165
+ }
166
+
167
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
168
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
169
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon,
170
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
171
+ -ms-flex-align: center;
172
+ align-items: center;
173
+ cursor: pointer;
174
+ display: none;
175
+ -ms-flex-direction: row;
176
+ flex-direction: row;
177
+ margin-top: -2.5em;
178
+ outline: 0;
179
+ padding: 0;
180
+ position: absolute;
181
+ right: 5px;
182
+ top: 100%;
183
+ }
184
+
185
+ .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
186
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
187
+ .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon,
188
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
189
+ display: -ms-flexbox;
190
+ display: flex;
191
+ }
192
+
193
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon,
194
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
195
+ margin-right: 0;
196
+ margin-top: -2.1em;
197
+ right: 0;
198
+ }
199
+
200
+ .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter,
201
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter {
202
+ top: -1px;
203
+ }
204
+
205
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon,
206
+ .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon {
207
+ font-size: 10px;
208
+ height: 24px;
209
+ width: 24px;
210
+ }
211
+
212
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher,
213
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher {
214
+ float: right;
215
+ }
216
+
217
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon,
218
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon,
219
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon,
220
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon {
221
+ left: 0;
222
+ right: auto;
223
+ }
224
+
225
+ .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon,
226
+ .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon {
227
+ padding: 0 0 0 48px;
228
+ }
229
+
230
+ .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon {
231
+ margin-top: -2.5em;
232
+ }
233
+
234
+ .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled,
235
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled {
236
+ opacity: .7;
237
+ pointer-events: none;
238
+ }
239
+
124
240
  .e-multiselect.e-input-group,
125
241
  .e-multiselect.e-float-input {
126
242
  word-wrap: initial;
@@ -131,7 +247,7 @@
131
247
  }
132
248
 
133
249
  .e-bigger .e-multi-select-wrapper {
134
- min-height: 36px;
250
+ min-height: 43px;
135
251
  }
136
252
 
137
253
  .e-multi-select-wrapper.e-close-icon-hide {
@@ -220,11 +336,18 @@
220
336
  width: 24px;
221
337
  }
222
338
 
223
- .e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
339
+ .e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
340
+ .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
224
341
  right: 22px;
225
342
  }
226
343
 
227
- .e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker {
344
+ .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon {
345
+ left: 22px;
346
+ right: auto;
347
+ }
348
+
349
+ .e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker,
350
+ .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
228
351
  margin-top: -3em;
229
352
  }
230
353
 
@@ -241,6 +364,23 @@
241
364
  text-indent: 0;
242
365
  }
243
366
 
367
+ .e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
368
+ background: none;
369
+ border: 0;
370
+ font-family: inherit;
371
+ font-size: 14px;
372
+ font-weight: 400;
373
+ height: 28px;
374
+ min-height: 28px;
375
+ outline: none;
376
+ padding: 0;
377
+ text-indent: 0;
378
+ }
379
+
380
+ .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type='text'] {
381
+ padding: 5px;
382
+ }
383
+
244
384
  .e-bigger .e-multi-select-wrapper input[type='text'],
245
385
  .e-multi-select-wrapper.e-mob-wrapper input[type='text'] {
246
386
  height: 28px;
@@ -315,7 +455,7 @@
315
455
  }
316
456
 
317
457
  .e-bigger .e-multi-select-wrapper .e-delim-values {
318
- line-height: 34px;
458
+ line-height: 43px;
319
459
  }
320
460
 
321
461
  .e-multi-select-list-wrapper .e-hide-listitem {
@@ -509,12 +649,19 @@
509
649
  display: block;
510
650
  line-height: 36px;
511
651
  overflow: hidden;
652
+ padding-right: 16px;
512
653
  position: relative;
513
654
  text-indent: 17px;
514
655
  white-space: nowrap;
515
656
  width: 100%;
516
657
  }
517
658
 
659
+ .e-rtl .e-multi-select-list-wrapper .e-selectall-parent,
660
+ .e-multi-select-list-wrapper.e-rtl .e-selectall-parent {
661
+ padding-left: 16px;
662
+ padding-right: 0;
663
+ }
664
+
518
665
  .e-multi-select-list-wrapper .e-selectall-parent .e-all-text {
519
666
  color: #fff;
520
667
  font-family: inherit;
@@ -579,8 +726,8 @@
579
726
  padding: 4px 0;
580
727
  }
581
728
 
582
- .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon,
583
- .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon {
729
+ .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon,
730
+ .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon {
584
731
  padding-left: 8px;
585
732
  padding-right: 8px;
586
733
  }
@@ -590,7 +737,7 @@
590
737
  }
591
738
 
592
739
  .e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values {
593
- line-height: 34px;
740
+ line-height: 43px;
594
741
  }
595
742
 
596
743
  .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain {
@@ -640,10 +787,11 @@ ejs-multiselect {
640
787
 
641
788
  .e-small .e-multi-select-wrapper .e-delim-values {
642
789
  font-size: 12px;
643
- line-height: 28px;
790
+ line-height: 26px;
644
791
  }
645
792
 
646
- .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
793
+ .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
794
+ .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
647
795
  margin-top: -2.5em;
648
796
  }
649
797
 
@@ -661,16 +809,17 @@ ejs-multiselect {
661
809
  }
662
810
 
663
811
  .e-bigger.e-small .e-multi-select-wrapper input[type='text'] {
664
- height: 30px;
665
- min-height: 30px;
812
+ height: 34px;
813
+ min-height: 34px;
666
814
  }
667
815
 
668
816
  .e-small.e-bigger .e-multi-select-wrapper .e-delim-values {
669
817
  font-size: 13px;
670
- line-height: 30px;
818
+ line-height: 34px;
671
819
  }
672
820
 
673
- .e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker {
821
+ .e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker,
822
+ .e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
674
823
  margin-top: -2.5em;
675
824
  right: 5px;
676
825
  }
@@ -1002,30 +1151,35 @@ ejs-multiselect {
1002
1151
  font-size: 12px;
1003
1152
  }
1004
1153
 
1005
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close {
1006
- -ms-flex-align: center;
1007
- align-items: center;
1008
- }
1009
-
1010
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1154
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1155
+ .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
1011
1156
  -ms-flex-align: normal;
1012
1157
  align-items: normal;
1013
1158
  }
1014
1159
 
1160
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1015
1161
  .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1016
1162
  font-size: 14px;
1017
1163
  }
1018
1164
 
1165
+ .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1166
+ .e-bigger .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1019
1167
  .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1020
1168
  .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1021
1169
  font-size: 16px;
1022
1170
  }
1023
1171
 
1172
+ .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1173
+ .e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1024
1174
  .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1025
1175
  .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1026
1176
  font-size: 13px;
1027
1177
  }
1028
1178
 
1179
+ .e-bigger.e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1180
+ .e-bigger.e-small .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1181
+ .e-bigger .e-small.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1182
+ .e-small .e-bigger.e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain,
1029
1183
  .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1030
1184
  .e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1031
1185
  .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
@@ -1033,6 +1187,338 @@ ejs-multiselect {
1033
1187
  font-size: 14px;
1034
1188
  }
1035
1189
 
1190
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
1191
+ padding: 0 12px 0 8px;
1192
+ }
1193
+
1194
+ .e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper,
1195
+ .e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
1196
+ padding: 3px 12px 0 4px;
1197
+ }
1198
+
1199
+ .e-multiselect.e-filled.e-input-group.e-control-wrapper,
1200
+ .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1201
+ .e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper,
1202
+ .e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1203
+ .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper {
1204
+ padding: 0;
1205
+ }
1206
+
1207
+ .e-filled.e-float-input .e-multi-select-wrapper,
1208
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper,
1209
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper,
1210
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper,
1211
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper {
1212
+ padding: 11px 12px 0;
1213
+ }
1214
+
1215
+ .e-small.e-filled.e-float-input .e-multi-select-wrapper,
1216
+ .e-small .e-filled.e-float-input .e-multi-select-wrapper {
1217
+ padding: 12px 12px 0 8px;
1218
+ }
1219
+
1220
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper,
1221
+ .e-bigger .e-filled.e-float-input .e-multi-select-wrapper {
1222
+ padding: 19px 12px 0 16px;
1223
+ }
1224
+
1225
+ .e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper {
1226
+ padding-top: 3px;
1227
+ }
1228
+
1229
+ .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper,
1230
+ .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper {
1231
+ padding: 0;
1232
+ }
1233
+
1234
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1235
+ .e-bigger.e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1236
+ .e-bigger.e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1237
+ .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1238
+ .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
1239
+ min-height: 44px;
1240
+ padding-right: 10px;
1241
+ }
1242
+
1243
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1244
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
1245
+ min-height: 32px;
1246
+ }
1247
+
1248
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'],
1249
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'] {
1250
+ height: 22px;
1251
+ min-height: 22px;
1252
+ padding: 2px;
1253
+ }
1254
+
1255
+ .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'],
1256
+ .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper input[type='text'] {
1257
+ min-height: 52px;
1258
+ }
1259
+
1260
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'],
1261
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper input[type='text'] {
1262
+ min-height: 36px;
1263
+ }
1264
+
1265
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1266
+ height: 44px;
1267
+ }
1268
+
1269
+ .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
1270
+ .e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1271
+ height: 32px;
1272
+ }
1273
+
1274
+ .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1275
+ .e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1276
+ height: 22px;
1277
+ }
1278
+
1279
+ .e-bigger.e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher,
1280
+ .e-bigger .e-filled:not(.e-small).e-multiselect:not(.e-float-input) .e-multi-select-wrapper.e-delimiter .e-searcher {
1281
+ height: 52px;
1282
+ }
1283
+
1284
+ .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1285
+ .e-bigger .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1286
+ height: 36px;
1287
+ }
1288
+
1289
+ .e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1290
+ .e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher
1291
+ .e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher,
1292
+ .e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-delimiter .e-searcher {
1293
+ height: 28px;
1294
+ }
1295
+
1296
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type='text'],
1297
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type='text'] {
1298
+ padding: 5px 0;
1299
+ }
1300
+
1301
+ .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
1302
+ .e-bigger.e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
1303
+ .e-bigger.e-small .e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
1304
+ .e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase,
1305
+ .e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-searcher .e-dropdownbase {
1306
+ min-height: 28px;
1307
+ }
1308
+
1309
+ .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1310
+ .e-small.e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1311
+ .e-small.e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1312
+ .e-small .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1313
+ .e-bigger .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values {
1314
+ font-size: 13px;
1315
+ line-height: 44px;
1316
+ }
1317
+
1318
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1319
+ .e-small.e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1320
+ .e-small.e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1321
+ .e-small .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1322
+ .e-bigger .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1323
+ font-size: 14px;
1324
+ line-height: 28px;
1325
+ }
1326
+
1327
+ .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1328
+ .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1329
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1330
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1331
+ font-size: 16px;
1332
+ line-height: 52px;
1333
+ }
1334
+
1335
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1336
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1337
+ line-height: 36px;
1338
+ }
1339
+
1340
+ .e-small.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1341
+ .e-small .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-delim-values,
1342
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1343
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1344
+ font-size: 13px;
1345
+ line-height: 32px;
1346
+ }
1347
+
1348
+ .e-small.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values,
1349
+ .e-small .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-delim-values {
1350
+ line-height: 22px;
1351
+ }
1352
+
1353
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1354
+ .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1355
+ .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1356
+ .e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1357
+ .e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1358
+ height: 28px;
1359
+ }
1360
+
1361
+ .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1362
+ .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1363
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1364
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1365
+ height: 24px;
1366
+ }
1367
+
1368
+ .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1369
+ .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1370
+ height: 32px;
1371
+ }
1372
+
1373
+ .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip {
1374
+ height: 24px;
1375
+ }
1376
+
1377
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1378
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1379
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1380
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1381
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1382
+ height: 18px;
1383
+ }
1384
+
1385
+ .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1386
+ .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1387
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1388
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1389
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1390
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1391
+ .e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1392
+ .e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1393
+ .e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1394
+ .e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1395
+ margin: 8px 8px 0 0;
1396
+ padding: 0 8px;
1397
+ }
1398
+
1399
+ .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1400
+ .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1401
+ .e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1402
+ .e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1403
+ .e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1404
+ .e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1405
+ .e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1406
+ .e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1407
+ .e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1408
+ .e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1409
+ margin: 8px 0 0 8px;
1410
+ padding: 0 8px;
1411
+ }
1412
+
1413
+ .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1414
+ .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1415
+ .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1416
+ .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1417
+ padding-left: 8px;
1418
+ }
1419
+
1420
+ .e-small .e-filled .e-multi-select-wrapper .e-chips,
1421
+ .e-small.e-filled .e-multi-select-wrapper .e-chips {
1422
+ height: 16px;
1423
+ margin: 4px 4px 0 0;
1424
+ padding-right: 8px;
1425
+ }
1426
+
1427
+ .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1428
+ .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1429
+ margin: 4px 0 0 4px;
1430
+ }
1431
+
1432
+ .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips,
1433
+ .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips {
1434
+ height: 24px;
1435
+ }
1436
+
1437
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
1438
+ .e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
1439
+ .e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
1440
+ .e-bigger.e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
1441
+ .e-bigger.e-small .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
1442
+ .e-bigger .e-small.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
1443
+ .e-small .e-bigger.e-filled.e-multiselect.e-float-input .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
1444
+ height: 12px;
1445
+ width: 12px;
1446
+ }
1447
+
1448
+ .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1449
+ .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1450
+ .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1451
+ .e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1452
+ .e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
1453
+ font-size: 13px;
1454
+ padding: 0 8px 0 0;
1455
+ }
1456
+
1457
+ .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1458
+ .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1459
+ font-size: 12px;
1460
+ }
1461
+
1462
+ .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1463
+ .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1464
+ .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1465
+ .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1466
+ .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1467
+ font-size: 12px;
1468
+ padding: 0 4px 0 0;
1469
+ }
1470
+
1471
+ .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1472
+ .e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1473
+ .e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1474
+ .e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1475
+ .e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1476
+ padding: 0 0 0 4px;
1477
+ }
1478
+
1479
+ .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1480
+ .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1481
+ font-size: 10px;
1482
+ }
1483
+
1484
+ .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent,
1485
+ .e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent {
1486
+ font-size: 13px;
1487
+ }
1488
+
1489
+ .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent {
1490
+ font-size: 13px;
1491
+ padding-right: 4px;
1492
+ }
1493
+
1494
+ .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent,
1495
+ .e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent {
1496
+ font-size: 14px;
1497
+ }
1498
+
1499
+ .e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips,
1500
+ .e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips,
1501
+ .e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1502
+ .e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1503
+ .e-bigger.e-filled .e-multi-select-wrapper .e-chips,
1504
+ .e-bigger .e-filled .e-multi-select-wrapper .e-chips {
1505
+ padding: 0 12px;
1506
+ }
1507
+
1508
+ .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips,
1509
+ .e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips {
1510
+ padding-right: 8px;
1511
+ }
1512
+
1513
+ .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker,
1514
+ .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon {
1515
+ height: 38px;
1516
+ margin-top: -38px;
1517
+ right: 12px;
1518
+ top: 100%;
1519
+ width: 16px;
1520
+ }
1521
+
1036
1522
  .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1037
1523
  color: #fff;
1038
1524
  }
@@ -1050,6 +1536,7 @@ ejs-multiselect {
1050
1536
  }
1051
1537
 
1052
1538
  .e-multi-select-wrapper .e-chips > .e-chipcontent {
1539
+ -webkit-text-fill-color: #fff;
1053
1540
  color: #fff;
1054
1541
  font-family: inherit;
1055
1542
  font-size: 13px;
@@ -1078,6 +1565,7 @@ ejs-multiselect {
1078
1565
  }
1079
1566
 
1080
1567
  .e-multi-select-wrapper .e-chips .e-chips-close::before {
1568
+ -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
1081
1569
  color: rgba(255, 255, 255, 0.7);
1082
1570
  font-size: 16px;
1083
1571
  }
@@ -1200,6 +1688,7 @@ ejs-multiselect {
1200
1688
  }
1201
1689
 
1202
1690
  .e-multi-select-wrapper .e-delim-values {
1691
+ -webkit-text-fill-color: #fff;
1203
1692
  color: #fff;
1204
1693
  }
1205
1694
 
@@ -1208,7 +1697,7 @@ ejs-multiselect {
1208
1697
  }
1209
1698
 
1210
1699
  .e-small .e-multi-select-wrapper .e-chips {
1211
- height: 22px;
1700
+ height: 20px;
1212
1701
  }
1213
1702
 
1214
1703
  .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent {
@@ -1239,47 +1728,65 @@ ejs-multiselect {
1239
1728
  background-color: #ececec;
1240
1729
  }
1241
1730
 
1731
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips {
1732
+ background-color: #cecece;
1733
+ }
1734
+
1242
1735
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover {
1243
1736
  background-color: #ececec;
1244
1737
  }
1245
1738
 
1246
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected {
1739
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips:hover {
1740
+ background-color: #cecece;
1741
+ }
1742
+
1743
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected,
1744
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected {
1247
1745
  background-color: #dcdcdc;
1248
1746
  }
1249
1747
 
1250
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1748
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover,
1749
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected:hover {
1251
1750
  background-color: #dcdcdc;
1252
1751
  }
1253
1752
 
1254
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1753
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent,
1754
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent {
1255
1755
  color: #fff;
1256
1756
  }
1257
1757
 
1258
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1758
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover,
1759
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover {
1259
1760
  color: #fff;
1260
1761
  }
1261
1762
 
1262
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1763
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker,
1764
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
1263
1765
  color: #000;
1264
1766
  }
1265
1767
 
1266
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
1768
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover,
1769
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover {
1267
1770
  color: #000;
1268
1771
  }
1269
1772
 
1270
- .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1773
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before,
1774
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before {
1271
1775
  color: rgba(255, 255, 255, 0.7);
1272
1776
  }
1273
1777
 
1778
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before,
1274
1779
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before {
1275
1780
  color: #fff;
1276
1781
  }
1277
1782
 
1278
- .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
1783
+ .e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before,
1784
+ .e-multiselect.e-filled:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before {
1279
1785
  color: #000;
1280
1786
  }
1281
1787
 
1282
- .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain {
1788
+ .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain,
1789
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-delim-values .e-remain {
1283
1790
  color: rgba(0, 0, 0, 0.6);
1284
1791
  }
1285
1792
 
@@ -1295,6 +1802,7 @@ ejs-multiselect {
1295
1802
  background-color: rgba(0, 0, 0, 0.06);
1296
1803
  }
1297
1804
 
1805
+ .e-multiselect.e-filled .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip.e-chip-selected,
1298
1806
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected {
1299
1807
  background-color: #3f51b5;
1300
1808
  border-radius: 4px;
@@ -1307,10 +1815,12 @@ ejs-multiselect {
1307
1815
  width: 100%;
1308
1816
  }
1309
1817
 
1818
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close,
1310
1819
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close {
1311
1820
  width: 33px;
1312
1821
  }
1313
1822
 
1823
+ .e-multiselect.e-filled .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent,
1314
1824
  .e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent {
1315
1825
  color: #fff;
1316
1826
  }