@syncfusion/ej2-vue-dropdowns 23.2.7 → 24.1.41

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 (157) hide show
  1. package/CHANGELOG.md +19 -130
  2. package/dist/ej2-vue-dropdowns.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-dropdowns.min.js +2 -2
  4. package/package.json +9 -9
  5. package/styles/auto-complete/bootstrap-dark.css +1 -106
  6. package/styles/auto-complete/bootstrap.css +1 -106
  7. package/styles/auto-complete/bootstrap4.css +1 -159
  8. package/styles/auto-complete/bootstrap5-dark.css +1 -147
  9. package/styles/auto-complete/bootstrap5.css +1 -147
  10. package/styles/auto-complete/fabric-dark.css +1 -82
  11. package/styles/auto-complete/fabric.css +1 -75
  12. package/styles/auto-complete/fluent-dark.css +1 -127
  13. package/styles/auto-complete/fluent.css +1 -127
  14. package/styles/auto-complete/highcontrast-light.css +1 -79
  15. package/styles/auto-complete/highcontrast.css +1 -79
  16. package/styles/auto-complete/material-dark.css +1 -107
  17. package/styles/auto-complete/material.css +1 -132
  18. package/styles/auto-complete/material3-dark.css +1 -197
  19. package/styles/auto-complete/material3.css +1 -253
  20. package/styles/auto-complete/tailwind-dark.css +1 -95
  21. package/styles/auto-complete/tailwind.css +1 -95
  22. package/styles/bootstrap-dark.css +1 -3395
  23. package/styles/bootstrap.css +1 -3400
  24. package/styles/bootstrap4.css +1 -3651
  25. package/styles/bootstrap5-dark.css +1 -3566
  26. package/styles/bootstrap5.css +1 -3566
  27. package/styles/combo-box/bootstrap-dark.css +1 -106
  28. package/styles/combo-box/bootstrap.css +1 -106
  29. package/styles/combo-box/bootstrap4.css +1 -159
  30. package/styles/combo-box/bootstrap5-dark.css +1 -147
  31. package/styles/combo-box/bootstrap5.css +1 -147
  32. package/styles/combo-box/fabric-dark.css +1 -82
  33. package/styles/combo-box/fabric.css +1 -75
  34. package/styles/combo-box/fluent-dark.css +1 -127
  35. package/styles/combo-box/fluent.css +1 -127
  36. package/styles/combo-box/highcontrast-light.css +1 -79
  37. package/styles/combo-box/highcontrast.css +1 -79
  38. package/styles/combo-box/material-dark.css +1 -107
  39. package/styles/combo-box/material.css +1 -132
  40. package/styles/combo-box/material3-dark.css +1 -197
  41. package/styles/combo-box/material3.css +1 -253
  42. package/styles/combo-box/tailwind-dark.css +1 -95
  43. package/styles/combo-box/tailwind.css +1 -95
  44. package/styles/drop-down-base/bootstrap-dark.css +1 -380
  45. package/styles/drop-down-base/bootstrap.css +1 -380
  46. package/styles/drop-down-base/bootstrap4.css +1 -390
  47. package/styles/drop-down-base/bootstrap5-dark.css +1 -412
  48. package/styles/drop-down-base/bootstrap5.css +1 -412
  49. package/styles/drop-down-base/fabric-dark.css +1 -380
  50. package/styles/drop-down-base/fabric.css +1 -380
  51. package/styles/drop-down-base/fluent-dark.css +1 -428
  52. package/styles/drop-down-base/fluent.css +1 -428
  53. package/styles/drop-down-base/highcontrast-light.css +1 -394
  54. package/styles/drop-down-base/highcontrast.css +1 -394
  55. package/styles/drop-down-base/material-dark.css +1 -379
  56. package/styles/drop-down-base/material.css +1 -379
  57. package/styles/drop-down-base/material3-dark.css +1 -438
  58. package/styles/drop-down-base/material3.css +1 -494
  59. package/styles/drop-down-base/tailwind-dark.css +1 -488
  60. package/styles/drop-down-base/tailwind.css +1 -488
  61. package/styles/drop-down-list/bootstrap-dark.css +1 -393
  62. package/styles/drop-down-list/bootstrap.css +1 -393
  63. package/styles/drop-down-list/bootstrap4.css +1 -436
  64. package/styles/drop-down-list/bootstrap5-dark.css +1 -449
  65. package/styles/drop-down-list/bootstrap5.css +1 -449
  66. package/styles/drop-down-list/fabric-dark.css +1 -369
  67. package/styles/drop-down-list/fabric.css +1 -362
  68. package/styles/drop-down-list/fluent-dark.css +1 -430
  69. package/styles/drop-down-list/fluent.css +1 -430
  70. package/styles/drop-down-list/highcontrast-light.css +1 -380
  71. package/styles/drop-down-list/highcontrast.css +1 -380
  72. package/styles/drop-down-list/material-dark.css +1 -399
  73. package/styles/drop-down-list/material.css +1 -431
  74. package/styles/drop-down-list/material3-dark.css +1 -502
  75. package/styles/drop-down-list/material3.css +1 -558
  76. package/styles/drop-down-list/tailwind-dark.css +1 -380
  77. package/styles/drop-down-list/tailwind.css +1 -380
  78. package/styles/drop-down-tree/bootstrap-dark.css +1 -423
  79. package/styles/drop-down-tree/bootstrap.css +1 -424
  80. package/styles/drop-down-tree/bootstrap4.css +1 -457
  81. package/styles/drop-down-tree/bootstrap5-dark.css +1 -501
  82. package/styles/drop-down-tree/bootstrap5.css +1 -501
  83. package/styles/drop-down-tree/fabric-dark.css +1 -425
  84. package/styles/drop-down-tree/fabric.css +1 -426
  85. package/styles/drop-down-tree/fluent-dark.css +1 -504
  86. package/styles/drop-down-tree/fluent.css +1 -504
  87. package/styles/drop-down-tree/highcontrast-light.css +1 -440
  88. package/styles/drop-down-tree/highcontrast.css +1 -444
  89. package/styles/drop-down-tree/material-dark.css +1 -746
  90. package/styles/drop-down-tree/material.css +1 -761
  91. package/styles/drop-down-tree/material3-dark.css +1 -465
  92. package/styles/drop-down-tree/material3.css +1 -521
  93. package/styles/drop-down-tree/tailwind-dark.css +1 -528
  94. package/styles/drop-down-tree/tailwind.css +1 -528
  95. package/styles/fabric-dark.css +1 -3374
  96. package/styles/fabric.css +1 -3374
  97. package/styles/fluent-dark.css +1 -3639
  98. package/styles/fluent.css +1 -3639
  99. package/styles/highcontrast-light.css +1 -3483
  100. package/styles/highcontrast.css +1 -3505
  101. package/styles/list-box/bootstrap-dark.css +1 -955
  102. package/styles/list-box/bootstrap.css +1 -966
  103. package/styles/list-box/bootstrap4.css +1 -1020
  104. package/styles/list-box/bootstrap5-dark.css +1 -986
  105. package/styles/list-box/bootstrap5.css +1 -986
  106. package/styles/list-box/fabric-dark.css +1 -955
  107. package/styles/list-box/fabric.css +1 -966
  108. package/styles/list-box/fluent-dark.css +1 -992
  109. package/styles/list-box/fluent.css +1 -992
  110. package/styles/list-box/highcontrast-light.css +1 -969
  111. package/styles/list-box/highcontrast.css +1 -980
  112. package/styles/list-box/material-dark.css +1 -954
  113. package/styles/list-box/material.css +1 -965
  114. package/styles/list-box/material3-dark.css +1 -1010
  115. package/styles/list-box/material3.css +1 -1066
  116. package/styles/list-box/tailwind-dark.css +1 -1011
  117. package/styles/list-box/tailwind.css +1 -1011
  118. package/styles/material-dark.css +1 -4857
  119. package/styles/material.css +1 -4923
  120. package/styles/material3-dark.css +1 -5108
  121. package/styles/material3.css +1 -5556
  122. package/styles/mention/bootstrap-dark.css +1 -29
  123. package/styles/mention/bootstrap.css +1 -29
  124. package/styles/mention/bootstrap4.css +1 -39
  125. package/styles/mention/bootstrap5-dark.css +1 -58
  126. package/styles/mention/bootstrap5.css +1 -58
  127. package/styles/mention/fabric-dark.css +1 -29
  128. package/styles/mention/fabric.css +1 -29
  129. package/styles/mention/fluent-dark.css +1 -58
  130. package/styles/mention/fluent.css +1 -58
  131. package/styles/mention/highcontrast-light.css +1 -43
  132. package/styles/mention/highcontrast.css +1 -43
  133. package/styles/mention/material-dark.css +1 -28
  134. package/styles/mention/material.css +1 -28
  135. package/styles/mention/material3-dark.css +1 -86
  136. package/styles/mention/material3.css +1 -142
  137. package/styles/mention/tailwind-dark.css +1 -67
  138. package/styles/mention/tailwind.css +1 -67
  139. package/styles/multi-select/bootstrap-dark.css +1 -1273
  140. package/styles/multi-select/bootstrap.css +1 -1266
  141. package/styles/multi-select/bootstrap4.css +1 -1400
  142. package/styles/multi-select/bootstrap5-dark.css +1 -1349
  143. package/styles/multi-select/bootstrap5.css +1 -1349
  144. package/styles/multi-select/fabric-dark.css +1 -1274
  145. package/styles/multi-select/fabric.css +1 -1269
  146. package/styles/multi-select/fluent-dark.css +1 -1416
  147. package/styles/multi-select/fluent.css +1 -1416
  148. package/styles/multi-select/highcontrast-light.css +1 -1385
  149. package/styles/multi-select/highcontrast.css +1 -1392
  150. package/styles/multi-select/material-dark.css +1 -2404
  151. package/styles/multi-select/material.css +1 -2412
  152. package/styles/multi-select/material3-dark.css +1 -2550
  153. package/styles/multi-select/material3.css +1 -2606
  154. package/styles/multi-select/tailwind-dark.css +1 -1343
  155. package/styles/multi-select/tailwind.css +1 -1343
  156. package/styles/tailwind-dark.css +1 -3583
  157. package/styles/tailwind.css +1 -3583
@@ -1,412 +1 @@
1
- .e-dropdownbase .e-list-group-item,
2
- .e-fixed-head {
3
- font-size: 12px;
4
- }
5
-
6
- .e-small .e-dropdownbase .e-list-group-item,
7
- .e-small .e-fixed-head,
8
- .e-small.e-dropdownbase .e-list-group-item,
9
- .e-small.e-fixed-head {
10
- font-size: 10px;
11
- }
12
-
13
- .e-bigger .e-dropdownbase .e-list-group-item,
14
- .e-bigger .e-fixed-head,
15
- .e-bigger.e-dropdownbase .e-list-group-item,
16
- .e-bigger.e-fixed-head {
17
- font-size: 14px;
18
- }
19
-
20
- .e-bigger.e-small .e-dropdownbase .e-list-group-item,
21
- .e-bigger.e-small .e-fixed-head,
22
- .e-bigger.e-small.e-dropdownbase .e-list-group-item,
23
- .e-bigger.e-small.e-fixed-head {
24
- font-size: 12px;
25
- }
26
-
27
- .e-dropdownbase .e-list-item .e-list-icon {
28
- padding: 0 8px 0 0;
29
- }
30
-
31
- .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
32
- .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
33
- padding: 0 12px 0 0;
34
- }
35
-
36
- .e-small .e-dropdownbase .e-list-item .e-list-icon {
37
- padding: 0 6px 0 0;
38
- }
39
-
40
- .e-bigger .e-dropdownbase,
41
- .e-dropdownbase.e-bigger {
42
- min-height: 45px;
43
- }
44
- .e-bigger .e-dropdownbase .e-list-item,
45
- .e-dropdownbase.e-bigger .e-list-item {
46
- line-height: 32px;
47
- text-indent: 16px;
48
- }
49
-
50
- .e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
51
- .e-dropdownbase.e-bigger .e-list-group-item,
52
- .e-dropdownbase.e-bigger .e-fixed-head {
53
- line-height: 32px;
54
- text-indent: 16px;
55
- }
56
-
57
- .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
58
- .e-dropdownbase.e-bigger .e-list-item .e-list-icon {
59
- font-size: 20px;
60
- }
61
-
62
- .e-dropdownbase {
63
- display: block;
64
- height: 100%;
65
- min-height: 36px;
66
- position: relative;
67
- width: 100%;
68
- }
69
- .e-dropdownbase .e-list-parent {
70
- margin: 0;
71
- padding: 0;
72
- }
73
-
74
- .e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
75
- cursor: default;
76
- }
77
-
78
- .e-dropdownbase .e-list-item {
79
- cursor: pointer;
80
- overflow: hidden;
81
- position: relative;
82
- text-overflow: ellipsis;
83
- vertical-align: middle;
84
- white-space: nowrap;
85
- width: 100%;
86
- }
87
-
88
- .e-dropdownbase .e-list-item .e-list-icon {
89
- font-size: 16px;
90
- vertical-align: middle;
91
- }
92
-
93
- .e-dropdownbase .e-fixed-head {
94
- position: absolute;
95
- top: 0;
96
- }
97
- .e-rtl .e-dropdownbase .e-fixed-head {
98
- left: 33px;
99
- }
100
-
101
- .e-dropdownbase.e-content {
102
- overflow: auto;
103
- position: relative;
104
- }
105
-
106
- .e-popup.e-ddl .e-dropdownbase.e-nodata,
107
- .e-popup.e-mention .e-dropdownbase.e-nodata {
108
- color: #fff;
109
- cursor: default;
110
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
111
- font-size: 14px;
112
- padding: 14px 16px;
113
- text-align: center;
114
- }
115
-
116
- .e-mention.e-popup {
117
- background: #212529;
118
- border: 0;
119
- box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
120
- margin-top: 2px;
121
- position: absolute;
122
- }
123
-
124
- .e-mention .e-dropdownbase .e-list-item .e-highlight {
125
- display: inline;
126
- font-weight: bold;
127
- vertical-align: baseline;
128
- }
129
-
130
- .e-mention .e-mention-chip,
131
- .e-mention .e-mention-chip:hover {
132
- background: #343a40;
133
- border-radius: 2px;
134
- border: none;
135
- color: #0d6efd;
136
- cursor: default;
137
- }
138
-
139
- .e-mention .e-mention-chip::selection {
140
- color: #fff;
141
- background: #0d6efd;
142
- }
143
-
144
- .e-mention.e-editable-element {
145
- border: 2px solid #444c54;
146
- height: auto;
147
- min-height: 120px;
148
- width: 100%;
149
- }
150
-
151
- .e-form-mirror-div {
152
- white-space: pre-wrap;
153
- }
154
-
155
- .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
156
- padding-right: 12px;
157
- }
158
-
159
- .e-dropdownbase.e-dd-group .e-list-item {
160
- padding-left: 12px;
161
- text-indent: 0;
162
- }
163
-
164
- .e-small .e-dropdownbase.e-dd-group .e-list-item {
165
- padding-left: 8px;
166
- }
167
-
168
- .e-bigger .e-dropdownbase.e-dd-group .e-list-item {
169
- padding-left: 16px;
170
- }
171
-
172
- .e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
173
- padding-left: 14px;
174
- }
175
-
176
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
177
- text-indent: 0;
178
- }
179
-
180
- .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
181
- cursor: pointer;
182
- font-weight: normal;
183
- overflow: hidden;
184
- position: relative;
185
- text-overflow: ellipsis;
186
- vertical-align: middle;
187
- white-space: nowrap;
188
- width: 100%;
189
- font-weight: 500;
190
- }
191
-
192
- .e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
193
- padding-right: 12px;
194
- }
195
-
196
- .e-rtl .e-dropdownbase .e-list-item {
197
- padding-left: 16px;
198
- padding-right: 0;
199
- }
200
- .e-small.e-rtl .e-dropdownbase .e-list-item,
201
- .e-small .e-rtl .e-dropdownbase .e-list-item,
202
- .e-rtl .e-small .e-dropdownbase .e-list-item {
203
- padding-left: 16px;
204
- padding-right: 0;
205
- }
206
- .e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
207
- .e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
208
- .e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
209
- .e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
210
- .e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
211
- padding-left: 16px;
212
- padding-right: 0;
213
- }
214
- .e-dropdownbase {
215
- border-color: #444c54;
216
- }
217
- .e-dropdownbase .e-list-item {
218
- /* stylelint-disable property-no-vendor-prefix */
219
- -webkit-tap-highlight-color: transparent;
220
- border-bottom: 0;
221
- border-color: #444c54;
222
- color: #fff;
223
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
224
- font-size: 14px;
225
- line-height: 30px;
226
- min-height: 30px;
227
- padding-right: 16px;
228
- text-indent: 12px;
229
- background-color: #343a40;
230
- }
231
-
232
- .e-dropdownbase .e-list-group-item,
233
- .e-fixed-head {
234
- border-color: #444c54;
235
- color: #7b848d;
236
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
237
- font-size: 14px;
238
- font-weight: 500;
239
- line-height: 30px;
240
- min-height: 30px;
241
- padding-left: 12px;
242
- padding-right: 16px;
243
- background-color: #343a40;
244
- }
245
-
246
- .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
247
- background-color: #0d6efd;
248
- border-color: #212529;
249
- color: #fff;
250
- }
251
-
252
- .e-dropdownbase .e-list-item.e-hover {
253
- background-color: #444c54;
254
- border-color: #212529;
255
- color: #fff;
256
- }
257
-
258
- .e-dropdownbase .e-list-item:last-child {
259
- border-bottom: 0;
260
- }
261
-
262
- .e-dropdownbase .e-list-item.e-item-focus {
263
- background-color: #444c54;
264
- }
265
-
266
- .e-dropdownbase .e-list-item.e-active:last-child {
267
- border-radius: 2px;
268
- }
269
-
270
- .e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
271
- font-size: 16px;
272
- padding-left: 16px;
273
- }
274
-
275
- .e-multi-column.e-ddl.e-popup.e-popup-open table {
276
- border-collapse: collapse;
277
- table-layout: fixed;
278
- width: 100%;
279
- }
280
-
281
- .e-multi-column.e-ddl.e-popup.e-popup-open th,
282
- .e-multi-column.e-ddl.e-popup.e-popup-open td {
283
- display: table-cell;
284
- overflow: hidden;
285
- padding-right: 16px;
286
- text-indent: 10px;
287
- text-overflow: ellipsis;
288
- }
289
-
290
- .e-multi-column.e-ddl.e-popup.e-popup-open th {
291
- line-height: 36px;
292
- text-align: left;
293
- }
294
-
295
- .e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header {
296
- background-color: #343a40;
297
- border-color: #495057;
298
- border-style: solid;
299
- border-width: 0 0 1px 0;
300
- color: #7b848d;
301
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
302
- font-size: 14px;
303
- font-weight: 500;
304
- text-indent: 10px;
305
- }
306
-
307
- .e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item {
308
- padding-right: 0;
309
- }
310
-
311
- .e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header {
312
- padding-right: 16px;
313
- }
314
-
315
- .e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header,
316
- .e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header {
317
- padding-right: 0;
318
- }
319
-
320
- .e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center {
321
- text-align: center;
322
- }
323
-
324
- .e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right {
325
- text-align: right;
326
- }
327
-
328
- .e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left {
329
- text-align: left;
330
- }
331
-
332
- .e-small .e-dropdownbase .e-list-item,
333
- .e-dropdownbase.e-small .e-list-item {
334
- color: #fff;
335
- line-height: 26px;
336
- min-height: 26px;
337
- text-indent: 8px;
338
- }
339
-
340
- .e-small .e-dropdownbase .e-list-group-item, .e-small .e-dropdownbase .e-fixed-head,
341
- .e-dropdownbase.e-small .e-list-group-item,
342
- .e-dropdownbase.e-small .e-fixed-head {
343
- font-size: 10px;
344
- line-height: 26px;
345
- min-height: 26px;
346
- padding-left: 8px;
347
- }
348
-
349
- .e-small .e-dropdownbase .e-list-item .e-list-icon,
350
- .e-dropdownbase.e-small .e-list-item .e-list-icon {
351
- font-size: 14px;
352
- }
353
-
354
- .e-bigger.e-small .e-dropdownbase .e-list-item,
355
- .e-dropdownbase.e-small.e-bigger .e-list-item {
356
- color: #fff;
357
- line-height: 30px;
358
- min-height: 30px;
359
- text-indent: 16px;
360
- }
361
-
362
- .e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
363
- .e-dropdownbase.e-small.e-bigger .e-list-group-item,
364
- .e-dropdownbase.e-small.e-bigger .e-fixed-head {
365
- line-height: 30px;
366
- min-height: 30px;
367
- padding-left: 14px;
368
- }
369
-
370
- .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
371
- .e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
372
- font-size: 18px;
373
- }
374
-
375
- .e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
376
- .e-dropdownbase.e-bigger.e-small .e-list-group-item,
377
- .e-dropdownbase.e-bigger.e-small .e-fixed-head {
378
- font-size: 12px;
379
- }
380
-
381
- .e-ddl.e-popup.e-multiselect-group .e-list-group-item {
382
- background-color: #343a40;
383
- border-bottom: 0;
384
- border-color: #444c54;
385
- color: #fff;
386
- font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
387
- text-indent: 12px;
388
- color: #7b848d;
389
- font-size: 14px;
390
- padding-right: 16px;
391
- }
392
-
393
- .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
394
- background-color: #444c54;
395
- }
396
-
397
- .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active,
398
- .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover {
399
- background-color: #0d6efd;
400
- border-color: #212529;
401
- color: #fff;
402
- }
403
-
404
- .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover {
405
- background-color: #444c54;
406
- border-color: #212529;
407
- color: #fff;
408
- }
409
-
410
- .e-selectall-parent.e-item-focus {
411
- background-color: #444c54;
412
- }
1
+ @import '@syncfusion/ej2-dropdowns/styles/drop-down-base/bootstrap5-dark.css';