@syncfusion/ej2-angular-dropdowns 25.2.7 → 26.1.35

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 (182) hide show
  1. package/CHANGELOG.md +2445 -0
  2. package/esm2020/public_api.mjs +1 -2
  3. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs +0 -2
  4. package/fesm2015/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs +0 -2
  6. package/fesm2020/syncfusion-ej2-angular-dropdowns.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.js +2 -2
  9. package/schematics/utils/lib-details.ts +2 -2
  10. package/styles/auto-complete/bootstrap-dark.css +109 -1
  11. package/styles/auto-complete/bootstrap.css +109 -1
  12. package/styles/auto-complete/bootstrap4.css +163 -1
  13. package/styles/auto-complete/bootstrap5-dark.css +151 -1
  14. package/styles/auto-complete/bootstrap5.css +151 -1
  15. package/styles/auto-complete/fabric-dark.css +84 -1
  16. package/styles/auto-complete/fabric.css +77 -1
  17. package/styles/auto-complete/fluent-dark.css +131 -1
  18. package/styles/auto-complete/fluent.css +131 -1
  19. package/styles/auto-complete/fluent2.css +1140 -0
  20. package/styles/auto-complete/fluent2.scss +1 -0
  21. package/styles/auto-complete/highcontrast-light.css +81 -1
  22. package/styles/auto-complete/highcontrast.css +81 -1
  23. package/styles/auto-complete/material-dark.css +118 -1
  24. package/styles/auto-complete/material.css +143 -1
  25. package/styles/auto-complete/material3-dark.css +263 -1
  26. package/styles/auto-complete/material3.css +375 -1
  27. package/styles/auto-complete/tailwind-dark.css +106 -1
  28. package/styles/auto-complete/tailwind.css +106 -1
  29. package/styles/bootstrap-dark.css +3439 -1
  30. package/styles/bootstrap.css +3444 -1
  31. package/styles/bootstrap4.css +3692 -1
  32. package/styles/bootstrap5-dark.css +3614 -1
  33. package/styles/bootstrap5.css +3614 -1
  34. package/styles/combo-box/bootstrap-dark.css +109 -1
  35. package/styles/combo-box/bootstrap.css +109 -1
  36. package/styles/combo-box/bootstrap4.css +163 -1
  37. package/styles/combo-box/bootstrap5-dark.css +151 -1
  38. package/styles/combo-box/bootstrap5.css +151 -1
  39. package/styles/combo-box/fabric-dark.css +84 -1
  40. package/styles/combo-box/fabric.css +77 -1
  41. package/styles/combo-box/fluent-dark.css +131 -1
  42. package/styles/combo-box/fluent.css +131 -1
  43. package/styles/combo-box/fluent2.css +1140 -0
  44. package/styles/combo-box/fluent2.scss +1 -0
  45. package/styles/combo-box/highcontrast-light.css +81 -1
  46. package/styles/combo-box/highcontrast.css +81 -1
  47. package/styles/combo-box/material-dark.css +118 -1
  48. package/styles/combo-box/material.css +143 -1
  49. package/styles/combo-box/material3-dark.css +263 -1
  50. package/styles/combo-box/material3.css +375 -1
  51. package/styles/combo-box/tailwind-dark.css +106 -1
  52. package/styles/combo-box/tailwind.css +106 -1
  53. package/styles/drop-down-base/bootstrap-dark.css +373 -1
  54. package/styles/drop-down-base/bootstrap.css +373 -1
  55. package/styles/drop-down-base/bootstrap4.css +383 -1
  56. package/styles/drop-down-base/bootstrap5-dark.css +405 -1
  57. package/styles/drop-down-base/bootstrap5.css +405 -1
  58. package/styles/drop-down-base/fabric-dark.css +373 -1
  59. package/styles/drop-down-base/fabric.css +373 -1
  60. package/styles/drop-down-base/fluent-dark.css +421 -1
  61. package/styles/drop-down-base/fluent.css +421 -1
  62. package/styles/drop-down-base/fluent2.css +1447 -0
  63. package/styles/drop-down-base/fluent2.scss +1 -0
  64. package/styles/drop-down-base/highcontrast-light.css +387 -1
  65. package/styles/drop-down-base/highcontrast.css +387 -1
  66. package/styles/drop-down-base/material-dark.css +372 -1
  67. package/styles/drop-down-base/material.css +372 -1
  68. package/styles/drop-down-base/material3-dark.css +492 -1
  69. package/styles/drop-down-base/material3.css +604 -1
  70. package/styles/drop-down-base/tailwind-dark.css +481 -1
  71. package/styles/drop-down-base/tailwind.css +481 -1
  72. package/styles/drop-down-list/bootstrap-dark.css +433 -1
  73. package/styles/drop-down-list/bootstrap.css +433 -1
  74. package/styles/drop-down-list/bootstrap4.css +477 -1
  75. package/styles/drop-down-list/bootstrap5-dark.css +490 -1
  76. package/styles/drop-down-list/bootstrap5.css +490 -1
  77. package/styles/drop-down-list/fabric-dark.css +408 -1
  78. package/styles/drop-down-list/fabric.css +401 -1
  79. package/styles/drop-down-list/fluent-dark.css +471 -1
  80. package/styles/drop-down-list/fluent.css +471 -1
  81. package/styles/drop-down-list/fluent2.css +1684 -0
  82. package/styles/drop-down-list/fluent2.scss +1 -0
  83. package/styles/drop-down-list/highcontrast-light.css +419 -1
  84. package/styles/drop-down-list/highcontrast.css +419 -1
  85. package/styles/drop-down-list/material-dark.css +455 -1
  86. package/styles/drop-down-list/material.css +499 -1
  87. package/styles/drop-down-list/material3-dark.css +626 -1
  88. package/styles/drop-down-list/material3.css +738 -1
  89. package/styles/drop-down-list/tailwind-dark.css +428 -1
  90. package/styles/drop-down-list/tailwind.css +428 -1
  91. package/styles/drop-down-tree/bootstrap-dark.css +464 -1
  92. package/styles/drop-down-tree/bootstrap.css +465 -1
  93. package/styles/drop-down-tree/bootstrap4.css +498 -1
  94. package/styles/drop-down-tree/bootstrap5-dark.css +544 -1
  95. package/styles/drop-down-tree/bootstrap5.css +544 -1
  96. package/styles/drop-down-tree/fabric-dark.css +466 -1
  97. package/styles/drop-down-tree/fabric.css +467 -1
  98. package/styles/drop-down-tree/fluent-dark.css +549 -1
  99. package/styles/drop-down-tree/fluent.css +549 -1
  100. package/styles/drop-down-tree/fluent2.css +1732 -0
  101. package/styles/drop-down-tree/fluent2.scss +1 -0
  102. package/styles/drop-down-tree/highcontrast-light.css +481 -1
  103. package/styles/drop-down-tree/highcontrast.css +491 -1
  104. package/styles/drop-down-tree/material-dark.css +790 -1
  105. package/styles/drop-down-tree/material.css +814 -1
  106. package/styles/drop-down-tree/material3-dark.css +580 -1
  107. package/styles/drop-down-tree/material3.css +692 -1
  108. package/styles/drop-down-tree/tailwind-dark.css +579 -1
  109. package/styles/drop-down-tree/tailwind.css +579 -1
  110. package/styles/fabric-dark.css +3413 -1
  111. package/styles/fabric.css +3413 -1
  112. package/styles/fluent-dark.css +3689 -1
  113. package/styles/fluent.css +3689 -1
  114. package/styles/fluent2.css +12401 -0
  115. package/styles/fluent2.scss +8 -0
  116. package/styles/highcontrast-light.css +3525 -1
  117. package/styles/highcontrast.css +3553 -1
  118. package/styles/list-box/bootstrap-dark.css +915 -1
  119. package/styles/list-box/bootstrap.css +926 -1
  120. package/styles/list-box/bootstrap4.css +980 -1
  121. package/styles/list-box/bootstrap5-dark.css +952 -1
  122. package/styles/list-box/bootstrap5.css +952 -1
  123. package/styles/list-box/fabric-dark.css +915 -1
  124. package/styles/list-box/fabric.css +926 -1
  125. package/styles/list-box/fluent-dark.css +952 -1
  126. package/styles/list-box/fluent.css +952 -1
  127. package/styles/list-box/fluent2.css +2029 -0
  128. package/styles/list-box/fluent2.scss +1 -0
  129. package/styles/list-box/highcontrast-light.css +929 -1
  130. package/styles/list-box/highcontrast.css +940 -1
  131. package/styles/list-box/material-dark.css +914 -1
  132. package/styles/list-box/material.css +925 -1
  133. package/styles/list-box/material3-dark.css +1025 -1
  134. package/styles/list-box/material3.css +1137 -1
  135. package/styles/list-box/tailwind-dark.css +961 -1
  136. package/styles/list-box/tailwind.css +961 -1
  137. package/styles/material-dark.css +4927 -1
  138. package/styles/material.css +5006 -1
  139. package/styles/material3-dark.css +5644 -1
  140. package/styles/material3.css +6540 -1
  141. package/styles/mention/bootstrap-dark.css +53 -1
  142. package/styles/mention/bootstrap.css +53 -1
  143. package/styles/mention/bootstrap4.css +63 -1
  144. package/styles/mention/bootstrap5-dark.css +82 -1
  145. package/styles/mention/bootstrap5.css +82 -1
  146. package/styles/mention/fabric-dark.css +53 -1
  147. package/styles/mention/fabric.css +53 -1
  148. package/styles/mention/fluent-dark.css +82 -1
  149. package/styles/mention/fluent.css +82 -1
  150. package/styles/mention/fluent2.css +1130 -0
  151. package/styles/mention/fluent2.scss +1 -0
  152. package/styles/mention/highcontrast-light.css +67 -1
  153. package/styles/mention/highcontrast.css +67 -1
  154. package/styles/mention/material-dark.css +52 -1
  155. package/styles/mention/material.css +52 -1
  156. package/styles/mention/material3-dark.css +165 -1
  157. package/styles/mention/material3.css +277 -1
  158. package/styles/mention/tailwind-dark.css +91 -1
  159. package/styles/mention/tailwind.css +91 -1
  160. package/styles/multi-select/bootstrap-dark.css +1318 -1
  161. package/styles/multi-select/bootstrap.css +1311 -1
  162. package/styles/multi-select/bootstrap4.css +1442 -1
  163. package/styles/multi-select/bootstrap5-dark.css +1389 -1
  164. package/styles/multi-select/bootstrap5.css +1389 -1
  165. package/styles/multi-select/fabric-dark.css +1315 -1
  166. package/styles/multi-select/fabric.css +1310 -1
  167. package/styles/multi-select/fluent-dark.css +1462 -1
  168. package/styles/multi-select/fluent.css +1462 -1
  169. package/styles/multi-select/fluent2.css +2663 -0
  170. package/styles/multi-select/fluent2.scss +1 -0
  171. package/styles/multi-select/highcontrast-light.css +1429 -1
  172. package/styles/multi-select/highcontrast.css +1436 -1
  173. package/styles/multi-select/material-dark.css +2470 -1
  174. package/styles/multi-select/material.css +2490 -1
  175. package/styles/multi-select/material3-dark.css +2683 -1
  176. package/styles/multi-select/material3.css +2795 -1
  177. package/styles/multi-select/tailwind-dark.css +1383 -1
  178. package/styles/multi-select/tailwind.css +1383 -1
  179. package/styles/tailwind-dark.css +3630 -1
  180. package/styles/tailwind.css +3630 -1
  181. package/license +0 -10
  182. package/postinstall/tagchange.js +0 -18
@@ -0,0 +1 @@
1
+ @import 'ej2-dropdowns/styles/drop-down-base/fluent2.scss';
@@ -1 +1,387 @@
1
- @import '@syncfusion/ej2-dropdowns/styles/drop-down-base/highcontrast-light.css';
1
+ .e-dropdownbase .e-list-item .e-list-icon {
2
+ padding: 0 10px 0 0;
3
+ }
4
+ .e-bigger .e-dropdownbase .e-list-item .e-list-icon {
5
+ padding: 0 12px 0 0;
6
+ }
7
+ .e-dropdownbase .e-list-item:not(.e-active).e-hover {
8
+ border: 2px solid #000;
9
+ }
10
+ .e-dropdownbase .e-list-item:not(.e-active):not(.e-hover):not(.e-item-focus) {
11
+ border: 2px solid #fff;
12
+ }
13
+ .e-dropdownbase .e-list-item.e-active {
14
+ border: 2px solid #400074;
15
+ }
16
+ .e-dropdownbase .e-list-item.e-item-focus {
17
+ border: 2px solid #ecf;
18
+ }
19
+
20
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
21
+ padding: 0 8px 0 0;
22
+ }
23
+
24
+ .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
25
+ padding: 0 12px 0 0;
26
+ }
27
+
28
+ .e-bigger .e-dropdownbase,
29
+ .e-dropdownbase.e-bigger {
30
+ min-height: 45px;
31
+ }
32
+ .e-bigger .e-dropdownbase .e-list-item,
33
+ .e-dropdownbase.e-bigger .e-list-item {
34
+ line-height: 48px;
35
+ text-indent: 10px;
36
+ }
37
+
38
+ .e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head,
39
+ .e-dropdownbase.e-bigger .e-list-group-item,
40
+ .e-dropdownbase.e-bigger .e-fixed-head {
41
+ line-height: 48px;
42
+ text-indent: 10px;
43
+ }
44
+
45
+ .e-bigger .e-dropdownbase .e-list-item .e-list-icon,
46
+ .e-dropdownbase.e-bigger .e-list-item .e-list-icon {
47
+ font-size: 20px;
48
+ }
49
+
50
+ .e-dropdownbase {
51
+ display: block;
52
+ height: 100%;
53
+ min-height: 36px;
54
+ position: relative;
55
+ width: 100%;
56
+ }
57
+ .e-dropdownbase .e-list-parent {
58
+ margin: 0;
59
+ padding: 0;
60
+ }
61
+
62
+ .e-dropdownbase .e-list-group-item, .e-dropdownbase .e-fixed-head {
63
+ cursor: default;
64
+ }
65
+
66
+ .e-dropdownbase .e-list-item {
67
+ cursor: pointer;
68
+ overflow: hidden;
69
+ position: relative;
70
+ text-overflow: ellipsis;
71
+ vertical-align: middle;
72
+ white-space: nowrap;
73
+ width: 100%;
74
+ }
75
+
76
+ .e-dropdownbase .e-list-item .e-list-icon {
77
+ font-size: 16px;
78
+ vertical-align: middle;
79
+ }
80
+
81
+ .e-dropdownbase .e-fixed-head {
82
+ position: absolute;
83
+ top: 0;
84
+ }
85
+
86
+ .e-dropdownbase.e-content {
87
+ overflow: auto;
88
+ position: relative;
89
+ }
90
+
91
+ .e-popup.e-ddl .e-dropdownbase.e-nodata,
92
+ .e-popup.e-mention .e-dropdownbase.e-nodata {
93
+ color: #000;
94
+ cursor: default;
95
+ font-family: inherit;
96
+ font-size: 14px;
97
+ padding: 14px 16px;
98
+ text-align: center;
99
+ }
100
+
101
+ .e-mention.e-popup {
102
+ background: #400074;
103
+ border: 0;
104
+ -webkit-box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
105
+ box-shadow: 0 2px 3px 1px 0 0 5px 0 rgba(0, 0, 0, 0.4);
106
+ margin-top: 2px;
107
+ position: absolute;
108
+ }
109
+
110
+ .e-mention .e-dropdownbase .e-list-item .e-highlight {
111
+ display: inline;
112
+ font-weight: bold;
113
+ vertical-align: baseline;
114
+ }
115
+
116
+ .e-mention .e-mention-chip,
117
+ .e-mention .e-mention-chip:hover {
118
+ background: transparent;
119
+ border-radius: 0;
120
+ border: 1px solid #757575;
121
+ color: #400074;
122
+ cursor: default;
123
+ }
124
+
125
+ .e-mention.e-editable-element {
126
+ border: 2px solid #757575;
127
+ height: auto;
128
+ min-height: 120px;
129
+ width: 100%;
130
+ }
131
+
132
+ .e-form-mirror-div {
133
+ white-space: pre-wrap;
134
+ }
135
+
136
+ .e-rtl .e-dropdownbase.e-dd-group .e-list-item {
137
+ padding-right: 20px;
138
+ }
139
+
140
+ .e-dropdownbase.e-dd-group .e-list-item {
141
+ padding-left: 20px;
142
+ text-indent: 0;
143
+ }
144
+
145
+ .e-small .e-dropdownbase.e-dd-group .e-list-item {
146
+ padding-left: 20px;
147
+ }
148
+
149
+ .e-bigger .e-dropdownbase.e-dd-group .e-list-item {
150
+ padding-left: 20px;
151
+ }
152
+
153
+ .e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item {
154
+ padding-left: 20px;
155
+ }
156
+
157
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
158
+ text-indent: 0;
159
+ }
160
+
161
+ .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item {
162
+ cursor: pointer;
163
+ font-weight: normal;
164
+ overflow: hidden;
165
+ position: relative;
166
+ text-overflow: ellipsis;
167
+ vertical-align: middle;
168
+ white-space: nowrap;
169
+ width: 100%;
170
+ }
171
+
172
+ .e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item {
173
+ padding-right: 20px;
174
+ }
175
+
176
+ .e-rtl .e-dropdownbase .e-list-item {
177
+ padding-left: 16px;
178
+ padding-right: 0;
179
+ }
180
+ .e-small.e-rtl .e-dropdownbase .e-list-item,
181
+ .e-small .e-rtl .e-dropdownbase .e-list-item,
182
+ .e-rtl .e-small .e-dropdownbase .e-list-item {
183
+ padding-left: 16px;
184
+ padding-right: 0;
185
+ }
186
+ .e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item,
187
+ .e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item,
188
+ .e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item,
189
+ .e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item,
190
+ .e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item {
191
+ padding-left: 16px;
192
+ padding-right: 0;
193
+ }
194
+ .e-dropdownbase {
195
+ border-color: #757575;
196
+ }
197
+ .e-dropdownbase .e-list-item {
198
+ /* stylelint-disable property-no-vendor-prefix */
199
+ -webkit-tap-highlight-color: transparent;
200
+ border-bottom: 2px;
201
+ border-color: transparent;
202
+ color: #000;
203
+ font-family: inherit;
204
+ font-size: 14px;
205
+ line-height: 36px;
206
+ min-height: 36px;
207
+ padding-right: 16px;
208
+ text-indent: 10px;
209
+ background-color: #fff;
210
+ }
211
+
212
+ .e-dropdownbase .e-list-group-item,
213
+ .e-fixed-head {
214
+ border-color: transparent;
215
+ color: #23726c;
216
+ font-family: inherit;
217
+ font-size: 14px;
218
+ font-weight: 600;
219
+ line-height: 36px;
220
+ min-height: 36px;
221
+ padding-left: 10px;
222
+ padding-right: 16px;
223
+ background-color: #fff;
224
+ }
225
+
226
+ .e-dropdownbase .e-list-item.e-active, .e-dropdownbase .e-list-item.e-active.e-hover {
227
+ background-color: #400074;
228
+ border-color: #400074;
229
+ color: #fff;
230
+ }
231
+
232
+ .e-dropdownbase .e-list-item.e-hover {
233
+ background-color: #ecf;
234
+ border-color: #000;
235
+ color: #000;
236
+ }
237
+
238
+ .e-dropdownbase .e-list-item:last-child {
239
+ border-bottom: 0;
240
+ }
241
+
242
+ .e-dropdownbase .e-list-item.e-item-focus {
243
+ background-color: #ecf;
244
+ }
245
+
246
+ .e-bigger .e-dropdownbase .e-list-group-item, .e-bigger .e-dropdownbase .e-fixed-head {
247
+ font-size: 14px;
248
+ padding-left: 10px;
249
+ }
250
+
251
+ .e-multi-column.e-ddl.e-popup.e-popup-open table {
252
+ border-collapse: collapse;
253
+ table-layout: fixed;
254
+ width: 100%;
255
+ }
256
+
257
+ .e-multi-column.e-ddl.e-popup.e-popup-open th,
258
+ .e-multi-column.e-ddl.e-popup.e-popup-open td {
259
+ display: table-cell;
260
+ overflow: hidden;
261
+ padding-right: 16px;
262
+ text-indent: 10px;
263
+ text-overflow: ellipsis;
264
+ }
265
+
266
+ .e-multi-column.e-ddl.e-popup.e-popup-open th {
267
+ line-height: 36px;
268
+ text-align: left;
269
+ }
270
+
271
+ .e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header {
272
+ background-color: #fff;
273
+ border-color: #757575;
274
+ border-style: solid;
275
+ border-width: 0 0 1px 0;
276
+ color: #23726c;
277
+ font-family: inherit;
278
+ font-size: 14px;
279
+ font-weight: 600;
280
+ text-indent: 10px;
281
+ }
282
+
283
+ .e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item {
284
+ padding-right: 0;
285
+ }
286
+
287
+ .e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header {
288
+ padding-right: 16px;
289
+ }
290
+
291
+ .e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header,
292
+ .e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header {
293
+ padding-right: 0;
294
+ }
295
+
296
+ .e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center {
297
+ text-align: center;
298
+ }
299
+
300
+ .e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right {
301
+ text-align: right;
302
+ }
303
+
304
+ .e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left {
305
+ text-align: left;
306
+ }
307
+
308
+ .e-small .e-dropdownbase .e-list-item,
309
+ .e-dropdownbase.e-small .e-list-item {
310
+ color: #000;
311
+ line-height: 26px;
312
+ min-height: 26px;
313
+ text-indent: 10px;
314
+ }
315
+
316
+ .e-small .e-dropdownbase .e-list-group-item, .e-small .e-dropdownbase .e-fixed-head,
317
+ .e-dropdownbase.e-small .e-list-group-item,
318
+ .e-dropdownbase.e-small .e-fixed-head {
319
+ font-size: 14px;
320
+ line-height: 26px;
321
+ min-height: 26px;
322
+ padding-left: 10px;
323
+ }
324
+
325
+ .e-small .e-dropdownbase .e-list-item .e-list-icon,
326
+ .e-dropdownbase.e-small .e-list-item .e-list-icon {
327
+ font-size: 14px;
328
+ }
329
+
330
+ .e-bigger.e-small .e-dropdownbase .e-list-item,
331
+ .e-dropdownbase.e-small.e-bigger .e-list-item {
332
+ color: #000;
333
+ line-height: 40px;
334
+ min-height: 40px;
335
+ text-indent: 16px;
336
+ }
337
+
338
+ .e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
339
+ .e-dropdownbase.e-small.e-bigger .e-list-group-item,
340
+ .e-dropdownbase.e-small.e-bigger .e-fixed-head {
341
+ line-height: 40px;
342
+ min-height: 40px;
343
+ padding-left: 10px;
344
+ }
345
+
346
+ .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon,
347
+ .e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon {
348
+ font-size: 18px;
349
+ }
350
+
351
+ .e-bigger.e-small .e-dropdownbase .e-list-group-item, .e-bigger.e-small .e-dropdownbase .e-fixed-head,
352
+ .e-dropdownbase.e-bigger.e-small .e-list-group-item,
353
+ .e-dropdownbase.e-bigger.e-small .e-fixed-head {
354
+ font-size: 14px;
355
+ }
356
+
357
+ .e-ddl.e-popup.e-multiselect-group .e-list-group-item {
358
+ background-color: #fff;
359
+ border-bottom: 2px;
360
+ border-color: transparent;
361
+ color: #000;
362
+ font-family: inherit;
363
+ text-indent: 10px;
364
+ font-size: 14px;
365
+ padding-right: 16px;
366
+ }
367
+
368
+ .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus {
369
+ background-color: #ecf;
370
+ }
371
+
372
+ .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active,
373
+ .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover {
374
+ background-color: #400074;
375
+ border-color: #400074;
376
+ color: #fff;
377
+ }
378
+
379
+ .e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover {
380
+ background-color: #ecf;
381
+ border-color: #000;
382
+ color: #000;
383
+ }
384
+
385
+ .e-selectall-parent.e-item-focus {
386
+ background-color: #ecf;
387
+ }