@syncfusion/ej2-react-dropdowns 19.2.62 → 19.3.43

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 (86) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/ej2-react-dropdowns.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/auto-complete/bootstrap5-dark.css +141 -0
  5. package/styles/auto-complete/bootstrap5-dark.scss +1 -0
  6. package/styles/auto-complete/bootstrap5.css +141 -0
  7. package/styles/auto-complete/bootstrap5.scss +1 -0
  8. package/styles/auto-complete/material-dark.css +1 -1
  9. package/styles/bootstrap-dark.css +15 -4
  10. package/styles/bootstrap.css +15 -4
  11. package/styles/bootstrap4.css +16 -21
  12. package/styles/bootstrap5-dark.css +3408 -0
  13. package/styles/bootstrap5-dark.scss +7 -0
  14. package/styles/bootstrap5.css +3408 -0
  15. package/styles/bootstrap5.scss +7 -0
  16. package/styles/combo-box/bootstrap5-dark.css +141 -0
  17. package/styles/combo-box/bootstrap5-dark.scss +1 -0
  18. package/styles/combo-box/bootstrap5.css +141 -0
  19. package/styles/combo-box/bootstrap5.scss +1 -0
  20. package/styles/combo-box/material-dark.css +1 -1
  21. package/styles/drop-down-base/bootstrap-dark.css +1 -3
  22. package/styles/drop-down-base/bootstrap.css +1 -3
  23. package/styles/drop-down-base/bootstrap4.css +1 -3
  24. package/styles/drop-down-base/bootstrap5-dark.css +372 -0
  25. package/styles/drop-down-base/bootstrap5-dark.scss +1 -0
  26. package/styles/drop-down-base/bootstrap5.css +372 -0
  27. package/styles/drop-down-base/bootstrap5.scss +1 -0
  28. package/styles/drop-down-base/fabric-dark.css +1 -3
  29. package/styles/drop-down-base/fabric.css +1 -3
  30. package/styles/drop-down-base/highcontrast-light.css +1 -3
  31. package/styles/drop-down-base/highcontrast.css +1 -3
  32. package/styles/drop-down-base/material-dark.css +3 -5
  33. package/styles/drop-down-base/material.css +1 -3
  34. package/styles/drop-down-base/tailwind-dark.css +5 -7
  35. package/styles/drop-down-base/tailwind.css +1 -3
  36. package/styles/drop-down-list/bootstrap4.css +0 -16
  37. package/styles/drop-down-list/bootstrap5-dark.css +433 -0
  38. package/styles/drop-down-list/bootstrap5-dark.scss +1 -0
  39. package/styles/drop-down-list/bootstrap5.css +433 -0
  40. package/styles/drop-down-list/bootstrap5.scss +1 -0
  41. package/styles/drop-down-list/material-dark.css +2 -2
  42. package/styles/drop-down-tree/bootstrap-dark.css +4 -0
  43. package/styles/drop-down-tree/bootstrap.css +4 -0
  44. package/styles/drop-down-tree/bootstrap4.css +4 -0
  45. package/styles/drop-down-tree/bootstrap5-dark.css +580 -0
  46. package/styles/drop-down-tree/bootstrap5-dark.scss +1 -0
  47. package/styles/drop-down-tree/bootstrap5.css +580 -0
  48. package/styles/drop-down-tree/bootstrap5.scss +1 -0
  49. package/styles/drop-down-tree/fabric-dark.css +4 -0
  50. package/styles/drop-down-tree/fabric.css +4 -0
  51. package/styles/drop-down-tree/highcontrast-light.css +4 -0
  52. package/styles/drop-down-tree/highcontrast.css +4 -0
  53. package/styles/drop-down-tree/material-dark.css +4 -8
  54. package/styles/drop-down-tree/material.css +4 -8
  55. package/styles/drop-down-tree/tailwind-dark.css +9 -5
  56. package/styles/drop-down-tree/tailwind.css +8 -4
  57. package/styles/fabric-dark.css +15 -4
  58. package/styles/fabric.css +15 -4
  59. package/styles/highcontrast-light.css +15 -4
  60. package/styles/highcontrast.css +15 -4
  61. package/styles/list-box/bootstrap5-dark.css +886 -0
  62. package/styles/list-box/bootstrap5-dark.scss +1 -0
  63. package/styles/list-box/bootstrap5.css +886 -0
  64. package/styles/list-box/bootstrap5.scss +1 -0
  65. package/styles/list-box/material-dark.css +3 -3
  66. package/styles/list-box/tailwind-dark.css +1 -1
  67. package/styles/list-box/tailwind.css +1 -1
  68. package/styles/material-dark.css +617 -58
  69. package/styles/material.css +12 -12
  70. package/styles/multi-select/bootstrap-dark.css +10 -1
  71. package/styles/multi-select/bootstrap.css +10 -1
  72. package/styles/multi-select/bootstrap4.css +11 -2
  73. package/styles/multi-select/bootstrap5-dark.css +1289 -0
  74. package/styles/multi-select/bootstrap5-dark.scss +1 -0
  75. package/styles/multi-select/bootstrap5.css +1289 -0
  76. package/styles/multi-select/bootstrap5.scss +1 -0
  77. package/styles/multi-select/fabric-dark.css +10 -1
  78. package/styles/multi-select/fabric.css +10 -1
  79. package/styles/multi-select/highcontrast-light.css +10 -1
  80. package/styles/multi-select/highcontrast.css +10 -1
  81. package/styles/multi-select/material-dark.css +605 -40
  82. package/styles/multi-select/material.css +7 -1
  83. package/styles/multi-select/tailwind-dark.css +13 -4
  84. package/styles/multi-select/tailwind.css +13 -4
  85. package/styles/tailwind-dark.css +28 -17
  86. package/styles/tailwind.css +23 -12
@@ -0,0 +1,433 @@
1
+ @keyframes material-spinner-rotate {
2
+ 0% {
3
+ transform: rotate(0);
4
+ }
5
+ 100% {
6
+ transform: rotate(360deg);
7
+ }
8
+ }
9
+
10
+ @keyframes fabric-spinner-rotate {
11
+ 0% {
12
+ transform: rotate(0);
13
+ }
14
+ 100% {
15
+ transform: rotate(360deg);
16
+ }
17
+ }
18
+
19
+ .e-dropdownbase .e-list-group-item,
20
+ .e-fixed-head {
21
+ font-size: 12px;
22
+ }
23
+
24
+ .e-small .e-dropdownbase .e-list-group-item,
25
+ .e-small .e-fixed-head,
26
+ .e-small.e-dropdownbase .e-list-group-item,
27
+ .e-small.e-fixed-head {
28
+ font-size: 10px;
29
+ }
30
+
31
+ .e-bigger .e-dropdownbase .e-list-group-item,
32
+ .e-bigger .e-fixed-head,
33
+ .e-bigger.e-dropdownbase .e-list-group-item,
34
+ .e-bigger.e-fixed-head {
35
+ font-size: 14px;
36
+ }
37
+
38
+ .e-bigger.e-small .e-dropdownbase .e-list-group-item,
39
+ .e-bigger.e-small .e-fixed-head,
40
+ .e-bigger.e-small.e-dropdownbase .e-list-group-item,
41
+ .e-bigger.e-small.e-fixed-head {
42
+ font-size: 12px;
43
+ }
44
+
45
+ .e-dropdownbase .e-list-item .e-list-icon {
46
+ padding: 0 8px 0 0;
47
+ }
48
+
49
+ .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
50
+ .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
51
+ padding: 0 12px 0 0;
52
+ }
53
+
54
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
55
+ padding: 0 6px 0 0;
56
+ }
57
+
58
+ .e-popup.e-ddl {
59
+ border-radius: 4px;
60
+ box-shadow: none;
61
+ margin-top: 3px;
62
+ }
63
+
64
+ .e-popup.e-ddl .e-input-group {
65
+ width: auto;
66
+ }
67
+
68
+ .e-popup.e-ddl .e-input-group input {
69
+ line-height: 15px;
70
+ }
71
+
72
+ .e-popup.e-ddl .e-dropdownbase {
73
+ min-height: 26px;
74
+ }
75
+
76
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
77
+ display: -ms-flexbox;
78
+ display: flex;
79
+ width: auto;
80
+ }
81
+
82
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
83
+ border: 0;
84
+ }
85
+
86
+ .e-bigger .e-popup.e-ddl-device-filter {
87
+ margin-top: 0;
88
+ }
89
+
90
+ .e-bigger .e-popup.e-ddl .e-list-item {
91
+ font-size: 16px;
92
+ line-height: 32px;
93
+ padding-left: 0;
94
+ text-indent: 16px;
95
+ }
96
+
97
+ .e-bigger .e-popup.e-ddl .e-list-group-item,
98
+ .e-bigger .e-popup.e-ddl .e-fixed-head {
99
+ font-size: 14px;
100
+ line-height: 32px;
101
+ padding-left: 0;
102
+ text-indent: 16px;
103
+ }
104
+
105
+ .e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
106
+ padding-left: 0;
107
+ }
108
+
109
+ .e-bigger .e-popup.e-ddl .e-input-group input,
110
+ .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
111
+ font-size: 16px;
112
+ height: 36px;
113
+ }
114
+
115
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
116
+ min-height: 40px;
117
+ }
118
+
119
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
120
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
121
+ background: transparent;
122
+ }
123
+
124
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
125
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
126
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
127
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
128
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
129
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
130
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
131
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
132
+ background: transparent;
133
+ color: #adb5bd;
134
+ }
135
+
136
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
137
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
138
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
139
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
140
+ background: transparent;
141
+ color: #adb5bd;
142
+ }
143
+
144
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
145
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
146
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
147
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
148
+ border: 0;
149
+ }
150
+
151
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
152
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
153
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
154
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
155
+ box-shadow: none;
156
+ }
157
+
158
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
159
+ background: transparent;
160
+ display: -ms-flexbox;
161
+ display: flex;
162
+ position: relative;
163
+ }
164
+
165
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
166
+ .e-ddl.e-popup .e-filter-parent {
167
+ background: #212529;
168
+ }
169
+
170
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
171
+ font-size: 14px;
172
+ }
173
+
174
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
175
+ font-size: 16px;
176
+ }
177
+
178
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
179
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
180
+ .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
181
+ font-size: 14px;
182
+ line-height: 34px;
183
+ padding-left: 0;
184
+ text-indent: 16px;
185
+ }
186
+
187
+ .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
188
+ padding-left: 4px;
189
+ }
190
+
191
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input,
192
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
193
+ height: 30px;
194
+ }
195
+
196
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
197
+ min-height: 34px;
198
+ }
199
+
200
+ .e-ddl .e-search-icon::before {
201
+ content: '\e754';
202
+ }
203
+
204
+ .e-ddl .e-back-icon::before {
205
+ content: '\e773';
206
+ }
207
+
208
+ .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
209
+ content: '\e729';
210
+ font-family: 'e-icons';
211
+ }
212
+
213
+ .e-bigger .e-input-group.e-ddl .e-input-filter,
214
+ .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
215
+ margin-left: -20px;
216
+ }
217
+
218
+ .e-bigger .e-ddl.e-popup .e-list-item,
219
+ .e-bigger .e-ddl.e-popup .e-list-group-item {
220
+ font-size: 16px;
221
+ }
222
+
223
+ .e-bigger.e-ddl.e-popup .e-list-item,
224
+ .e-bigger.e-ddl.e-popup .e-list-group-item {
225
+ font-size: 16px;
226
+ }
227
+
228
+ .e-popup-full-page {
229
+ bottom: 0;
230
+ left: 0;
231
+ margin: 0;
232
+ overflow: hidden;
233
+ padding: 0;
234
+ right: 0;
235
+ top: 0;
236
+ }
237
+
238
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon {
239
+ position: relative;
240
+ }
241
+
242
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
243
+ content: '';
244
+ }
245
+
246
+ .e-ddl-device-filter .e-filter-parent {
247
+ background-color: #212529;
248
+ }
249
+
250
+ .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
251
+ display: none;
252
+ pointer-events: none;
253
+ position: absolute;
254
+ right: 0;
255
+ visibility: hidden;
256
+ }
257
+
258
+ .e-filter-parent {
259
+ border: 0;
260
+ border-top-width: 0;
261
+ box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
262
+ display: block;
263
+ padding: 5px;
264
+ }
265
+
266
+ .e-ddl.e-input-group:not(.e-disabled) {
267
+ cursor: pointer;
268
+ }
269
+
270
+ .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before,
271
+ .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
272
+ width: 0;
273
+ }
274
+
275
+ .e-ddl.e-popup {
276
+ background: #343a40;
277
+ border: 1px solid #444c54;
278
+ position: absolute;
279
+ }
280
+
281
+ .e-ddl.e-popup .e-search-icon {
282
+ margin: 0;
283
+ opacity: .57;
284
+ padding: 12px 8px 8px;
285
+ }
286
+
287
+ .e-ddl.e-popup .e-filter-parent .e-back-icon {
288
+ padding: 0 8px;
289
+ }
290
+
291
+ .e-ddl.e-popup .e-input-group {
292
+ margin-bottom: 0;
293
+ }
294
+
295
+ .e-ddl.e-popup .e-ddl-footer,
296
+ .e-ddl.e-popup .e-ddl-header {
297
+ cursor: default;
298
+ }
299
+
300
+ .e-ddl.e-input-group .e-ddl-hidden,
301
+ .e-ddl.e-float-input .e-ddl-hidden {
302
+ -webkit-appearance: initial;
303
+ border: 0;
304
+ height: 0;
305
+ padding: 0;
306
+ visibility: hidden;
307
+ width: 0;
308
+ }
309
+
310
+ .e-ddl.e-input-group,
311
+ .e-ddl.e-input-group.e-input-focus:focus {
312
+ outline: none;
313
+ }
314
+
315
+ .e-dropdownbase .e-list-item .e-highlight {
316
+ display: inline;
317
+ font-weight: bold;
318
+ vertical-align: baseline;
319
+ }
320
+
321
+ .e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
322
+ .e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
323
+ .e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
324
+ opacity: 1;
325
+ }
326
+
327
+ .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
328
+ .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
329
+ .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
330
+ .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
331
+ .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
332
+ .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
333
+ .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
334
+ display: -ms-flexbox;
335
+ display: flex;
336
+ }
337
+
338
+ .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
339
+ .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
340
+ .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
341
+ .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
342
+ .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
343
+ .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
344
+ .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
345
+ display: none;
346
+ }
347
+
348
+ .e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
349
+ .e-input-group.e-static-clear.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
350
+ .e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
351
+ .e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
352
+ .e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
353
+ .e-float-input.e-static-clear.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
354
+ cursor: pointer;
355
+ display: -ms-flexbox;
356
+ display: flex;
357
+ }
358
+
359
+ .e-ddl.e-input-group .e-input-value,
360
+ .e-ddl.e-input-group .e-input-value:focus {
361
+ font-family: inherit;
362
+ font-size: 14px;
363
+ height: auto;
364
+ margin: 0;
365
+ outline: none;
366
+ width: 100%;
367
+ }
368
+
369
+ .e-ddl.e-input-group input[readonly].e-input,
370
+ .e-ddl.e-input-group input[readonly],
371
+ .e-ddl.e-input-group .e-dropdownlist {
372
+ pointer-events: none;
373
+ }
374
+
375
+ ejs-autocomplete,
376
+ ejs-combobox,
377
+ ejs-dropdownlist {
378
+ display: block;
379
+ }
380
+
381
+ .e-small .e-ddl.e-popup .e-list-item,
382
+ .e-small .e-ddl.e-popup .e-list-group-item,
383
+ .e-input-group.e-ddl.e-small .e-list-item,
384
+ .e-input-group.e-ddl.e-small .e-list-group-item {
385
+ font-size: 12px;
386
+ }
387
+
388
+ .e-small.e-ddl.e-popup .e-list-item,
389
+ .e-small.e-ddl.e-popup .e-list-group-item,
390
+ .e-input-group.e-ddl.e-small .e-list-item,
391
+ .e-input-group.e-ddl.e-small .e-list-group-item {
392
+ font-size: 12px;
393
+ }
394
+
395
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
396
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
397
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-item,
398
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
399
+ font-size: 14px;
400
+ }
401
+
402
+ .e-bigger.e-small.e-ddl.e-popup .e-list-item,
403
+ .e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
404
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-item,
405
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
406
+ font-size: 14px;
407
+ }
408
+
409
+ .e-content-placeholder.e-ddl.e-placeholder-ddl,
410
+ .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
411
+ .e-content-placeholder.e-combobox.e-placeholder-combobox {
412
+ background-size: 300px 33px;
413
+ min-height: 33px;
414
+ }
415
+
416
+ .e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
417
+ .e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
418
+ .e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
419
+ .e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
420
+ .e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
421
+ .e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
422
+ background-size: 300px 40px;
423
+ min-height: 40px;
424
+ }
425
+
426
+ .e-popup {
427
+ border-color: #444c54;
428
+ }
429
+
430
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
431
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
432
+ color: #fff;
433
+ }
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark.scss';