@syncfusion/ej2-splitbuttons 25.2.4 → 26.1.35-750253

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 (177) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +29 -48
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +30 -45
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -1
  14. package/src/progress-button/progress-button.js +3 -3
  15. package/src/split-button/split-button.js +2 -1
  16. package/styles/bootstrap-dark.css +263 -97
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +263 -97
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +227 -80
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +227 -174
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +227 -174
  25. package/styles/bootstrap5.scss +14 -4
  26. package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
  27. package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
  28. package/styles/button-group/_fabric-dark-definition.scss +0 -2
  29. package/styles/button-group/_fluent2-definition.scss +31 -0
  30. package/styles/button-group/_group-button-mixin.scss +21 -0
  31. package/styles/button-group/_highcontrast-light-definition.scss +0 -2
  32. package/styles/button-group/_layout.scss +5 -13
  33. package/styles/button-group/_material-dark-definition.scss +0 -2
  34. package/styles/button-group/_theme.scss +30 -84
  35. package/styles/button-group/bootstrap-dark.css +93 -57
  36. package/styles/button-group/bootstrap.css +93 -57
  37. package/styles/button-group/bootstrap4.css +69 -46
  38. package/styles/button-group/bootstrap5-dark.css +69 -46
  39. package/styles/button-group/bootstrap5.css +69 -46
  40. package/styles/button-group/fabric-dark.css +93 -57
  41. package/styles/button-group/fabric.css +98 -62
  42. package/styles/button-group/fluent-dark.css +109 -65
  43. package/styles/button-group/fluent.css +109 -65
  44. package/styles/button-group/fluent2.css +1849 -0
  45. package/styles/button-group/fluent2.scss +4 -0
  46. package/styles/button-group/highcontrast-light.css +93 -57
  47. package/styles/button-group/highcontrast.css +93 -57
  48. package/styles/button-group/material-dark.css +107 -64
  49. package/styles/button-group/material.css +109 -65
  50. package/styles/button-group/material3-dark.css +151 -77
  51. package/styles/button-group/material3.css +151 -77
  52. package/styles/button-group/tailwind-dark.css +91 -57
  53. package/styles/button-group/tailwind.css +91 -57
  54. package/styles/drop-down-button/_bds-definition.scss +5 -5
  55. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
  56. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  57. package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
  58. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
  59. package/styles/drop-down-button/_fluent-definition.scss +0 -1
  60. package/styles/drop-down-button/_fluent2-definition.scss +48 -0
  61. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  62. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
  63. package/styles/drop-down-button/_layout.scss +51 -6
  64. package/styles/drop-down-button/_material-dark-definition.scss +0 -3
  65. package/styles/drop-down-button/_material3-definition.scss +0 -1
  66. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  67. package/styles/drop-down-button/_theme.scss +8 -8
  68. package/styles/drop-down-button/bootstrap-dark.css +27 -14
  69. package/styles/drop-down-button/bootstrap.css +27 -14
  70. package/styles/drop-down-button/bootstrap4.css +23 -12
  71. package/styles/drop-down-button/bootstrap5-dark.css +23 -12
  72. package/styles/drop-down-button/bootstrap5.css +23 -12
  73. package/styles/drop-down-button/fabric-dark.css +27 -14
  74. package/styles/drop-down-button/fabric.css +27 -14
  75. package/styles/drop-down-button/fluent-dark.css +27 -14
  76. package/styles/drop-down-button/fluent.css +27 -14
  77. package/styles/drop-down-button/fluent2.css +1308 -0
  78. package/styles/drop-down-button/fluent2.scss +6 -0
  79. package/styles/drop-down-button/highcontrast-light.css +27 -14
  80. package/styles/drop-down-button/highcontrast.css +27 -14
  81. package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
  82. package/styles/drop-down-button/icons/_fluent2.scss +10 -0
  83. package/styles/drop-down-button/material-dark.css +27 -14
  84. package/styles/drop-down-button/material.css +27 -14
  85. package/styles/drop-down-button/material3-dark.css +33 -17
  86. package/styles/drop-down-button/material3.css +33 -17
  87. package/styles/drop-down-button/tailwind-dark.css +27 -14
  88. package/styles/drop-down-button/tailwind.css +27 -14
  89. package/styles/fabric-dark.css +263 -97
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +268 -102
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +271 -102
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +271 -102
  96. package/styles/fluent.scss +14 -4
  97. package/styles/fluent2.css +3072 -0
  98. package/styles/fluent2.scss +14 -0
  99. package/styles/highcontrast-light.css +263 -97
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +263 -97
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +277 -104
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +279 -105
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +357 -134
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +353 -132
  110. package/styles/material3.scss +14 -4
  111. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
  112. package/styles/progress-button/_bootstrap5-definition.scss +0 -1
  113. package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
  114. package/styles/progress-button/_fabric-dark-definition.scss +0 -3
  115. package/styles/progress-button/_fluent-definition.scss +0 -1
  116. package/styles/progress-button/_fluent2-definition.scss +26 -0
  117. package/styles/progress-button/_fusionnew-definition.scss +0 -1
  118. package/styles/progress-button/_layout.scss +0 -2
  119. package/styles/progress-button/_material-dark-definition.scss +0 -3
  120. package/styles/progress-button/_material3-definition.scss +0 -1
  121. package/styles/progress-button/_tailwind-definition.scss +0 -1
  122. package/styles/progress-button/_theme.scss +115 -50
  123. package/styles/progress-button/bootstrap-dark.css +118 -13
  124. package/styles/progress-button/bootstrap.css +118 -13
  125. package/styles/progress-button/bootstrap4.css +118 -13
  126. package/styles/progress-button/bootstrap5-dark.css +118 -106
  127. package/styles/progress-button/bootstrap5.css +118 -106
  128. package/styles/progress-button/fabric-dark.css +118 -13
  129. package/styles/progress-button/fabric.css +118 -13
  130. package/styles/progress-button/fluent-dark.css +118 -13
  131. package/styles/progress-button/fluent.css +118 -13
  132. package/styles/progress-button/fluent2.css +1636 -0
  133. package/styles/progress-button/fluent2.scss +5 -0
  134. package/styles/progress-button/highcontrast-light.css +118 -13
  135. package/styles/progress-button/highcontrast.css +118 -13
  136. package/styles/progress-button/material-dark.css +118 -13
  137. package/styles/progress-button/material.css +118 -13
  138. package/styles/progress-button/material3-dark.css +119 -14
  139. package/styles/progress-button/material3.css +119 -14
  140. package/styles/progress-button/tailwind-dark.css +118 -13
  141. package/styles/progress-button/tailwind.css +118 -13
  142. package/styles/split-button/_bds-definition.scss +0 -1
  143. package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
  144. package/styles/split-button/_bootstrap4-definition.scss +0 -3
  145. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  146. package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
  147. package/styles/split-button/_fabric-dark-definition.scss +0 -3
  148. package/styles/split-button/_fluent-definition.scss +0 -1
  149. package/styles/split-button/_fluent2-definition.scss +23 -0
  150. package/styles/split-button/_fusionnew-definition.scss +0 -1
  151. package/styles/split-button/_highcontrast-light-definition.scss +0 -3
  152. package/styles/split-button/_layout.scss +16 -4
  153. package/styles/split-button/_theme.scss +0 -2
  154. package/styles/split-button/bootstrap-dark.css +25 -13
  155. package/styles/split-button/bootstrap.css +25 -13
  156. package/styles/split-button/bootstrap4.css +17 -9
  157. package/styles/split-button/bootstrap5-dark.css +17 -9
  158. package/styles/split-button/bootstrap5.css +17 -9
  159. package/styles/split-button/fabric-dark.css +25 -13
  160. package/styles/split-button/fabric.css +25 -13
  161. package/styles/split-button/fluent-dark.css +17 -9
  162. package/styles/split-button/fluent.css +17 -9
  163. package/styles/split-button/fluent2.css +1379 -0
  164. package/styles/split-button/fluent2.scss +6 -0
  165. package/styles/split-button/highcontrast-light.css +25 -13
  166. package/styles/split-button/highcontrast.css +25 -13
  167. package/styles/split-button/material-dark.css +25 -13
  168. package/styles/split-button/material.css +25 -13
  169. package/styles/split-button/material3-dark.css +57 -28
  170. package/styles/split-button/material3.css +53 -26
  171. package/styles/split-button/tailwind-dark.css +25 -13
  172. package/styles/split-button/tailwind.css +25 -13
  173. package/styles/tailwind-dark.css +261 -98
  174. package/styles/tailwind-dark.scss +14 -4
  175. package/styles/tailwind.css +261 -98
  176. package/styles/tailwind.scss +14 -4
  177. package/CHANGELOG.md +0 -373
@@ -44,7 +44,7 @@
44
44
  --color-sf-on-warning: 99, 52, 0;
45
45
  --color-sf-on-warning-container: 255, 220, 193;
46
46
  --color-sf-spreadsheet-gridline: 231, 224, 236;
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
48
48
  --color-sf-success-text: 0, 0, 0;
49
49
  --color-sf-warning-text: 0, 0, 0;
50
50
  --color-sf-info-text: 0, 0, 0;
@@ -59,27 +59,31 @@
59
59
  content: "\e70d";
60
60
  }
61
61
 
62
- /*! drop-down button layout */
63
62
  .e-dropdown-btn,
64
63
  .e-dropdown-btn.e-btn {
65
- box-shadow: none;
64
+ -webkit-box-shadow: none;
65
+ box-shadow: none;
66
66
  text-transform: none;
67
67
  white-space: normal;
68
68
  border-radius: 4px;
69
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
69
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
70
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
70
71
  padding: 7px 16px;
71
72
  }
72
73
  .e-dropdown-btn:focus,
73
74
  .e-dropdown-btn.e-btn:focus {
74
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
75
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
76
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
75
77
  }
76
78
  .e-dropdown-btn:focus-visible,
77
79
  .e-dropdown-btn.e-btn:focus-visible {
78
- box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
80
+ -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
81
+ box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
79
82
  }
80
83
  .e-dropdown-btn:active,
81
84
  .e-dropdown-btn.e-btn:active {
82
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
85
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
86
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
83
87
  }
84
88
  .e-dropdown-btn .e-btn-icon,
85
89
  .e-dropdown-btn.e-btn .e-btn-icon {
@@ -112,7 +116,6 @@
112
116
  line-height: 1;
113
117
  padding: 6px 12px;
114
118
  }
115
-
116
119
  .e-bigger .e-dropdown-btn .e-btn-icon,
117
120
  .e-bigger.e-dropdown-btn .e-btn-icon {
118
121
  font-size: 18px;
@@ -138,8 +141,10 @@
138
141
  .e-dropdown-popup ul {
139
142
  border: 0 solid rgba(var(--color-sf-outline-variant));
140
143
  border-radius: 4px;
141
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
142
- box-sizing: border-box;
144
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
145
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
146
+ -webkit-box-sizing: border-box;
147
+ box-sizing: border-box;
143
148
  font-size: 14px;
144
149
  font-weight: 400;
145
150
  list-style-image: none;
@@ -150,18 +155,23 @@
150
155
  overflow: hidden;
151
156
  padding: 4px 0;
152
157
  -webkit-user-select: none;
158
+ -moz-user-select: none;
153
159
  -ms-user-select: none;
154
160
  user-select: none;
155
161
  white-space: nowrap;
156
162
  }
157
163
  .e-dropdown-popup ul .e-item {
158
164
  cursor: pointer;
165
+ display: -webkit-box;
159
166
  display: -ms-flexbox;
160
167
  display: flex;
161
168
  height: 32px;
162
169
  line-height: 32px;
163
170
  padding: 0 12px;
164
171
  }
172
+ .e-dropdown-popup ul .e-item.e-separator {
173
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
174
+ }
165
175
  .e-dropdown-popup ul .e-item.e-url {
166
176
  padding: 0;
167
177
  }
@@ -182,7 +192,8 @@
182
192
  .e-dropdown-popup ul .e-item.e-disabled {
183
193
  cursor: auto;
184
194
  pointer-events: none;
185
- box-shadow: none;
195
+ -webkit-box-shadow: none;
196
+ box-shadow: none;
186
197
  }
187
198
  .e-dropdown-popup ul .e-item.e-separator {
188
199
  border-bottom-style: solid;
@@ -195,7 +206,8 @@
195
206
  }
196
207
  .e-dropdown-popup.e-transparent {
197
208
  background: transparent;
198
- box-shadow: none;
209
+ -webkit-box-shadow: none;
210
+ box-shadow: none;
199
211
  }
200
212
  .e-dropdown-popup.e-transparent .e-dropdown-menu {
201
213
  border: 0;
@@ -213,7 +225,8 @@
213
225
 
214
226
  *.e-bigger .e-dropdown-popup ul,
215
227
  *.e-bigger.e-dropdown-popup ul {
216
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
228
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
229
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
217
230
  font-size: 16px;
218
231
  max-width: 202px;
219
232
  min-width: 112px;
@@ -240,8 +253,8 @@
240
253
  line-height: normal;
241
254
  }
242
255
 
243
- /*! drop-down button theme */
244
256
  .e-dropdown-popup {
257
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.11)), to(rgba(var(--color-sf-primary), 0.11))), rgba(var(--color-sf-surface));
245
258
  background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.11), rgba(var(--color-sf-primary), 0.11)), rgba(var(--color-sf-surface));
246
259
  color: rgba(var(--color-sf-on-surface));
247
260
  }
@@ -253,7 +266,8 @@
253
266
  }
254
267
  .e-dropdown-popup ul .e-item.e-focused {
255
268
  background: rgba(var(--color-sf-on-surface), 0.04);
256
- box-shadow: none;
269
+ -webkit-box-shadow: none;
270
+ box-shadow: none;
257
271
  }
258
272
  .e-dropdown-popup ul .e-item:hover {
259
273
  background: rgba(var(--color-sf-on-surface), 0.05);
@@ -277,7 +291,8 @@
277
291
  .e-dropdown-btn.e-btn.e-inherit {
278
292
  background: inherit;
279
293
  border-color: transparent;
280
- box-shadow: none;
294
+ -webkit-box-shadow: none;
295
+ box-shadow: none;
281
296
  color: inherit;
282
297
  }
283
298
  .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
@@ -287,41 +302,49 @@
287
302
  .e-dropdown-btn.e-btn.e-inherit.e-active {
288
303
  background: rgba(0, 0, 0, 0.056);
289
304
  border-color: transparent;
290
- box-shadow: none;
305
+ -webkit-box-shadow: none;
306
+ box-shadow: none;
291
307
  color: inherit;
292
308
  }
293
309
 
294
- /* stylelint-disable-line no-empty-source */
295
- /*! splitbutton layout */
296
310
  .e-split-btn-wrapper {
311
+ display: -webkit-inline-box;
297
312
  display: -ms-inline-flexbox;
298
313
  display: inline-flex;
299
314
  white-space: nowrap;
315
+ width: -webkit-min-content;
316
+ width: -moz-min-content;
300
317
  width: min-content;
301
318
  border-radius: 4px;
302
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
319
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
320
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
303
321
  }
304
322
  .e-split-btn-wrapper .e-split-btn {
305
323
  border-bottom-right-radius: 0;
306
324
  border-top-right-radius: 0;
307
325
  text-transform: none;
308
326
  z-index: 1;
309
- box-shadow: none;
327
+ -webkit-box-shadow: none;
328
+ box-shadow: none;
310
329
  }
311
330
  .e-split-btn-wrapper .e-split-btn:focus {
312
331
  outline-offset: 0;
313
332
  }
314
333
  .e-split-btn-wrapper .e-split-btn:hover {
315
- box-shadow: none;
334
+ -webkit-box-shadow: none;
335
+ box-shadow: none;
316
336
  }
317
337
  .e-split-btn-wrapper .e-split-btn:focus {
318
- box-shadow: none;
338
+ -webkit-box-shadow: none;
339
+ box-shadow: none;
319
340
  }
320
341
  .e-split-btn-wrapper .e-split-btn:focus-visible {
321
- box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
342
+ -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
343
+ box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
322
344
  }
323
345
  .e-split-btn-wrapper .e-split-btn:active {
324
- box-shadow: none;
346
+ -webkit-box-shadow: none;
347
+ box-shadow: none;
325
348
  z-index: 2;
326
349
  }
327
350
  .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
@@ -350,15 +373,18 @@
350
373
  border-bottom-left-radius: 0;
351
374
  border-top-left-radius: 0;
352
375
  margin-left: -1px;
353
- box-shadow: none;
376
+ -webkit-box-shadow: none;
377
+ box-shadow: none;
354
378
  padding-left: 4px;
355
379
  padding-right: 4px;
356
380
  }
357
381
  .e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
358
- box-shadow: none;
382
+ -webkit-box-shadow: none;
383
+ box-shadow: none;
359
384
  }
360
385
  .e-split-btn-wrapper .e-dropdown-btn:active {
361
- box-shadow: none;
386
+ -webkit-box-shadow: none;
387
+ box-shadow: none;
362
388
  z-index: 2;
363
389
  }
364
390
  .e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
@@ -368,25 +394,32 @@
368
394
  outline-offset: 0;
369
395
  }
370
396
  .e-split-btn-wrapper .e-btn {
371
- box-shadow: none;
397
+ -webkit-box-shadow: none;
398
+ box-shadow: none;
372
399
  }
373
400
  .e-split-btn-wrapper .e-btn:hover {
374
- box-shadow: none;
401
+ -webkit-box-shadow: none;
402
+ box-shadow: none;
375
403
  }
376
404
  .e-split-btn-wrapper .e-btn:focus {
377
- box-shadow: none;
405
+ -webkit-box-shadow: none;
406
+ box-shadow: none;
378
407
  }
379
408
  .e-split-btn-wrapper .e-btn:focus-visible {
380
- box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
409
+ -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
410
+ box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff;
381
411
  }
382
412
  .e-split-btn-wrapper .e-btn:active {
383
- box-shadow: none;
413
+ -webkit-box-shadow: none;
414
+ box-shadow: none;
384
415
  }
385
416
  .e-split-btn-wrapper .e-btn:disabled {
386
- box-shadow: none;
417
+ -webkit-box-shadow: none;
418
+ box-shadow: none;
387
419
  }
388
420
  .e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
389
- box-shadow: none;
421
+ -webkit-box-shadow: none;
422
+ box-shadow: none;
390
423
  }
391
424
  .e-split-btn-wrapper.e-rtl .e-split-btn {
392
425
  border-bottom-left-radius: 0;
@@ -419,7 +452,8 @@
419
452
  border-top-right-radius: 0;
420
453
  margin-left: 0;
421
454
  border-radius: 4px;
422
- box-shadow: none;
455
+ -webkit-box-shadow: none;
456
+ box-shadow: none;
423
457
  }
424
458
  .e-split-btn-wrapper.e-vertical {
425
459
  display: inline-block;
@@ -434,7 +468,8 @@
434
468
  border-top-right-radius: 100px;
435
469
  line-height: 1;
436
470
  border-radius: 4px;
437
- box-shadow: none;
471
+ -webkit-box-shadow: none;
472
+ box-shadow: none;
438
473
  }
439
474
  .e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top {
440
475
  padding-bottom: 4px;
@@ -446,7 +481,8 @@
446
481
  margin-left: 0;
447
482
  margin-top: -1px;
448
483
  border-radius: 4px;
449
- box-shadow: none;
484
+ -webkit-box-shadow: none;
485
+ box-shadow: none;
450
486
  }
451
487
  .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
452
488
  padding-top: 0;
@@ -464,12 +500,14 @@
464
500
  .e-bigger .e-split-btn-wrapper,
465
501
  .e-bigger.e-split-btn-wrapper {
466
502
  border-radius: 4px;
467
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
503
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
504
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
468
505
  }
469
506
  .e-bigger .e-split-btn-wrapper .e-split-btn,
470
507
  .e-bigger.e-split-btn-wrapper .e-split-btn {
471
508
  border-radius: 4px;
472
- box-shadow: none;
509
+ -webkit-box-shadow: none;
510
+ box-shadow: none;
473
511
  padding-left: 12px;
474
512
  padding-right: 6px;
475
513
  }
@@ -544,9 +582,10 @@
544
582
  padding-top: 0;
545
583
  }
546
584
 
547
- /*! splitbutton theme */
548
585
  .e-split-btn-wrapper .e-split-btn {
549
- border-image: linear-gradient(to right, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
586
+ -o-border-image: linear-gradient(to right, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
587
+ border-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(var(--color-sf-surface), 1)), color-stop(75%, rgba(var(--color-sf-outline-variant), 1))) 1;
588
+ border-image: linear-gradient(to right, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
550
589
  border-width: 0 1px 0 0;
551
590
  }
552
591
  .e-split-btn-wrapper .e-split-btn:focus {
@@ -562,7 +601,8 @@
562
601
  border-color: transparent;
563
602
  }
564
603
  .e-split-btn-wrapper.e-splitbtn-disabled {
565
- box-shadow: none;
604
+ -webkit-box-shadow: none;
605
+ box-shadow: none;
566
606
  }
567
607
  .e-split-btn-wrapper:hover :not(e-active) .e-split-btn {
568
608
  border-right-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05));
@@ -571,7 +611,9 @@
571
611
  border-right-color: rgba(var(--color-sf-secondary), 0);
572
612
  }
573
613
  .e-split-btn-wrapper.e-rtl .e-split-btn {
574
- border-image: linear-gradient(to left, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
614
+ -o-border-image: linear-gradient(to left, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
615
+ border-image: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(var(--color-sf-surface), 1)), color-stop(75%, rgba(var(--color-sf-outline-variant), 1))) 1;
616
+ border-image: linear-gradient(to left, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
575
617
  border-width: 0 0 0 1px;
576
618
  }
577
619
  .e-split-btn-wrapper.e-rtl .e-split-btn:focus {
@@ -597,7 +639,9 @@
597
639
  border-left-color: rgba(var(--color-sf-secondary), 0);
598
640
  }
599
641
  .e-split-btn-wrapper.e-vertical .e-split-btn {
600
- border-image: linear-gradient(to bottom, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
642
+ -o-border-image: linear-gradient(to bottom, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
643
+ border-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(var(--color-sf-surface), 1)), color-stop(75%, rgba(var(--color-sf-outline-variant), 1))) 1;
644
+ border-image: linear-gradient(to bottom, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
601
645
  border-width: 0 0 2px;
602
646
  border-bottom-color: rgba(var(--color-sf-outline-variant));
603
647
  border-right-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05));
@@ -652,14 +696,18 @@
652
696
  /* stylelint-disable */
653
697
  *.e-btn-group,
654
698
  *.e-css.e-btn-group {
699
+ display: -webkit-inline-box;
655
700
  display: -ms-inline-flexbox;
656
701
  display: inline-flex;
657
702
  border-radius: 4px;
658
- -ms-flex-direction: row;
659
- flex-direction: row;
703
+ -webkit-box-orient: horizontal;
704
+ -webkit-box-direction: normal;
705
+ -ms-flex-direction: row;
706
+ flex-direction: row;
660
707
  position: relative;
661
708
  border-radius: 4px;
662
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
709
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
710
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
663
711
  }
664
712
  *.e-btn-group input + label.e-btn,
665
713
  *.e-css.e-btn-group input + label.e-btn {
@@ -689,8 +737,9 @@
689
737
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
690
738
  border-radius: 0;
691
739
  }
692
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
693
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
740
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
741
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
742
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
694
743
  border-bottom-right-radius: 0;
695
744
  border-top-right-radius: 0;
696
745
  }
@@ -699,11 +748,6 @@
699
748
  border-bottom-left-radius: 0;
700
749
  border-top-left-radius: 0;
701
750
  }
702
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
703
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
704
- border-bottom-right-radius: 0;
705
- border-top-right-radius: 0;
706
- }
707
751
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
708
752
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
709
753
  border-bottom-left-radius: 0;
@@ -737,8 +781,9 @@
737
781
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
738
782
  border-radius: 0;
739
783
  }
740
- *.e-btn-group.e-rtl .e-btn:first-of-type,
741
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
784
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
785
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
786
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
742
787
  border-bottom-left-radius: 0;
743
788
  border-top-left-radius: 0;
744
789
  }
@@ -747,11 +792,6 @@
747
792
  border-bottom-right-radius: 0;
748
793
  border-top-right-radius: 0;
749
794
  }
750
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
751
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
752
- border-bottom-left-radius: 0;
753
- border-top-left-radius: 0;
754
- }
755
795
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
756
796
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
757
797
  border-bottom-right-radius: 0;
@@ -779,8 +819,10 @@
779
819
  }
780
820
  *.e-btn-group.e-vertical,
781
821
  *.e-css.e-btn-group.e-vertical {
782
- -ms-flex-direction: column;
783
- flex-direction: column;
822
+ -webkit-box-orient: vertical;
823
+ -webkit-box-direction: normal;
824
+ -ms-flex-direction: column;
825
+ flex-direction: column;
784
826
  }
785
827
  *.e-btn-group.e-vertical input,
786
828
  *.e-css.e-btn-group.e-vertical input {
@@ -887,17 +929,20 @@
887
929
  /* stylelint-disable */
888
930
  .e-btn-group .e-btn,
889
931
  .e-css.e-btn-group .e-btn {
890
- box-shadow: none;
932
+ -webkit-box-shadow: none;
933
+ box-shadow: none;
891
934
  }
892
935
  .e-btn-group .e-btn:hover,
893
936
  .e-css.e-btn-group .e-btn:hover {
894
- box-shadow: none;
937
+ -webkit-box-shadow: none;
938
+ box-shadow: none;
895
939
  }
896
940
  .e-btn-group .e-btn:focus-visible,
897
941
  .e-btn-group input:focus-visible + label.e-btn,
898
942
  .e-css.e-btn-group .e-btn:focus-visible,
899
943
  .e-css.e-btn-group input:focus-visible + label.e-btn {
900
- box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important;
944
+ -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff !important;
945
+ box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff !important;
901
946
  z-index: 1;
902
947
  }
903
948
  .e-btn-group .e-btn:focus-visible.e-primary, .e-btn-group .e-btn:focus-visible.e-success, .e-btn-group .e-btn:focus-visible.e-info, .e-btn-group .e-btn:focus-visible.e-warning, .e-btn-group .e-btn:focus-visible.e-danger,
@@ -916,14 +961,16 @@
916
961
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
917
962
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
918
963
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
919
- box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important;
964
+ -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff !important;
965
+ box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff !important;
920
966
  z-index: 1;
921
967
  }
922
968
  .e-btn-group .e-btn:focus-visible.e-outline,
923
969
  .e-btn-group input:focus-visible + label.e-btn.e-outline,
924
970
  .e-css.e-btn-group .e-btn:focus-visible.e-outline,
925
971
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
926
- box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important;
972
+ -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff !important;
973
+ box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff !important;
927
974
  z-index: 1;
928
975
  }
929
976
  .e-btn-group .e-btn:focus-visible.e-outline.e-primary, .e-btn-group .e-btn:focus-visible.e-outline.e-success, .e-btn-group .e-btn:focus-visible.e-outline.e-info, .e-btn-group .e-btn:focus-visible.e-outline.e-warning, .e-btn-group .e-btn:focus-visible.e-outline.e-danger,
@@ -942,7 +989,8 @@
942
989
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
943
990
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
944
991
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
945
- box-shadow: 0 0 0 1px #000000, 0 0 0 3px #ffffff !important;
992
+ -webkit-box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff !important;
993
+ box-shadow: 0 0 0 1px #000, 0 0 0 3px #fff !important;
946
994
  z-index: 1;
947
995
  }
948
996
  .e-btn-group .e-btn:focus,
@@ -951,13 +999,18 @@
951
999
  .e-css.e-btn-group .e-btn:focus,
952
1000
  .e-css.e-btn-group input:focus-visible + label.e-btn,
953
1001
  .e-css.e-btn-group input:focus + label.e-btn {
1002
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08))), rgba(var(--color-sf-surface));
954
1003
  background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
955
- border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
1004
+ -o-border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
1005
+ border-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.08)), to(rgba(var(--color-sf-on-surface), 0.08)));
1006
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
956
1007
  color: rgba(var(--color-sf-on-surface));
957
1008
  outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
958
1009
  outline-offset: 0;
959
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
960
- box-shadow: none;
1010
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1011
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1012
+ -webkit-box-shadow: none;
1013
+ box-shadow: none;
961
1014
  outline-color: inherit;
962
1015
  }
963
1016
  .e-btn-group .e-btn:focus.e-primary,
@@ -966,12 +1019,15 @@
966
1019
  .e-css.e-btn-group .e-btn:focus.e-primary,
967
1020
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
968
1021
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
1022
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-primary), 0.08)), to(rgba(var(--color-sf-on-primary), 0.08))), rgba(var(--color-sf-primary));
969
1023
  background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.08), rgba(var(--color-sf-on-primary), 0.08)), rgba(var(--color-sf-primary));
970
1024
  border-color: rgba(var(--color-sf-primary));
971
1025
  color: rgba(var(--color-sf-on-primary));
972
1026
  outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
973
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
974
- box-shadow: none;
1027
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1028
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1029
+ -webkit-box-shadow: none;
1030
+ box-shadow: none;
975
1031
  outline-color: inherit;
976
1032
  }
977
1033
  .e-btn-group .e-btn:focus.e-success,
@@ -980,11 +1036,14 @@
980
1036
  .e-css.e-btn-group .e-btn:focus.e-success,
981
1037
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
982
1038
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
1039
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-success-text), 0.08)), to(rgba(var(--color-sf-success-text), 0.08))), rgba(var(--color-sf-success));
983
1040
  background: linear-gradient(0deg, rgba(var(--color-sf-success-text), 0.08), rgba(var(--color-sf-success-text), 0.08)), rgba(var(--color-sf-success));
984
1041
  border-color: rgba(var(--color-sf-success));
985
1042
  color: rgba(var(--color-sf-success-text));
986
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
987
- box-shadow: none;
1043
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1044
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1045
+ -webkit-box-shadow: none;
1046
+ box-shadow: none;
988
1047
  outline-color: inherit;
989
1048
  }
990
1049
  .e-btn-group .e-btn:focus.e-info,
@@ -993,11 +1052,14 @@
993
1052
  .e-css.e-btn-group .e-btn:focus.e-info,
994
1053
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
995
1054
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
1055
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-info-text), 0.08)), to(rgba(var(--color-sf-info-text), 0.08))), rgba(var(--color-sf-info));
996
1056
  background: linear-gradient(0deg, rgba(var(--color-sf-info-text), 0.08), rgba(var(--color-sf-info-text), 0.08)), rgba(var(--color-sf-info));
997
1057
  border-color: rgba(var(--color-sf-info));
998
1058
  color: rgba(var(--color-sf-info-text));
999
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1000
- box-shadow: none;
1059
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1060
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1061
+ -webkit-box-shadow: none;
1062
+ box-shadow: none;
1001
1063
  outline-color: inherit;
1002
1064
  }
1003
1065
  .e-btn-group .e-btn:focus.e-warning,
@@ -1006,11 +1068,14 @@
1006
1068
  .e-css.e-btn-group .e-btn:focus.e-warning,
1007
1069
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
1008
1070
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
1071
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-warning-text), 0.08)), to(rgba(var(--color-sf-warning-text), 0.08))), rgba(var(--color-sf-warning));
1009
1072
  background: linear-gradient(0deg, rgba(var(--color-sf-warning-text), 0.08), rgba(var(--color-sf-warning-text), 0.08)), rgba(var(--color-sf-warning));
1010
1073
  border-color: rgba(var(--color-sf-warning));
1011
1074
  color: rgba(var(--color-sf-warning-text));
1012
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1013
- box-shadow: none;
1075
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1076
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1077
+ -webkit-box-shadow: none;
1078
+ box-shadow: none;
1014
1079
  outline-color: inherit;
1015
1080
  }
1016
1081
  .e-btn-group .e-btn:focus.e-danger,
@@ -1019,11 +1084,14 @@
1019
1084
  .e-css.e-btn-group .e-btn:focus.e-danger,
1020
1085
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
1021
1086
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
1087
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-danger-text), 0.08)), to(rgba(var(--color-sf-danger-text), 0.08))), rgba(var(--color-sf-error));
1022
1088
  background: linear-gradient(0deg, rgba(var(--color-sf-danger-text), 0.08), rgba(var(--color-sf-danger-text), 0.08)), rgba(var(--color-sf-error));
1023
1089
  border-color: rgba(var(--color-sf-error));
1024
1090
  color: rgba(var(--color-sf-danger-text));
1025
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1026
- box-shadow: none;
1091
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1092
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1093
+ -webkit-box-shadow: none;
1094
+ box-shadow: none;
1027
1095
  outline-color: inherit;
1028
1096
  }
1029
1097
  .e-btn-group .e-btn:focus.e-link,
@@ -1037,7 +1105,8 @@
1037
1105
  color: rgba(var(--color-sf-info));
1038
1106
  background-color: transparent;
1039
1107
  border-color: transparent;
1040
- box-shadow: none;
1108
+ -webkit-box-shadow: none;
1109
+ box-shadow: none;
1041
1110
  outline: none;
1042
1111
  }
1043
1112
  .e-btn-group .e-btn:focus.e-outline,
@@ -1049,7 +1118,8 @@
1049
1118
  background: rgba(var(--color-sf-on-surface), 0.12);
1050
1119
  border: 1px solid rgba(var(--color-sf-outline));
1051
1120
  color: rgba(var(--color-sf-on-surface));
1052
- box-shadow: none;
1121
+ -webkit-box-shadow: none;
1122
+ box-shadow: none;
1053
1123
  }
1054
1124
  .e-btn-group .e-btn:focus.e-outline.e-primary,
1055
1125
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -1060,7 +1130,8 @@
1060
1130
  background: rgba(var(--color-sf-primary), 0.12);
1061
1131
  border: 1px solid rgba(var(--color-sf-outline));
1062
1132
  color: rgba(var(--color-sf-primary));
1063
- box-shadow: none;
1133
+ -webkit-box-shadow: none;
1134
+ box-shadow: none;
1064
1135
  }
1065
1136
  .e-btn-group .e-btn:focus.e-outline.e-success,
1066
1137
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -1071,7 +1142,8 @@
1071
1142
  background: rgba(var(--color-sf-success), 0.12);
1072
1143
  border: 1px solid rgba(var(--color-sf-outline));
1073
1144
  color: rgba(var(--color-sf-success));
1074
- box-shadow: none;
1145
+ -webkit-box-shadow: none;
1146
+ box-shadow: none;
1075
1147
  }
1076
1148
  .e-btn-group .e-btn:focus.e-outline.e-info,
1077
1149
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -1082,7 +1154,8 @@
1082
1154
  background: rgba(var(--color-sf-info), 0.12);
1083
1155
  border: 1px solid rgba(var(--color-sf-outline));
1084
1156
  color: rgba(var(--color-sf-info));
1085
- box-shadow: none;
1157
+ -webkit-box-shadow: none;
1158
+ box-shadow: none;
1086
1159
  }
1087
1160
  .e-btn-group .e-btn:focus.e-outline.e-warning,
1088
1161
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -1093,7 +1166,8 @@
1093
1166
  background: rgba(var(--color-sf-warning), 0.12);
1094
1167
  border: 1px solid rgba(var(--color-sf-outline));
1095
1168
  color: rgba(var(--color-sf-warning));
1096
- box-shadow: none;
1169
+ -webkit-box-shadow: none;
1170
+ box-shadow: none;
1097
1171
  }
1098
1172
  .e-btn-group .e-btn:focus.e-outline.e-danger,
1099
1173
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -1104,7 +1178,8 @@
1104
1178
  background: rgba(var(--color-sf-error), 0.12);
1105
1179
  border: 1px solid rgba(var(--color-sf-outline));
1106
1180
  color: rgba(var(--color-sf-error));
1107
- box-shadow: none;
1181
+ -webkit-box-shadow: none;
1182
+ box-shadow: none;
1108
1183
  }
1109
1184
  .e-btn-group .e-btn:active,
1110
1185
  .e-btn-group input:active + label.e-btn,
@@ -1112,12 +1187,16 @@
1112
1187
  .e-css.e-btn-group .e-btn:active,
1113
1188
  .e-css.e-btn-group input:active + label.e-btn,
1114
1189
  .e-css.e-btn-group input:checked + label.e-btn {
1190
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12))), rgba(var(--color-sf-surface));
1115
1191
  background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
1116
- border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
1192
+ -o-border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
1193
+ border-image: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-surface), 0.12)), to(rgba(var(--color-sf-on-surface), 0.12)));
1194
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
1117
1195
  color: rgba(var(--color-sf-on-surface));
1118
1196
  outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
1119
1197
  outline-offset: 0;
1120
- box-shadow: none;
1198
+ -webkit-box-shadow: none;
1199
+ box-shadow: none;
1121
1200
  }
1122
1201
  .e-btn-group .e-btn:active.e-primary,
1123
1202
  .e-btn-group input:active + label.e-btn.e-primary,
@@ -1125,12 +1204,15 @@
1125
1204
  .e-css.e-btn-group .e-btn:active.e-primary,
1126
1205
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
1127
1206
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
1207
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-primary), 0.12)), to(rgba(var(--color-sf-on-primary), 0.12))), rgba(var(--color-sf-primary));
1128
1208
  background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.12), rgba(var(--color-sf-on-primary), 0.12)), rgba(var(--color-sf-primary));
1129
1209
  border-color: rgba(var(--color-sf-primary));
1130
1210
  color: rgba(var(--color-sf-on-primary));
1131
1211
  outline: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05)), rgba(var(--color-sf-surface)) 0 solid;
1132
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1133
- box-shadow: none;
1212
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1213
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1214
+ -webkit-box-shadow: none;
1215
+ box-shadow: none;
1134
1216
  }
1135
1217
  .e-btn-group .e-btn:active.e-success,
1136
1218
  .e-btn-group input:active + label.e-btn.e-success,
@@ -1138,11 +1220,14 @@
1138
1220
  .e-css.e-btn-group .e-btn:active.e-success,
1139
1221
  .e-css.e-btn-group input:active + label.e-btn.e-success,
1140
1222
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
1223
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-success-text), 0.12)), to(rgba(var(--color-sf-success-text), 0.12))), rgba(var(--color-sf-success));
1141
1224
  background: linear-gradient(0deg, rgba(var(--color-sf-success-text), 0.12), rgba(var(--color-sf-success-text), 0.12)), rgba(var(--color-sf-success));
1142
1225
  border-color: rgba(var(--color-sf-success));
1143
1226
  color: rgba(var(--color-sf-success-text));
1144
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1145
- box-shadow: none;
1227
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1228
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1229
+ -webkit-box-shadow: none;
1230
+ box-shadow: none;
1146
1231
  }
1147
1232
  .e-btn-group .e-btn:active.e-info,
1148
1233
  .e-btn-group input:active + label.e-btn.e-info,
@@ -1150,11 +1235,14 @@
1150
1235
  .e-css.e-btn-group .e-btn:active.e-info,
1151
1236
  .e-css.e-btn-group input:active + label.e-btn.e-info,
1152
1237
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
1238
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-info-text), 0.12)), to(rgba(var(--color-sf-info-text), 0.12))), rgba(var(--color-sf-info));
1153
1239
  background: linear-gradient(0deg, rgba(var(--color-sf-info-text), 0.12), rgba(var(--color-sf-info-text), 0.12)), rgba(var(--color-sf-info));
1154
1240
  color: rgba(var(--color-sf-info-text));
1155
1241
  border-color: rgba(var(--color-sf-info));
1156
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1157
- box-shadow: none;
1242
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1243
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1244
+ -webkit-box-shadow: none;
1245
+ box-shadow: none;
1158
1246
  }
1159
1247
  .e-btn-group .e-btn:active.e-warning,
1160
1248
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -1162,11 +1250,14 @@
1162
1250
  .e-css.e-btn-group .e-btn:active.e-warning,
1163
1251
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
1164
1252
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
1253
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-warning-text), 0.12)), to(rgba(var(--color-sf-warning-text), 0.12))), rgba(var(--color-sf-warning));
1165
1254
  background: linear-gradient(0deg, rgba(var(--color-sf-warning-text), 0.12), rgba(var(--color-sf-warning-text), 0.12)), rgba(var(--color-sf-warning));
1166
1255
  border-color: rgba(var(--color-sf-warning));
1167
1256
  color: rgba(var(--color-sf-warning-text));
1168
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1169
- box-shadow: none;
1257
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1258
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1259
+ -webkit-box-shadow: none;
1260
+ box-shadow: none;
1170
1261
  }
1171
1262
  .e-btn-group .e-btn:active.e-danger,
1172
1263
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -1174,11 +1265,14 @@
1174
1265
  .e-css.e-btn-group .e-btn:active.e-danger,
1175
1266
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
1176
1267
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
1268
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-danger-text), 0.12)), to(rgba(var(--color-sf-danger-text), 0.12))), rgba(var(--color-sf-error));
1177
1269
  background: linear-gradient(0deg, rgba(var(--color-sf-danger-text), 0.12), rgba(var(--color-sf-danger-text), 0.12)), rgba(var(--color-sf-error));
1178
1270
  border-color: rgba(var(--color-sf-error));
1179
1271
  color: rgba(var(--color-sf-danger-text));
1180
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1181
- box-shadow: none;
1272
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1273
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1274
+ -webkit-box-shadow: none;
1275
+ box-shadow: none;
1182
1276
  }
1183
1277
  .e-btn-group .e-btn:active.e-outline,
1184
1278
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1188,7 +1282,8 @@
1188
1282
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1189
1283
  background: rgba(var(--color-sf-on-surface), 0.12);
1190
1284
  border-color: rgba(var(--color-sf-outline));
1191
- box-shadow: none;
1285
+ -webkit-box-shadow: none;
1286
+ box-shadow: none;
1192
1287
  color: rgba(var(--color-sf-on-surface));
1193
1288
  box-shadow: none;
1194
1289
  }
@@ -1198,9 +1293,11 @@
1198
1293
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
1199
1294
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
1200
1295
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1296
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-on-primary), 0.12)), to(rgba(var(--color-sf-on-primary), 0.12))), rgba(var(--color-sf-primary));
1201
1297
  background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.12), rgba(var(--color-sf-on-primary), 0.12)), rgba(var(--color-sf-primary));
1202
1298
  border-color: rgba(var(--color-sf-primary));
1203
- box-shadow: none;
1299
+ -webkit-box-shadow: none;
1300
+ box-shadow: none;
1204
1301
  color: rgba(var(--color-sf-on-primary));
1205
1302
  background: rgba(var(--color-sf-primary), 0.12);
1206
1303
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1213,9 +1310,11 @@
1213
1310
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
1214
1311
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
1215
1312
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1313
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-success-text), 0.12)), to(rgba(var(--color-sf-success-text), 0.12))), rgba(var(--color-sf-success));
1216
1314
  background: linear-gradient(0deg, rgba(var(--color-sf-success-text), 0.12), rgba(var(--color-sf-success-text), 0.12)), rgba(var(--color-sf-success));
1217
1315
  border-color: rgba(var(--color-sf-success));
1218
- box-shadow: none;
1316
+ -webkit-box-shadow: none;
1317
+ box-shadow: none;
1219
1318
  color: rgba(var(--color-sf-success-text));
1220
1319
  background: rgba(var(--color-sf-success), 0.12);
1221
1320
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1228,9 +1327,11 @@
1228
1327
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
1229
1328
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
1230
1329
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1330
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-info-text), 0.12)), to(rgba(var(--color-sf-info-text), 0.12))), rgba(var(--color-sf-info));
1231
1331
  background: linear-gradient(0deg, rgba(var(--color-sf-info-text), 0.12), rgba(var(--color-sf-info-text), 0.12)), rgba(var(--color-sf-info));
1232
1332
  border-color: rgba(var(--color-sf-info));
1233
- box-shadow: none;
1333
+ -webkit-box-shadow: none;
1334
+ box-shadow: none;
1234
1335
  color: rgba(var(--color-sf-info-text));
1235
1336
  background: rgba(var(--color-sf-info), 0.12);
1236
1337
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1243,9 +1344,11 @@
1243
1344
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
1244
1345
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
1245
1346
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1347
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-warning-text), 0.12)), to(rgba(var(--color-sf-warning-text), 0.12))), rgba(var(--color-sf-warning));
1246
1348
  background: linear-gradient(0deg, rgba(var(--color-sf-warning-text), 0.12), rgba(var(--color-sf-warning-text), 0.12)), rgba(var(--color-sf-warning));
1247
1349
  border-color: rgba(var(--color-sf-warning));
1248
- box-shadow: none;
1350
+ -webkit-box-shadow: none;
1351
+ box-shadow: none;
1249
1352
  color: rgba(var(--color-sf-warning-text));
1250
1353
  background: rgba(var(--color-sf-warning), 0.12);
1251
1354
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1258,9 +1361,11 @@
1258
1361
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
1259
1362
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
1260
1363
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1364
+ background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-danger-text), 0.12)), to(rgba(var(--color-sf-danger-text), 0.12))), rgba(var(--color-sf-error));
1261
1365
  background: linear-gradient(0deg, rgba(var(--color-sf-danger-text), 0.12), rgba(var(--color-sf-danger-text), 0.12)), rgba(var(--color-sf-error));
1262
1366
  border-color: rgba(var(--color-sf-error));
1263
- box-shadow: none;
1367
+ -webkit-box-shadow: none;
1368
+ box-shadow: none;
1264
1369
  color: rgba(var(--color-sf-danger-text));
1265
1370
  background: rgba(var(--color-sf-error), 0.12);
1266
1371
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1273,7 +1378,8 @@
1273
1378
  .e-css.e-btn-group input:disabled + label.e-btn {
1274
1379
  background-color: rgba(var(--color-sf-secondary), 0.12);
1275
1380
  border-color: rgba(var(--color-sf-secondary), 0);
1276
- box-shadow: none;
1381
+ -webkit-box-shadow: none;
1382
+ box-shadow: none;
1277
1383
  color: rgba(var(--color-sf-on-surface), 0.38);
1278
1384
  border-color: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.05), rgba(var(--color-sf-primary), 0.05));
1279
1385
  }
@@ -1283,7 +1389,8 @@
1283
1389
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1284
1390
  background: rgba(var(--color-sf-secondary), 0.12);
1285
1391
  border-color: rgba(var(--color-sf-secondary), 0);
1286
- box-shadow: none;
1392
+ -webkit-box-shadow: none;
1393
+ box-shadow: none;
1287
1394
  color: rgba(var(--color-sf-on-surface), 0.38);
1288
1395
  border-color: rgba(var(--color-sf-primary));
1289
1396
  }
@@ -1293,7 +1400,8 @@
1293
1400
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1294
1401
  background: rgba(var(--color-sf-secondary), 0.12);
1295
1402
  border-color: rgba(var(--color-sf-secondary), 0);
1296
- box-shadow: none;
1403
+ -webkit-box-shadow: none;
1404
+ box-shadow: none;
1297
1405
  color: rgba(var(--color-sf-on-surface), 0.38);
1298
1406
  border-color: rgba(var(--color-sf-success));
1299
1407
  }
@@ -1303,7 +1411,8 @@
1303
1411
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1304
1412
  background: rgba(var(--color-sf-secondary), 0.12);
1305
1413
  border-color: rgba(var(--color-sf-secondary), 0);
1306
- box-shadow: none;
1414
+ -webkit-box-shadow: none;
1415
+ box-shadow: none;
1307
1416
  color: rgba(var(--color-sf-on-surface), 0.38);
1308
1417
  border-color: rgba(var(--color-sf-info));
1309
1418
  }
@@ -1313,7 +1422,8 @@
1313
1422
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1314
1423
  background: rgba(var(--color-sf-secondary), 0.12);
1315
1424
  border-color: rgba(var(--color-sf-secondary), 0);
1316
- box-shadow: none;
1425
+ -webkit-box-shadow: none;
1426
+ box-shadow: none;
1317
1427
  color: rgba(var(--color-sf-on-surface), 0.38);
1318
1428
  border-color: rgba(var(--color-sf-warning));
1319
1429
  }
@@ -1323,7 +1433,8 @@
1323
1433
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1324
1434
  background: rgba(var(--color-sf-secondary), 0.12);
1325
1435
  border-color: rgba(var(--color-sf-secondary), 0);
1326
- box-shadow: none;
1436
+ -webkit-box-shadow: none;
1437
+ box-shadow: none;
1327
1438
  color: rgba(var(--color-sf-on-surface), 0.38);
1328
1439
  border-color: rgba(var(--color-sf-error));
1329
1440
  }
@@ -1333,7 +1444,8 @@
1333
1444
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1334
1445
  color: rgba(var(--color-sf-on-surface), 0.38);
1335
1446
  background: transparent;
1336
- box-shadow: none;
1447
+ -webkit-box-shadow: none;
1448
+ box-shadow: none;
1337
1449
  text-decoration: none;
1338
1450
  border-color: transparent;
1339
1451
  }
@@ -1343,7 +1455,8 @@
1343
1455
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1344
1456
  background: transparent;
1345
1457
  border-color: rgba(var(--color-sf-secondary), 0.12);
1346
- box-shadow: none;
1458
+ -webkit-box-shadow: none;
1459
+ box-shadow: none;
1347
1460
  color: rgba(var(--color-sf-on-surface), 0.38);
1348
1461
  border-color: rgba(var(--color-sf-outline));
1349
1462
  }
@@ -1353,7 +1466,8 @@
1353
1466
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1354
1467
  background: transparent;
1355
1468
  border-color: rgba(var(--color-sf-secondary), 0.12);
1356
- box-shadow: none;
1469
+ -webkit-box-shadow: none;
1470
+ box-shadow: none;
1357
1471
  color: rgba(var(--color-sf-on-surface), 0.38);
1358
1472
  border-color: rgba(var(--color-sf-primary));
1359
1473
  }
@@ -1363,7 +1477,8 @@
1363
1477
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1364
1478
  background: transparent;
1365
1479
  border-color: rgba(var(--color-sf-secondary), 0.12);
1366
- box-shadow: none;
1480
+ -webkit-box-shadow: none;
1481
+ box-shadow: none;
1367
1482
  color: rgba(var(--color-sf-on-surface), 0.38);
1368
1483
  border-color: rgba(var(--color-sf-success));
1369
1484
  }
@@ -1373,7 +1488,8 @@
1373
1488
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1374
1489
  background: transparent;
1375
1490
  border-color: rgba(var(--color-sf-secondary), 0.12);
1376
- box-shadow: none;
1491
+ -webkit-box-shadow: none;
1492
+ box-shadow: none;
1377
1493
  color: rgba(var(--color-sf-on-surface), 0.38);
1378
1494
  border-color: rgba(var(--color-sf-info));
1379
1495
  }
@@ -1383,7 +1499,8 @@
1383
1499
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1384
1500
  background: transparent;
1385
1501
  border-color: rgba(var(--color-sf-secondary), 0.12);
1386
- box-shadow: none;
1502
+ -webkit-box-shadow: none;
1503
+ box-shadow: none;
1387
1504
  color: rgba(var(--color-sf-on-surface), 0.38);
1388
1505
  border-color: rgba(var(--color-sf-warning));
1389
1506
  }
@@ -1393,7 +1510,8 @@
1393
1510
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1394
1511
  background: transparent;
1395
1512
  border-color: rgba(var(--color-sf-secondary), 0.12);
1396
- box-shadow: none;
1513
+ -webkit-box-shadow: none;
1514
+ box-shadow: none;
1397
1515
  color: rgba(var(--color-sf-on-surface), 0.38);
1398
1516
  border-color: rgba(var(--color-sf-error));
1399
1517
  }
@@ -1522,23 +1640,46 @@
1522
1640
  }
1523
1641
 
1524
1642
  /* stylelint-disable property-no-vendor-prefix */
1643
+ @-webkit-keyframes material-spinner-rotate {
1644
+ 0% {
1645
+ -webkit-transform: rotate(0deg);
1646
+ transform: rotate(0deg);
1647
+ }
1648
+ 100% {
1649
+ -webkit-transform: rotate(360deg);
1650
+ transform: rotate(360deg);
1651
+ }
1652
+ }
1525
1653
  @keyframes material-spinner-rotate {
1526
1654
  0% {
1655
+ -webkit-transform: rotate(0deg);
1527
1656
  transform: rotate(0deg);
1528
1657
  }
1529
1658
  100% {
1659
+ -webkit-transform: rotate(360deg);
1660
+ transform: rotate(360deg);
1661
+ }
1662
+ }
1663
+ @-webkit-keyframes fabric-spinner-rotate {
1664
+ 0% {
1665
+ -webkit-transform: rotate(0deg);
1666
+ transform: rotate(0deg);
1667
+ }
1668
+ 100% {
1669
+ -webkit-transform: rotate(360deg);
1530
1670
  transform: rotate(360deg);
1531
1671
  }
1532
1672
  }
1533
1673
  @keyframes fabric-spinner-rotate {
1534
1674
  0% {
1675
+ -webkit-transform: rotate(0deg);
1535
1676
  transform: rotate(0deg);
1536
1677
  }
1537
1678
  100% {
1679
+ -webkit-transform: rotate(360deg);
1538
1680
  transform: rotate(360deg);
1539
1681
  }
1540
1682
  }
1541
- /*! Progress Button Layout */
1542
1683
  .e-progress-btn {
1543
1684
  position: relative;
1544
1685
  }
@@ -1548,9 +1689,11 @@
1548
1689
  opacity: 0;
1549
1690
  position: absolute;
1550
1691
  top: 0;
1692
+ -webkit-transition: opacity 0.3s linear;
1551
1693
  transition: opacity 0.3s linear;
1552
1694
  }
1553
1695
  .e-progress-btn .e-spinner {
1696
+ -webkit-transition: all 0.3s linear;
1554
1697
  transition: all 0.3s linear;
1555
1698
  }
1556
1699
  .e-progress-btn .e-btn-content {
@@ -1583,6 +1726,7 @@
1583
1726
  opacity: 0;
1584
1727
  }
1585
1728
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1729
+ -webkit-transition: padding 0.3s linear;
1586
1730
  transition: padding 0.3s linear;
1587
1731
  }
1588
1732
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1592,10 +1736,12 @@
1592
1736
  line-height: 1;
1593
1737
  }
1594
1738
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1739
+ display: -webkit-box;
1595
1740
  display: -ms-flexbox;
1596
1741
  display: flex;
1597
- -ms-flex-pack: center;
1598
- justify-content: center;
1742
+ -webkit-box-pack: center;
1743
+ -ms-flex-pack: center;
1744
+ justify-content: center;
1599
1745
  }
1600
1746
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1601
1747
  padding-right: 12px;
@@ -1681,21 +1827,35 @@
1681
1827
  left: auto;
1682
1828
  position: relative;
1683
1829
  top: auto;
1684
- transform: none;
1830
+ -webkit-transform: none;
1831
+ transform: none;
1685
1832
  }
1686
1833
  .e-progress-btn .e-cont-animate {
1687
- -ms-flex-align: center;
1688
- align-items: center;
1834
+ -webkit-box-align: center;
1835
+ -ms-flex-align: center;
1836
+ align-items: center;
1837
+ display: -webkit-inline-box;
1689
1838
  display: -ms-inline-flexbox;
1690
1839
  display: inline-flex;
1691
1840
  height: 100%;
1692
- -ms-flex-pack: center;
1693
- justify-content: center;
1841
+ -webkit-box-pack: center;
1842
+ -ms-flex-pack: center;
1843
+ justify-content: center;
1694
1844
  left: 0;
1695
1845
  position: absolute;
1696
1846
  top: 0;
1697
1847
  width: 100%;
1698
1848
  }
1849
+ @-webkit-keyframes ProgressSlideLeft {
1850
+ from {
1851
+ left: 0%;
1852
+ opacity: 1;
1853
+ }
1854
+ to {
1855
+ left: -100%;
1856
+ opacity: 0;
1857
+ }
1858
+ }
1699
1859
  @keyframes ProgressSlideLeft {
1700
1860
  from {
1701
1861
  left: 0%;
@@ -1706,6 +1866,16 @@
1706
1866
  opacity: 0;
1707
1867
  }
1708
1868
  }
1869
+ @-webkit-keyframes ProgressSlideRight {
1870
+ from {
1871
+ left: 0%;
1872
+ opacity: 1;
1873
+ }
1874
+ to {
1875
+ left: 100%;
1876
+ opacity: 0;
1877
+ }
1878
+ }
1709
1879
  @keyframes ProgressSlideRight {
1710
1880
  from {
1711
1881
  left: 0%;
@@ -1716,6 +1886,18 @@
1716
1886
  opacity: 0;
1717
1887
  }
1718
1888
  }
1889
+ @-webkit-keyframes ProgressSlideUp {
1890
+ from {
1891
+ height: auto;
1892
+ opacity: 1;
1893
+ top: 0;
1894
+ }
1895
+ to {
1896
+ height: auto;
1897
+ opacity: 0;
1898
+ top: -100px;
1899
+ }
1900
+ }
1719
1901
  @keyframes ProgressSlideUp {
1720
1902
  from {
1721
1903
  height: auto;
@@ -1728,6 +1910,18 @@
1728
1910
  top: -100px;
1729
1911
  }
1730
1912
  }
1913
+ @-webkit-keyframes ProgressSlideDown {
1914
+ from {
1915
+ height: auto;
1916
+ opacity: 1;
1917
+ top: 0;
1918
+ }
1919
+ to {
1920
+ height: auto;
1921
+ opacity: 0;
1922
+ top: 100px;
1923
+ }
1924
+ }
1731
1925
  @keyframes ProgressSlideDown {
1732
1926
  from {
1733
1927
  height: auto;
@@ -1740,22 +1934,48 @@
1740
1934
  top: 100px;
1741
1935
  }
1742
1936
  }
1937
+ @-webkit-keyframes ProgressZoomIn {
1938
+ from {
1939
+ opacity: 1;
1940
+ -webkit-transform: translate(0, 0) scale(1);
1941
+ transform: translate(0, 0) scale(1);
1942
+ }
1943
+ to {
1944
+ opacity: 0;
1945
+ -webkit-transform: translate(0, 0) scale(3);
1946
+ transform: translate(0, 0) scale(3);
1947
+ }
1948
+ }
1743
1949
  @keyframes ProgressZoomIn {
1744
1950
  from {
1745
1951
  opacity: 1;
1746
- transform: translate(0, 0) scale(1);
1952
+ -webkit-transform: translate(0, 0) scale(1);
1953
+ transform: translate(0, 0) scale(1);
1747
1954
  }
1748
1955
  to {
1749
1956
  opacity: 0;
1750
- transform: translate(0, 0) scale(3);
1957
+ -webkit-transform: translate(0, 0) scale(3);
1958
+ transform: translate(0, 0) scale(3);
1959
+ }
1960
+ }
1961
+ @-webkit-keyframes ProgressZoomOut {
1962
+ from {
1963
+ -webkit-transform: translate(0, 0) scale(1);
1964
+ transform: translate(0, 0) scale(1);
1965
+ }
1966
+ to {
1967
+ -webkit-transform: translate(0, 0) scale(0);
1968
+ transform: translate(0, 0) scale(0);
1751
1969
  }
1752
1970
  }
1753
1971
  @keyframes ProgressZoomOut {
1754
1972
  from {
1755
- transform: translate(0, 0) scale(1);
1973
+ -webkit-transform: translate(0, 0) scale(1);
1974
+ transform: translate(0, 0) scale(1);
1756
1975
  }
1757
1976
  to {
1758
- transform: translate(0, 0) scale(0);
1977
+ -webkit-transform: translate(0, 0) scale(0);
1978
+ transform: translate(0, 0) scale(0);
1759
1979
  }
1760
1980
  }
1761
1981
 
@@ -1997,7 +2217,10 @@
1997
2217
 
1998
2218
  *.e-primary .e-progress,
1999
2219
  *.e-success .e-progress,
2000
- *.e-danger .e-progress,
2220
+ *.e-danger .e-progress {
2221
+ background: rgba(var(--color-sf-on-surface), 0.12);
2222
+ }
2223
+
2001
2224
  *.e-info .e-progress {
2002
2225
  background: rgba(var(--color-sf-on-surface), 0.12);
2003
2226
  }