@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
@@ -1 +1,738 @@
1
- @import '@syncfusion/ej2-dropdowns/styles/drop-down-list/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ /* stylelint-disable property-no-vendor-prefix */
224
+ @-webkit-keyframes e-input-ripple {
225
+ 100% {
226
+ opacity: 0;
227
+ -webkit-transform: scale(4);
228
+ transform: scale(4);
229
+ }
230
+ }
231
+ @keyframes e-input-ripple {
232
+ 100% {
233
+ opacity: 0;
234
+ -webkit-transform: scale(4);
235
+ transform: scale(4);
236
+ }
237
+ }
238
+ @-webkit-keyframes slideTopUp {
239
+ from {
240
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
241
+ transform: translate3d(0, 0, 0) scale(1);
242
+ }
243
+ to {
244
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
245
+ transform: translate3d(0, 0, 0) scale(1);
246
+ }
247
+ }
248
+ @keyframes slideTopUp {
249
+ from {
250
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
251
+ transform: translate3d(0, 0, 0) scale(1);
252
+ }
253
+ to {
254
+ -webkit-transform: translate3d(0, 0, 0) scale(1);
255
+ transform: translate3d(0, 0, 0) scale(1);
256
+ }
257
+ }
258
+ /* stylelint-disable-line no-empty-source */
259
+ /* stylelint-disable property-no-vendor-prefix */
260
+ @-webkit-keyframes material-spinner-rotate {
261
+ 0% {
262
+ -webkit-transform: rotate(0deg);
263
+ transform: rotate(0deg);
264
+ }
265
+ 100% {
266
+ -webkit-transform: rotate(360deg);
267
+ transform: rotate(360deg);
268
+ }
269
+ }
270
+ @keyframes material-spinner-rotate {
271
+ 0% {
272
+ -webkit-transform: rotate(0deg);
273
+ transform: rotate(0deg);
274
+ }
275
+ 100% {
276
+ -webkit-transform: rotate(360deg);
277
+ transform: rotate(360deg);
278
+ }
279
+ }
280
+ @-webkit-keyframes fabric-spinner-rotate {
281
+ 0% {
282
+ -webkit-transform: rotate(0deg);
283
+ transform: rotate(0deg);
284
+ }
285
+ 100% {
286
+ -webkit-transform: rotate(360deg);
287
+ transform: rotate(360deg);
288
+ }
289
+ }
290
+ @keyframes fabric-spinner-rotate {
291
+ 0% {
292
+ -webkit-transform: rotate(0deg);
293
+ transform: rotate(0deg);
294
+ }
295
+ 100% {
296
+ -webkit-transform: rotate(360deg);
297
+ transform: rotate(360deg);
298
+ }
299
+ }
300
+ .e-dropdownbase .e-list-item .e-list-icon {
301
+ padding: 0 16px 0 0;
302
+ }
303
+
304
+ .e-small .e-dropdownbase .e-list-item .e-list-icon {
305
+ padding: 0 12px 0 0;
306
+ }
307
+
308
+ .e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
309
+ padding: 0 16px 0 0;
310
+ }
311
+
312
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
313
+ -webkit-transform: rotate(0deg);
314
+ transform: rotate(0deg);
315
+ -webkit-transition: -webkit-transform 300ms ease;
316
+ transition: -webkit-transform 300ms ease;
317
+ transition: transform 300ms ease;
318
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
319
+ }
320
+
321
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
322
+ -webkit-transform: rotate(180deg);
323
+ transform: rotate(180deg);
324
+ -webkit-transition: -webkit-transform 300ms ease;
325
+ transition: -webkit-transform 300ms ease;
326
+ transition: transform 300ms ease;
327
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
328
+ }
329
+
330
+ .e-dropdownbase .e-list-item.e-active.e-hover {
331
+ color: rgba(var(--color-sf-on-surface));
332
+ }
333
+
334
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
335
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
336
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
337
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
338
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
339
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
340
+ background: rgba(var(--color-sf-on-surface), 0.08);
341
+ }
342
+
343
+ .e-input-group .e-ddl-icon:not(:active)::after {
344
+ -webkit-animation: none;
345
+ animation: none;
346
+ }
347
+
348
+ .e-ddl.e-popup {
349
+ border: 0;
350
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
351
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
352
+ margin-top: 2px;
353
+ }
354
+
355
+ .e-popup.e-ddl .e-dropdownbase {
356
+ min-height: 26px;
357
+ border-radius: 4px;
358
+ }
359
+
360
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
361
+ border-color: rgba(var(--color-sf-primary));
362
+ }
363
+
364
+ .e-bigger .e-popup.e-ddl-device-filter {
365
+ margin-top: 0;
366
+ }
367
+
368
+ .e-bigger .e-ddl-device .e-input-group,
369
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
370
+ background: rgba(0, 0, 0, 0.0001);
371
+ border-width: 0;
372
+ -webkit-box-shadow: none;
373
+ box-shadow: none;
374
+ margin-bottom: 0;
375
+ }
376
+
377
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
378
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
379
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
380
+ background: rgba(0, 0, 0, 0.0001);
381
+ }
382
+
383
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
384
+ margin: 0 6px;
385
+ min-height: 30px;
386
+ min-width: 30px;
387
+ }
388
+
389
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
390
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
391
+ min-height: 38px;
392
+ min-width: 38px;
393
+ }
394
+
395
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
396
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
397
+ min-height: 22px;
398
+ min-width: 22px;
399
+ }
400
+
401
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
402
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
403
+ padding: 4px 16px 4px 0;
404
+ }
405
+
406
+ .e-input-group.e-ddl,
407
+ .e-input-group.e-ddl .e-input,
408
+ .e-input-group.e-ddl .e-ddl-icon {
409
+ background: transparent;
410
+ }
411
+
412
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
413
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
414
+ border-bottom-width: 0;
415
+ }
416
+
417
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
418
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
419
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
420
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
421
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
422
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
423
+ margin: 4px;
424
+ }
425
+
426
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
427
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
428
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
429
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
430
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
431
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
432
+ padding: 4px 5px 4px 12px;
433
+ }
434
+
435
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
436
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
437
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
438
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
439
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
440
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
441
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
442
+ min-height: 34px;
443
+ min-width: 34px;
444
+ }
445
+
446
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
447
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
448
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
449
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
450
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
451
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
452
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
453
+ padding: 8px 16px;
454
+ }
455
+
456
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
457
+ margin: 0 4px;
458
+ }
459
+
460
+ .e-ddl.e-popup.e-outline .e-filter-parent {
461
+ padding: 4px 8px;
462
+ }
463
+
464
+ .e-ddl .e-search-icon::before {
465
+ content: "\e754";
466
+ }
467
+
468
+ .e-ddl .e-back-icon::before {
469
+ content: "\e773";
470
+ }
471
+
472
+ .e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before {
473
+ content: "\e70d";
474
+ font-family: "e-icons";
475
+ }
476
+
477
+ .e-bigger .e-input-group.e-ddl .e-input-filter, .e-bigger .e-input-group.e-ddl .e-input-filter:focus {
478
+ margin-left: -20px;
479
+ }
480
+
481
+ .e-ddl.e-popup .e-input-group {
482
+ margin-top: 4px;
483
+ }
484
+
485
+ .e-bigger .e-ddl.e-popup .e-list-item {
486
+ font-size: 14px;
487
+ }
488
+ .e-bigger .e-ddl.e-popup .e-list-group-item {
489
+ font-size: 14px;
490
+ }
491
+ .e-bigger .e-ddl.e-popup .e-input-group {
492
+ margin-top: 8px;
493
+ }
494
+
495
+ .e-bigger.e-ddl.e-popup .e-list-item {
496
+ font-size: 14px;
497
+ }
498
+ .e-bigger.e-ddl.e-popup .e-list-group-item {
499
+ font-size: 14px;
500
+ }
501
+ .e-bigger.e-ddl.e-popup .e-input-group {
502
+ padding: 4px 0;
503
+ }
504
+
505
+ .e-popup.e-wide-popup.e-ddl-device.e-popup-close {
506
+ display: block;
507
+ visibility: hidden;
508
+ }
509
+
510
+ .e-popup-full-page {
511
+ bottom: 0;
512
+ left: 0;
513
+ margin: 0;
514
+ overflow: hidden;
515
+ padding: 0;
516
+ right: 0;
517
+ top: 0;
518
+ }
519
+ .e-popup-full-page .e-popup-full-page.e-ddl.e-popup.e-ddl-device-filter {
520
+ margin: 0;
521
+ }
522
+
523
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon {
524
+ position: relative;
525
+ }
526
+
527
+ .e-ddl.e-control-wrapper .e-ddl-disable-icon::before {
528
+ content: "";
529
+ }
530
+
531
+ .e-ddl-device-filter .e-filter-parent {
532
+ background-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
533
+ }
534
+
535
+ /* stylelint-disable property-no-vendor-prefix */
536
+ .e-ddl input.e-input::-webkit-contacts-auto-fill-button {
537
+ display: none;
538
+ pointer-events: none;
539
+ position: absolute;
540
+ right: 0;
541
+ visibility: hidden;
542
+ }
543
+
544
+ /* stylelint-enable property-no-vendor-prefix */
545
+ .e-filter-parent {
546
+ border: 0;
547
+ border-top-width: 0;
548
+ -webkit-box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
549
+ box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3);
550
+ display: block;
551
+ padding: 0;
552
+ }
553
+
554
+ .e-ddl.e-input-group:not(.e-disabled) {
555
+ cursor: pointer;
556
+ }
557
+
558
+ .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, .e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after {
559
+ width: 0;
560
+ }
561
+
562
+ .e-ddl.e-popup {
563
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-surface), 1)), to(rgba(var(--color-sf-surface), 1))), rgba(var(--color-sf-surface));
564
+ background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
565
+ border-radius: 4px;
566
+ position: absolute;
567
+ }
568
+ .e-ddl.e-popup .e-search-icon {
569
+ margin: 0;
570
+ opacity: 0.57;
571
+ padding: 12px 8px 8px;
572
+ }
573
+
574
+ .e-ddl.e-popup .e-filter-parent .e-back-icon {
575
+ padding: 0 8px;
576
+ }
577
+
578
+ .e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-filter:focus, .e-ddl.e-popup .e-filter-parent .e-input-group.e-input-focus .e-input-filter, .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper.e-input-focus .e-input-filter {
579
+ padding: 4px 16px 4px;
580
+ }
581
+
582
+ .e-ddl.e-popup .e-input-group {
583
+ margin-bottom: 0;
584
+ }
585
+
586
+ .e-ddl.e-popup .e-ddl-footer, .e-ddl.e-popup .e-ddl-header {
587
+ cursor: default;
588
+ }
589
+
590
+ /* stylelint-disable property-no-vendor-prefix */
591
+ .e-ddl.e-input-group .e-ddl-hidden,
592
+ .e-ddl.e-float-input .e-ddl-hidden {
593
+ -webkit-appearance: initial;
594
+ border: 0;
595
+ height: 0;
596
+ padding: 0;
597
+ visibility: hidden;
598
+ width: 0;
599
+ }
600
+
601
+ .e-ddl.e-input-group,
602
+ .e-ddl.e-input-group.e-input-focus:focus {
603
+ outline: none;
604
+ }
605
+
606
+ .e-dropdownbase .e-list-item .e-highlight {
607
+ display: inline;
608
+ font-weight: bold;
609
+ vertical-align: baseline;
610
+ }
611
+
612
+ .e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
613
+ .e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide),
614
+ .e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) {
615
+ opacity: 1;
616
+ }
617
+
618
+ .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
619
+ .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
620
+ .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon,
621
+ .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
622
+ .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
623
+ .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon,
624
+ .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon {
625
+ display: -webkit-box;
626
+ display: -ms-flexbox;
627
+ display: flex;
628
+ }
629
+
630
+ .e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
631
+ .e-input-group input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
632
+ .e-input-group.e-control-wrapper input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
633
+ .e-float-input input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
634
+ .e-float-input.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
635
+ .e-float-input.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
636
+ .e-float-input.e-input-group.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide {
637
+ display: none;
638
+ }
639
+
640
+ .e-input-group.e-static-clear input.e-dropdownlist.e-input:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
641
+ .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,
642
+ .e-float-input.e-static-clear input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
643
+ .e-float-input.e-static-clear.e-control-wrapper input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
644
+ .e-float-input.e-static-clear.e-input-group input.e-dropdownlist:not(:valid):first-child ~ .e-clear-icon.e-clear-icon-hide,
645
+ .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 {
646
+ cursor: pointer;
647
+ display: -webkit-box;
648
+ display: -ms-flexbox;
649
+ display: flex;
650
+ }
651
+
652
+ .e-ddl.e-input-group .e-input-value,
653
+ .e-ddl.e-input-group .e-input-value:focus {
654
+ font-family: inherit;
655
+ font-size: 14px;
656
+ height: auto;
657
+ margin: 0;
658
+ outline: none;
659
+ width: 100%;
660
+ }
661
+ .e-ddl.e-input-group input[readonly].e-input,
662
+ .e-ddl.e-input-group input[readonly],
663
+ .e-ddl.e-input-group .e-dropdownlist {
664
+ pointer-events: none;
665
+ }
666
+
667
+ .e-ddl.e-popup.e-popup-open .e-list-item.e-disabled {
668
+ opacity: 0.7;
669
+ pointer-events: none;
670
+ }
671
+
672
+ ejs-autocomplete,
673
+ ejs-combobox,
674
+ ejs-dropdownlist {
675
+ display: block;
676
+ }
677
+
678
+ .e-small .e-ddl.e-popup .e-list-item,
679
+ .e-input-group.e-ddl.e-small .e-list-item {
680
+ font-size: 12px;
681
+ }
682
+ .e-small .e-ddl.e-popup .e-list-group-item,
683
+ .e-input-group.e-ddl.e-small .e-list-group-item {
684
+ font-size: 12px;
685
+ }
686
+
687
+ .e-small.e-ddl.e-popup .e-list-item,
688
+ .e-input-group.e-ddl.e-small .e-list-item {
689
+ font-size: 12px;
690
+ }
691
+ .e-small.e-ddl.e-popup .e-list-group-item,
692
+ .e-input-group.e-ddl.e-small .e-list-group-item {
693
+ font-size: 12px;
694
+ }
695
+
696
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item,
697
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
698
+ font-size: 14px;
699
+ }
700
+ .e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
701
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
702
+ font-size: 14px;
703
+ }
704
+
705
+ .e-bigger.e-small.e-ddl.e-popup .e-list-item,
706
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-item {
707
+ font-size: 14px;
708
+ }
709
+ .e-bigger.e-small.e-ddl.e-popup .e-list-group-item,
710
+ .e-bigger .e-input-group.e-ddl.e-small .e-list-group-item {
711
+ font-size: 14px;
712
+ }
713
+
714
+ .e-content-placeholder.e-ddl.e-placeholder-ddl,
715
+ .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
716
+ .e-content-placeholder.e-combobox.e-placeholder-combobox {
717
+ background-size: 300px 33px;
718
+ min-height: 33px;
719
+ }
720
+
721
+ .e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl,
722
+ .e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl,
723
+ .e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
724
+ .e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete,
725
+ .e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox,
726
+ .e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox {
727
+ background-size: 300px 40px;
728
+ min-height: 40px;
729
+ }
730
+
731
+ .e-popup {
732
+ border-color: rgba(var(--color-sf-primary));
733
+ }
734
+
735
+ .e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text,
736
+ .e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text {
737
+ color: rgba(var(--color-sf-on-surface));
738
+ }