@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
@@ -100,7 +100,7 @@
100
100
  --color-sf-on-warning: 99, 52, 0;
101
101
  --color-sf-on-warning-container: 255, 220, 193;
102
102
  --color-sf-spreadsheet-gridline: 231, 224, 236;
103
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
104
  --color-sf-success-text: 0, 0, 0;
105
105
  --color-sf-warning-text: 0, 0, 0;
106
106
  --color-sf-info-text: 0, 0, 0;
@@ -115,27 +115,31 @@
115
115
  content: "\e70d";
116
116
  }
117
117
 
118
- /*! drop-down button layout */
119
118
  .e-dropdown-btn,
120
119
  .e-dropdown-btn.e-btn {
121
- box-shadow: none;
120
+ -webkit-box-shadow: none;
121
+ box-shadow: none;
122
122
  text-transform: none;
123
123
  white-space: normal;
124
124
  border-radius: 4px;
125
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
125
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
126
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
126
127
  padding: 7px 16px;
127
128
  }
128
129
  .e-dropdown-btn:focus,
129
130
  .e-dropdown-btn.e-btn:focus {
130
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
131
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
132
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
131
133
  }
132
134
  .e-dropdown-btn:focus-visible,
133
135
  .e-dropdown-btn.e-btn:focus-visible {
134
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
136
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
137
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
135
138
  }
136
139
  .e-dropdown-btn:active,
137
140
  .e-dropdown-btn.e-btn:active {
138
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
141
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
142
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
139
143
  }
140
144
  .e-dropdown-btn .e-btn-icon,
141
145
  .e-dropdown-btn.e-btn .e-btn-icon {
@@ -168,7 +172,6 @@
168
172
  line-height: 1;
169
173
  padding: 6px 12px;
170
174
  }
171
-
172
175
  .e-bigger .e-dropdown-btn .e-btn-icon,
173
176
  .e-bigger.e-dropdown-btn .e-btn-icon {
174
177
  font-size: 18px;
@@ -194,8 +197,10 @@
194
197
  .e-dropdown-popup ul {
195
198
  border: 0 solid rgba(var(--color-sf-outline-variant));
196
199
  border-radius: 4px;
197
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
198
- box-sizing: border-box;
200
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
201
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
202
+ -webkit-box-sizing: border-box;
203
+ box-sizing: border-box;
199
204
  font-size: 14px;
200
205
  font-weight: 400;
201
206
  list-style-image: none;
@@ -206,18 +211,23 @@
206
211
  overflow: hidden;
207
212
  padding: 4px 0;
208
213
  -webkit-user-select: none;
214
+ -moz-user-select: none;
209
215
  -ms-user-select: none;
210
216
  user-select: none;
211
217
  white-space: nowrap;
212
218
  }
213
219
  .e-dropdown-popup ul .e-item {
214
220
  cursor: pointer;
221
+ display: -webkit-box;
215
222
  display: -ms-flexbox;
216
223
  display: flex;
217
224
  height: 32px;
218
225
  line-height: 32px;
219
226
  padding: 0 12px;
220
227
  }
228
+ .e-dropdown-popup ul .e-item.e-separator {
229
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
230
+ }
221
231
  .e-dropdown-popup ul .e-item.e-url {
222
232
  padding: 0;
223
233
  }
@@ -238,7 +248,8 @@
238
248
  .e-dropdown-popup ul .e-item.e-disabled {
239
249
  cursor: auto;
240
250
  pointer-events: none;
241
- box-shadow: none;
251
+ -webkit-box-shadow: none;
252
+ box-shadow: none;
242
253
  }
243
254
  .e-dropdown-popup ul .e-item.e-separator {
244
255
  border-bottom-style: solid;
@@ -251,7 +262,8 @@
251
262
  }
252
263
  .e-dropdown-popup.e-transparent {
253
264
  background: transparent;
254
- box-shadow: none;
265
+ -webkit-box-shadow: none;
266
+ box-shadow: none;
255
267
  }
256
268
  .e-dropdown-popup.e-transparent .e-dropdown-menu {
257
269
  border: 0;
@@ -269,7 +281,8 @@
269
281
 
270
282
  *.e-bigger .e-dropdown-popup ul,
271
283
  *.e-bigger.e-dropdown-popup ul {
272
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
284
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
285
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
273
286
  font-size: 16px;
274
287
  max-width: 202px;
275
288
  min-width: 112px;
@@ -296,8 +309,8 @@
296
309
  line-height: normal;
297
310
  }
298
311
 
299
- /*! drop-down button theme */
300
312
  .e-dropdown-popup {
313
+ 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));
301
314
  background: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface));
302
315
  color: rgba(var(--color-sf-on-surface));
303
316
  }
@@ -309,7 +322,8 @@
309
322
  }
310
323
  .e-dropdown-popup ul .e-item.e-focused {
311
324
  background: rgba(var(--color-sf-on-surface), 0.04);
312
- box-shadow: none;
325
+ -webkit-box-shadow: none;
326
+ box-shadow: none;
313
327
  }
314
328
  .e-dropdown-popup ul .e-item:hover {
315
329
  background: rgba(var(--color-sf-on-surface), 0.05);
@@ -333,7 +347,8 @@
333
347
  .e-dropdown-btn.e-btn.e-inherit {
334
348
  background: inherit;
335
349
  border-color: transparent;
336
- box-shadow: none;
350
+ -webkit-box-shadow: none;
351
+ box-shadow: none;
337
352
  color: inherit;
338
353
  }
339
354
  .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,
@@ -343,41 +358,49 @@
343
358
  .e-dropdown-btn.e-btn.e-inherit.e-active {
344
359
  background: rgba(0, 0, 0, 0.056);
345
360
  border-color: transparent;
346
- box-shadow: none;
361
+ -webkit-box-shadow: none;
362
+ box-shadow: none;
347
363
  color: inherit;
348
364
  }
349
365
 
350
- /* stylelint-disable-line no-empty-source */
351
- /*! splitbutton layout */
352
366
  .e-split-btn-wrapper {
367
+ display: -webkit-inline-box;
353
368
  display: -ms-inline-flexbox;
354
369
  display: inline-flex;
355
370
  white-space: nowrap;
371
+ width: -webkit-min-content;
372
+ width: -moz-min-content;
356
373
  width: min-content;
357
374
  border-radius: 4px;
358
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
375
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
376
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
359
377
  }
360
378
  .e-split-btn-wrapper .e-split-btn {
361
379
  border-bottom-right-radius: 0;
362
380
  border-top-right-radius: 0;
363
381
  text-transform: none;
364
382
  z-index: 1;
365
- box-shadow: none;
383
+ -webkit-box-shadow: none;
384
+ box-shadow: none;
366
385
  }
367
386
  .e-split-btn-wrapper .e-split-btn:focus {
368
387
  outline-offset: 0;
369
388
  }
370
389
  .e-split-btn-wrapper .e-split-btn:hover {
371
- box-shadow: none;
390
+ -webkit-box-shadow: none;
391
+ box-shadow: none;
372
392
  }
373
393
  .e-split-btn-wrapper .e-split-btn:focus {
374
- box-shadow: none;
394
+ -webkit-box-shadow: none;
395
+ box-shadow: none;
375
396
  }
376
397
  .e-split-btn-wrapper .e-split-btn:focus-visible {
377
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
398
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
399
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
378
400
  }
379
401
  .e-split-btn-wrapper .e-split-btn:active {
380
- box-shadow: none;
402
+ -webkit-box-shadow: none;
403
+ box-shadow: none;
381
404
  z-index: 2;
382
405
  }
383
406
  .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
@@ -406,12 +429,14 @@
406
429
  border-bottom-left-radius: 0;
407
430
  border-top-left-radius: 0;
408
431
  margin-left: -1px;
409
- box-shadow: none;
432
+ -webkit-box-shadow: none;
433
+ box-shadow: none;
410
434
  padding-left: 4px;
411
435
  padding-right: 4px;
412
436
  }
413
437
  .e-split-btn-wrapper .e-dropdown-btn:active {
414
- box-shadow: none;
438
+ -webkit-box-shadow: none;
439
+ box-shadow: none;
415
440
  z-index: 2;
416
441
  }
417
442
  .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 {
@@ -421,22 +446,28 @@
421
446
  outline-offset: 0;
422
447
  }
423
448
  .e-split-btn-wrapper .e-btn:hover {
424
- box-shadow: none;
449
+ -webkit-box-shadow: none;
450
+ box-shadow: none;
425
451
  }
426
452
  .e-split-btn-wrapper .e-btn:focus {
427
- box-shadow: none;
453
+ -webkit-box-shadow: none;
454
+ box-shadow: none;
428
455
  }
429
456
  .e-split-btn-wrapper .e-btn:focus-visible {
430
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000;
457
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
458
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000;
431
459
  }
432
460
  .e-split-btn-wrapper .e-btn:active {
433
- box-shadow: none;
461
+ -webkit-box-shadow: none;
462
+ box-shadow: none;
434
463
  }
435
464
  .e-split-btn-wrapper .e-btn:disabled {
436
- box-shadow: none;
465
+ -webkit-box-shadow: none;
466
+ box-shadow: none;
437
467
  }
438
468
  .e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
439
- box-shadow: none;
469
+ -webkit-box-shadow: none;
470
+ box-shadow: none;
440
471
  }
441
472
  .e-split-btn-wrapper.e-rtl .e-split-btn {
442
473
  border-bottom-left-radius: 0;
@@ -469,7 +500,8 @@
469
500
  border-top-right-radius: 0;
470
501
  margin-left: 0;
471
502
  border-radius: 4px;
472
- box-shadow: none;
503
+ -webkit-box-shadow: none;
504
+ box-shadow: none;
473
505
  }
474
506
  .e-split-btn-wrapper.e-vertical {
475
507
  display: inline-block;
@@ -484,7 +516,8 @@
484
516
  border-top-right-radius: 100px;
485
517
  line-height: 1;
486
518
  border-radius: 4px;
487
- box-shadow: none;
519
+ -webkit-box-shadow: none;
520
+ box-shadow: none;
488
521
  }
489
522
  .e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top {
490
523
  padding-bottom: 4px;
@@ -496,7 +529,8 @@
496
529
  margin-left: 0;
497
530
  margin-top: -1px;
498
531
  border-radius: 4px;
499
- box-shadow: none;
532
+ -webkit-box-shadow: none;
533
+ box-shadow: none;
500
534
  }
501
535
  .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom {
502
536
  padding-top: 0;
@@ -514,12 +548,14 @@
514
548
  .e-bigger .e-split-btn-wrapper,
515
549
  .e-bigger.e-split-btn-wrapper {
516
550
  border-radius: 4px;
517
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
551
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
552
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
518
553
  }
519
554
  .e-bigger .e-split-btn-wrapper .e-split-btn,
520
555
  .e-bigger.e-split-btn-wrapper .e-split-btn {
521
556
  border-radius: 4px;
522
- box-shadow: none;
557
+ -webkit-box-shadow: none;
558
+ box-shadow: none;
523
559
  padding-left: 12px;
524
560
  padding-right: 6px;
525
561
  }
@@ -594,9 +630,10 @@
594
630
  padding-top: 0;
595
631
  }
596
632
 
597
- /*! splitbutton theme */
598
633
  .e-split-btn-wrapper .e-split-btn {
599
- border-image: linear-gradient(to right, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
634
+ -o-border-image: linear-gradient(to right, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
635
+ 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;
636
+ border-image: linear-gradient(to right, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
600
637
  border-width: 0 1px 0 0;
601
638
  }
602
639
  .e-split-btn-wrapper .e-split-btn:focus {
@@ -612,7 +649,8 @@
612
649
  border-color: transparent;
613
650
  }
614
651
  .e-split-btn-wrapper.e-splitbtn-disabled {
615
- box-shadow: none;
652
+ -webkit-box-shadow: none;
653
+ box-shadow: none;
616
654
  }
617
655
  .e-split-btn-wrapper:hover :not(e-active) .e-split-btn {
618
656
  border-right-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
@@ -621,7 +659,9 @@
621
659
  border-right-color: rgba(var(--color-sf-secondary), 0);
622
660
  }
623
661
  .e-split-btn-wrapper.e-rtl .e-split-btn {
624
- border-image: linear-gradient(to left, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
662
+ -o-border-image: linear-gradient(to left, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
663
+ 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;
664
+ border-image: linear-gradient(to left, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
625
665
  border-width: 0 0 0 1px;
626
666
  }
627
667
  .e-split-btn-wrapper.e-rtl .e-split-btn:focus {
@@ -647,7 +687,9 @@
647
687
  border-left-color: rgba(var(--color-sf-secondary), 0);
648
688
  }
649
689
  .e-split-btn-wrapper.e-vertical .e-split-btn {
650
- border-image: linear-gradient(to bottom, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
690
+ -o-border-image: linear-gradient(to bottom, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
691
+ 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;
692
+ border-image: linear-gradient(to bottom, rgba(var(--color-sf-surface), 1) 25%, rgba(var(--color-sf-outline-variant), 1) 75%) 1;
651
693
  border-width: 0 0 2px;
652
694
  border-bottom-color: rgba(var(--color-sf-outline-variant));
653
695
  border-right-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
@@ -702,14 +744,18 @@
702
744
  /* stylelint-disable */
703
745
  *.e-btn-group,
704
746
  *.e-css.e-btn-group {
747
+ display: -webkit-inline-box;
705
748
  display: -ms-inline-flexbox;
706
749
  display: inline-flex;
707
750
  border-radius: 4px;
708
- -ms-flex-direction: row;
709
- flex-direction: row;
751
+ -webkit-box-orient: horizontal;
752
+ -webkit-box-direction: normal;
753
+ -ms-flex-direction: row;
754
+ flex-direction: row;
710
755
  position: relative;
711
756
  border-radius: 4px;
712
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
757
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
758
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
713
759
  }
714
760
  *.e-btn-group input + label.e-btn,
715
761
  *.e-css.e-btn-group input + label.e-btn {
@@ -739,8 +785,9 @@
739
785
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
740
786
  border-radius: 0;
741
787
  }
742
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
743
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
788
+ *.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),
789
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
790
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
744
791
  border-bottom-right-radius: 0;
745
792
  border-top-right-radius: 0;
746
793
  }
@@ -749,11 +796,6 @@
749
796
  border-bottom-left-radius: 0;
750
797
  border-top-left-radius: 0;
751
798
  }
752
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
753
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
754
- border-bottom-right-radius: 0;
755
- border-top-right-radius: 0;
756
- }
757
799
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
758
800
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
759
801
  border-bottom-left-radius: 0;
@@ -787,8 +829,9 @@
787
829
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
788
830
  border-radius: 0;
789
831
  }
790
- *.e-btn-group.e-rtl .e-btn:first-of-type,
791
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
832
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
833
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
834
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
792
835
  border-bottom-left-radius: 0;
793
836
  border-top-left-radius: 0;
794
837
  }
@@ -797,11 +840,6 @@
797
840
  border-bottom-right-radius: 0;
798
841
  border-top-right-radius: 0;
799
842
  }
800
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
801
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
802
- border-bottom-left-radius: 0;
803
- border-top-left-radius: 0;
804
- }
805
843
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
806
844
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
807
845
  border-bottom-right-radius: 0;
@@ -829,8 +867,10 @@
829
867
  }
830
868
  *.e-btn-group.e-vertical,
831
869
  *.e-css.e-btn-group.e-vertical {
832
- -ms-flex-direction: column;
833
- flex-direction: column;
870
+ -webkit-box-orient: vertical;
871
+ -webkit-box-direction: normal;
872
+ -ms-flex-direction: column;
873
+ flex-direction: column;
834
874
  }
835
875
  *.e-btn-group.e-vertical input,
836
876
  *.e-css.e-btn-group.e-vertical input {
@@ -937,17 +977,20 @@
937
977
  /* stylelint-disable */
938
978
  .e-btn-group .e-btn,
939
979
  .e-css.e-btn-group .e-btn {
940
- box-shadow: none;
980
+ -webkit-box-shadow: none;
981
+ box-shadow: none;
941
982
  }
942
983
  .e-btn-group .e-btn:hover,
943
984
  .e-css.e-btn-group .e-btn:hover {
944
- box-shadow: none;
985
+ -webkit-box-shadow: none;
986
+ box-shadow: none;
945
987
  }
946
988
  .e-btn-group .e-btn:focus-visible,
947
989
  .e-btn-group input:focus-visible + label.e-btn,
948
990
  .e-css.e-btn-group .e-btn:focus-visible,
949
991
  .e-css.e-btn-group input:focus-visible + label.e-btn {
950
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important;
992
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
993
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
951
994
  z-index: 1;
952
995
  }
953
996
  .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,
@@ -966,14 +1009,16 @@
966
1009
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
967
1010
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
968
1011
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
969
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important;
1012
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
1013
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
970
1014
  z-index: 1;
971
1015
  }
972
1016
  .e-btn-group .e-btn:focus-visible.e-outline,
973
1017
  .e-btn-group input:focus-visible + label.e-btn.e-outline,
974
1018
  .e-css.e-btn-group .e-btn:focus-visible.e-outline,
975
1019
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
976
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important;
1020
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
1021
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
977
1022
  z-index: 1;
978
1023
  }
979
1024
  .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,
@@ -992,7 +1037,8 @@
992
1037
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
993
1038
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
994
1039
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
995
- box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important;
1040
+ -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
1041
+ box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000 !important;
996
1042
  z-index: 1;
997
1043
  }
998
1044
  .e-btn-group .e-btn:focus,
@@ -1001,13 +1047,18 @@
1001
1047
  .e-css.e-btn-group .e-btn:focus,
1002
1048
  .e-css.e-btn-group input:focus-visible + label.e-btn,
1003
1049
  .e-css.e-btn-group input:focus + label.e-btn {
1050
+ 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));
1004
1051
  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));
1005
- border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
1052
+ -o-border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
1053
+ 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)));
1054
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
1006
1055
  color: rgba(var(--color-sf-on-surface));
1007
1056
  outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
1008
1057
  outline-offset: 0;
1009
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1010
- box-shadow: none;
1058
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1059
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1060
+ -webkit-box-shadow: none;
1061
+ box-shadow: none;
1011
1062
  outline-color: inherit;
1012
1063
  }
1013
1064
  .e-btn-group .e-btn:focus.e-primary,
@@ -1016,12 +1067,15 @@
1016
1067
  .e-css.e-btn-group .e-btn:focus.e-primary,
1017
1068
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
1018
1069
  .e-css.e-btn-group input:focus + label.e-btn.e-primary {
1070
+ 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));
1019
1071
  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));
1020
1072
  border-color: rgba(var(--color-sf-primary));
1021
1073
  color: rgba(var(--color-sf-on-primary));
1022
1074
  outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
1023
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1024
- 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;
1025
1079
  outline-color: inherit;
1026
1080
  }
1027
1081
  .e-btn-group .e-btn:focus.e-success,
@@ -1030,11 +1084,14 @@
1030
1084
  .e-css.e-btn-group .e-btn:focus.e-success,
1031
1085
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
1032
1086
  .e-css.e-btn-group input:focus + label.e-btn.e-success {
1087
+ 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));
1033
1088
  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));
1034
1089
  border-color: rgba(var(--color-sf-success));
1035
1090
  color: rgba(var(--color-sf-success-text));
1036
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1037
- 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;
1038
1095
  outline-color: inherit;
1039
1096
  }
1040
1097
  .e-btn-group .e-btn:focus.e-info,
@@ -1043,11 +1100,14 @@
1043
1100
  .e-css.e-btn-group .e-btn:focus.e-info,
1044
1101
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
1045
1102
  .e-css.e-btn-group input:focus + label.e-btn.e-info {
1103
+ 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));
1046
1104
  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));
1047
1105
  border-color: rgba(var(--color-sf-info));
1048
1106
  color: rgba(var(--color-sf-info-text));
1049
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1050
- box-shadow: none;
1107
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1108
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1109
+ -webkit-box-shadow: none;
1110
+ box-shadow: none;
1051
1111
  outline-color: inherit;
1052
1112
  }
1053
1113
  .e-btn-group .e-btn:focus.e-warning,
@@ -1056,11 +1116,14 @@
1056
1116
  .e-css.e-btn-group .e-btn:focus.e-warning,
1057
1117
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
1058
1118
  .e-css.e-btn-group input:focus + label.e-btn.e-warning {
1119
+ 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));
1059
1120
  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));
1060
1121
  border-color: rgba(var(--color-sf-warning));
1061
1122
  color: rgba(var(--color-sf-warning-text));
1062
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1063
- box-shadow: none;
1123
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1124
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1125
+ -webkit-box-shadow: none;
1126
+ box-shadow: none;
1064
1127
  outline-color: inherit;
1065
1128
  }
1066
1129
  .e-btn-group .e-btn:focus.e-danger,
@@ -1069,11 +1132,14 @@
1069
1132
  .e-css.e-btn-group .e-btn:focus.e-danger,
1070
1133
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
1071
1134
  .e-css.e-btn-group input:focus + label.e-btn.e-danger {
1135
+ 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));
1072
1136
  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));
1073
1137
  border-color: rgba(var(--color-sf-error));
1074
1138
  color: rgba(var(--color-sf-danger-text));
1075
- 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: none;
1139
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1140
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1141
+ -webkit-box-shadow: none;
1142
+ box-shadow: none;
1077
1143
  outline-color: inherit;
1078
1144
  }
1079
1145
  .e-btn-group .e-btn:focus.e-link,
@@ -1087,7 +1153,8 @@
1087
1153
  color: rgba(var(--color-sf-info));
1088
1154
  background-color: transparent;
1089
1155
  border-color: transparent;
1090
- box-shadow: none;
1156
+ -webkit-box-shadow: none;
1157
+ box-shadow: none;
1091
1158
  outline: none;
1092
1159
  }
1093
1160
  .e-btn-group .e-btn:focus.e-outline,
@@ -1099,7 +1166,8 @@
1099
1166
  background: rgba(var(--color-sf-on-surface), 0.12);
1100
1167
  border: 1px solid rgba(var(--color-sf-outline));
1101
1168
  color: rgba(var(--color-sf-on-surface));
1102
- box-shadow: none;
1169
+ -webkit-box-shadow: none;
1170
+ box-shadow: none;
1103
1171
  }
1104
1172
  .e-btn-group .e-btn:focus.e-outline.e-primary,
1105
1173
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -1110,7 +1178,8 @@
1110
1178
  background: rgba(var(--color-sf-primary), 0.12);
1111
1179
  border: 1px solid rgba(var(--color-sf-outline));
1112
1180
  color: rgba(var(--color-sf-primary));
1113
- box-shadow: none;
1181
+ -webkit-box-shadow: none;
1182
+ box-shadow: none;
1114
1183
  }
1115
1184
  .e-btn-group .e-btn:focus.e-outline.e-success,
1116
1185
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -1121,7 +1190,8 @@
1121
1190
  background: rgba(var(--color-sf-success), 0.12);
1122
1191
  border: 1px solid rgba(var(--color-sf-outline));
1123
1192
  color: rgba(var(--color-sf-success));
1124
- box-shadow: none;
1193
+ -webkit-box-shadow: none;
1194
+ box-shadow: none;
1125
1195
  }
1126
1196
  .e-btn-group .e-btn:focus.e-outline.e-info,
1127
1197
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -1132,7 +1202,8 @@
1132
1202
  background: rgba(var(--color-sf-info), 0.12);
1133
1203
  border: 1px solid rgba(var(--color-sf-outline));
1134
1204
  color: rgba(var(--color-sf-info));
1135
- box-shadow: none;
1205
+ -webkit-box-shadow: none;
1206
+ box-shadow: none;
1136
1207
  }
1137
1208
  .e-btn-group .e-btn:focus.e-outline.e-warning,
1138
1209
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -1143,7 +1214,8 @@
1143
1214
  background: rgba(var(--color-sf-warning), 0.12);
1144
1215
  border: 1px solid rgba(var(--color-sf-outline));
1145
1216
  color: rgba(var(--color-sf-warning));
1146
- box-shadow: none;
1217
+ -webkit-box-shadow: none;
1218
+ box-shadow: none;
1147
1219
  }
1148
1220
  .e-btn-group .e-btn:focus.e-outline.e-danger,
1149
1221
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -1154,7 +1226,8 @@
1154
1226
  background: rgba(var(--color-sf-error), 0.12);
1155
1227
  border: 1px solid rgba(var(--color-sf-outline));
1156
1228
  color: rgba(var(--color-sf-error));
1157
- box-shadow: none;
1229
+ -webkit-box-shadow: none;
1230
+ box-shadow: none;
1158
1231
  }
1159
1232
  .e-btn-group .e-btn:active,
1160
1233
  .e-btn-group input:active + label.e-btn,
@@ -1162,12 +1235,16 @@
1162
1235
  .e-css.e-btn-group .e-btn:active,
1163
1236
  .e-css.e-btn-group input:active + label.e-btn,
1164
1237
  .e-css.e-btn-group input:checked + label.e-btn {
1238
+ 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));
1165
1239
  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));
1166
- border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
1240
+ -o-border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
1241
+ 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)));
1242
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
1167
1243
  color: rgba(var(--color-sf-on-surface));
1168
1244
  outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
1169
1245
  outline-offset: 0;
1170
- box-shadow: none;
1246
+ -webkit-box-shadow: none;
1247
+ box-shadow: none;
1171
1248
  }
1172
1249
  .e-btn-group .e-btn:active.e-primary,
1173
1250
  .e-btn-group input:active + label.e-btn.e-primary,
@@ -1175,12 +1252,15 @@
1175
1252
  .e-css.e-btn-group .e-btn:active.e-primary,
1176
1253
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
1177
1254
  .e-css.e-btn-group input:checked + label.e-btn.e-primary {
1255
+ 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));
1178
1256
  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));
1179
1257
  border-color: rgba(var(--color-sf-primary));
1180
1258
  color: rgba(var(--color-sf-on-primary));
1181
1259
  outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
1182
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1183
- box-shadow: none;
1260
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1261
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1262
+ -webkit-box-shadow: none;
1263
+ box-shadow: none;
1184
1264
  }
1185
1265
  .e-btn-group .e-btn:active.e-success,
1186
1266
  .e-btn-group input:active + label.e-btn.e-success,
@@ -1188,11 +1268,14 @@
1188
1268
  .e-css.e-btn-group .e-btn:active.e-success,
1189
1269
  .e-css.e-btn-group input:active + label.e-btn.e-success,
1190
1270
  .e-css.e-btn-group input:checked + label.e-btn.e-success {
1271
+ 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));
1191
1272
  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));
1192
1273
  border-color: rgba(var(--color-sf-success));
1193
1274
  color: rgba(var(--color-sf-success-text));
1194
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1195
- box-shadow: none;
1275
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1276
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1277
+ -webkit-box-shadow: none;
1278
+ box-shadow: none;
1196
1279
  }
1197
1280
  .e-btn-group .e-btn:active.e-info,
1198
1281
  .e-btn-group input:active + label.e-btn.e-info,
@@ -1200,11 +1283,14 @@
1200
1283
  .e-css.e-btn-group .e-btn:active.e-info,
1201
1284
  .e-css.e-btn-group input:active + label.e-btn.e-info,
1202
1285
  .e-css.e-btn-group input:checked + label.e-btn.e-info {
1286
+ 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));
1203
1287
  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));
1204
1288
  color: rgba(var(--color-sf-info-text));
1205
1289
  border-color: rgba(var(--color-sf-info));
1206
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1207
- box-shadow: none;
1290
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1291
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1292
+ -webkit-box-shadow: none;
1293
+ box-shadow: none;
1208
1294
  }
1209
1295
  .e-btn-group .e-btn:active.e-warning,
1210
1296
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -1212,11 +1298,14 @@
1212
1298
  .e-css.e-btn-group .e-btn:active.e-warning,
1213
1299
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
1214
1300
  .e-css.e-btn-group input:checked + label.e-btn.e-warning {
1301
+ 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));
1215
1302
  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));
1216
1303
  border-color: rgba(var(--color-sf-warning));
1217
1304
  color: rgba(var(--color-sf-warning-text));
1218
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1219
- box-shadow: none;
1305
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1306
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1307
+ -webkit-box-shadow: none;
1308
+ box-shadow: none;
1220
1309
  }
1221
1310
  .e-btn-group .e-btn:active.e-danger,
1222
1311
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -1224,11 +1313,14 @@
1224
1313
  .e-css.e-btn-group .e-btn:active.e-danger,
1225
1314
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
1226
1315
  .e-css.e-btn-group input:checked + label.e-btn.e-danger {
1316
+ 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));
1227
1317
  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));
1228
1318
  border-color: rgba(var(--color-sf-error));
1229
1319
  color: rgba(var(--color-sf-danger-text));
1230
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1231
- box-shadow: none;
1320
+ -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1321
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1322
+ -webkit-box-shadow: none;
1323
+ box-shadow: none;
1232
1324
  }
1233
1325
  .e-btn-group .e-btn:active.e-outline,
1234
1326
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1238,7 +1330,8 @@
1238
1330
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1239
1331
  background: rgba(var(--color-sf-on-surface), 0.12);
1240
1332
  border-color: rgba(var(--color-sf-outline));
1241
- box-shadow: none;
1333
+ -webkit-box-shadow: none;
1334
+ box-shadow: none;
1242
1335
  color: rgba(var(--color-sf-on-surface));
1243
1336
  box-shadow: none;
1244
1337
  }
@@ -1248,9 +1341,11 @@
1248
1341
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
1249
1342
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
1250
1343
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1344
+ 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));
1251
1345
  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));
1252
1346
  border-color: rgba(var(--color-sf-primary));
1253
- box-shadow: none;
1347
+ -webkit-box-shadow: none;
1348
+ box-shadow: none;
1254
1349
  color: rgba(var(--color-sf-on-primary));
1255
1350
  background: rgba(var(--color-sf-primary), 0.12);
1256
1351
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1263,9 +1358,11 @@
1263
1358
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
1264
1359
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
1265
1360
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1361
+ 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));
1266
1362
  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));
1267
1363
  border-color: rgba(var(--color-sf-success));
1268
- box-shadow: none;
1364
+ -webkit-box-shadow: none;
1365
+ box-shadow: none;
1269
1366
  color: rgba(var(--color-sf-success-text));
1270
1367
  background: rgba(var(--color-sf-success), 0.12);
1271
1368
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1278,9 +1375,11 @@
1278
1375
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
1279
1376
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
1280
1377
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1378
+ 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));
1281
1379
  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));
1282
1380
  border-color: rgba(var(--color-sf-info));
1283
- box-shadow: none;
1381
+ -webkit-box-shadow: none;
1382
+ box-shadow: none;
1284
1383
  color: rgba(var(--color-sf-info-text));
1285
1384
  background: rgba(var(--color-sf-info), 0.12);
1286
1385
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1293,9 +1392,11 @@
1293
1392
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
1294
1393
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
1295
1394
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1395
+ 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));
1296
1396
  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));
1297
1397
  border-color: rgba(var(--color-sf-warning));
1298
- box-shadow: none;
1398
+ -webkit-box-shadow: none;
1399
+ box-shadow: none;
1299
1400
  color: rgba(var(--color-sf-warning-text));
1300
1401
  background: rgba(var(--color-sf-warning), 0.12);
1301
1402
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1308,9 +1409,11 @@
1308
1409
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
1309
1410
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
1310
1411
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1412
+ 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));
1311
1413
  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));
1312
1414
  border-color: rgba(var(--color-sf-error));
1313
- box-shadow: none;
1415
+ -webkit-box-shadow: none;
1416
+ box-shadow: none;
1314
1417
  color: rgba(var(--color-sf-danger-text));
1315
1418
  background: rgba(var(--color-sf-error), 0.12);
1316
1419
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1323,7 +1426,8 @@
1323
1426
  .e-css.e-btn-group input:disabled + label.e-btn {
1324
1427
  background-color: rgba(var(--color-sf-secondary), 0.12);
1325
1428
  border-color: rgba(var(--color-sf-secondary), 0);
1326
- box-shadow: none;
1429
+ -webkit-box-shadow: none;
1430
+ box-shadow: none;
1327
1431
  color: rgba(var(--color-sf-on-surface), 0.38);
1328
1432
  border-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
1329
1433
  }
@@ -1333,7 +1437,8 @@
1333
1437
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1334
1438
  background: rgba(var(--color-sf-secondary), 0.12);
1335
1439
  border-color: rgba(var(--color-sf-secondary), 0);
1336
- box-shadow: none;
1440
+ -webkit-box-shadow: none;
1441
+ box-shadow: none;
1337
1442
  color: rgba(var(--color-sf-on-surface), 0.38);
1338
1443
  border-color: rgba(var(--color-sf-primary));
1339
1444
  }
@@ -1343,7 +1448,8 @@
1343
1448
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1344
1449
  background: rgba(var(--color-sf-secondary), 0.12);
1345
1450
  border-color: rgba(var(--color-sf-secondary), 0);
1346
- box-shadow: none;
1451
+ -webkit-box-shadow: none;
1452
+ box-shadow: none;
1347
1453
  color: rgba(var(--color-sf-on-surface), 0.38);
1348
1454
  border-color: rgba(var(--color-sf-success));
1349
1455
  }
@@ -1353,7 +1459,8 @@
1353
1459
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1354
1460
  background: rgba(var(--color-sf-secondary), 0.12);
1355
1461
  border-color: rgba(var(--color-sf-secondary), 0);
1356
- box-shadow: none;
1462
+ -webkit-box-shadow: none;
1463
+ box-shadow: none;
1357
1464
  color: rgba(var(--color-sf-on-surface), 0.38);
1358
1465
  border-color: rgba(var(--color-sf-info));
1359
1466
  }
@@ -1363,7 +1470,8 @@
1363
1470
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1364
1471
  background: rgba(var(--color-sf-secondary), 0.12);
1365
1472
  border-color: rgba(var(--color-sf-secondary), 0);
1366
- box-shadow: none;
1473
+ -webkit-box-shadow: none;
1474
+ box-shadow: none;
1367
1475
  color: rgba(var(--color-sf-on-surface), 0.38);
1368
1476
  border-color: rgba(var(--color-sf-warning));
1369
1477
  }
@@ -1373,7 +1481,8 @@
1373
1481
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1374
1482
  background: rgba(var(--color-sf-secondary), 0.12);
1375
1483
  border-color: rgba(var(--color-sf-secondary), 0);
1376
- box-shadow: none;
1484
+ -webkit-box-shadow: none;
1485
+ box-shadow: none;
1377
1486
  color: rgba(var(--color-sf-on-surface), 0.38);
1378
1487
  border-color: rgba(var(--color-sf-error));
1379
1488
  }
@@ -1383,7 +1492,8 @@
1383
1492
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1384
1493
  color: rgba(var(--color-sf-on-surface), 0.38);
1385
1494
  background: transparent;
1386
- box-shadow: none;
1495
+ -webkit-box-shadow: none;
1496
+ box-shadow: none;
1387
1497
  text-decoration: none;
1388
1498
  border-color: transparent;
1389
1499
  }
@@ -1393,7 +1503,8 @@
1393
1503
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1394
1504
  background: transparent;
1395
1505
  border-color: rgba(var(--color-sf-secondary), 0.12);
1396
- box-shadow: none;
1506
+ -webkit-box-shadow: none;
1507
+ box-shadow: none;
1397
1508
  color: rgba(var(--color-sf-on-surface), 0.38);
1398
1509
  border-color: rgba(var(--color-sf-outline));
1399
1510
  }
@@ -1403,7 +1514,8 @@
1403
1514
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1404
1515
  background: transparent;
1405
1516
  border-color: rgba(var(--color-sf-secondary), 0.12);
1406
- box-shadow: none;
1517
+ -webkit-box-shadow: none;
1518
+ box-shadow: none;
1407
1519
  color: rgba(var(--color-sf-on-surface), 0.38);
1408
1520
  border-color: rgba(var(--color-sf-primary));
1409
1521
  }
@@ -1413,7 +1525,8 @@
1413
1525
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1414
1526
  background: transparent;
1415
1527
  border-color: rgba(var(--color-sf-secondary), 0.12);
1416
- box-shadow: none;
1528
+ -webkit-box-shadow: none;
1529
+ box-shadow: none;
1417
1530
  color: rgba(var(--color-sf-on-surface), 0.38);
1418
1531
  border-color: rgba(var(--color-sf-success));
1419
1532
  }
@@ -1423,7 +1536,8 @@
1423
1536
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1424
1537
  background: transparent;
1425
1538
  border-color: rgba(var(--color-sf-secondary), 0.12);
1426
- box-shadow: none;
1539
+ -webkit-box-shadow: none;
1540
+ box-shadow: none;
1427
1541
  color: rgba(var(--color-sf-on-surface), 0.38);
1428
1542
  border-color: rgba(var(--color-sf-info));
1429
1543
  }
@@ -1433,7 +1547,8 @@
1433
1547
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1434
1548
  background: transparent;
1435
1549
  border-color: rgba(var(--color-sf-secondary), 0.12);
1436
- box-shadow: none;
1550
+ -webkit-box-shadow: none;
1551
+ box-shadow: none;
1437
1552
  color: rgba(var(--color-sf-on-surface), 0.38);
1438
1553
  border-color: rgba(var(--color-sf-warning));
1439
1554
  }
@@ -1443,7 +1558,8 @@
1443
1558
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1444
1559
  background: transparent;
1445
1560
  border-color: rgba(var(--color-sf-secondary), 0.12);
1446
- box-shadow: none;
1561
+ -webkit-box-shadow: none;
1562
+ box-shadow: none;
1447
1563
  color: rgba(var(--color-sf-on-surface), 0.38);
1448
1564
  border-color: rgba(var(--color-sf-error));
1449
1565
  }
@@ -1572,23 +1688,46 @@
1572
1688
  }
1573
1689
 
1574
1690
  /* stylelint-disable property-no-vendor-prefix */
1691
+ @-webkit-keyframes material-spinner-rotate {
1692
+ 0% {
1693
+ -webkit-transform: rotate(0deg);
1694
+ transform: rotate(0deg);
1695
+ }
1696
+ 100% {
1697
+ -webkit-transform: rotate(360deg);
1698
+ transform: rotate(360deg);
1699
+ }
1700
+ }
1575
1701
  @keyframes material-spinner-rotate {
1576
1702
  0% {
1703
+ -webkit-transform: rotate(0deg);
1577
1704
  transform: rotate(0deg);
1578
1705
  }
1579
1706
  100% {
1707
+ -webkit-transform: rotate(360deg);
1708
+ transform: rotate(360deg);
1709
+ }
1710
+ }
1711
+ @-webkit-keyframes fabric-spinner-rotate {
1712
+ 0% {
1713
+ -webkit-transform: rotate(0deg);
1714
+ transform: rotate(0deg);
1715
+ }
1716
+ 100% {
1717
+ -webkit-transform: rotate(360deg);
1580
1718
  transform: rotate(360deg);
1581
1719
  }
1582
1720
  }
1583
1721
  @keyframes fabric-spinner-rotate {
1584
1722
  0% {
1723
+ -webkit-transform: rotate(0deg);
1585
1724
  transform: rotate(0deg);
1586
1725
  }
1587
1726
  100% {
1727
+ -webkit-transform: rotate(360deg);
1588
1728
  transform: rotate(360deg);
1589
1729
  }
1590
1730
  }
1591
- /*! Progress Button Layout */
1592
1731
  .e-progress-btn {
1593
1732
  position: relative;
1594
1733
  }
@@ -1598,9 +1737,11 @@
1598
1737
  opacity: 0;
1599
1738
  position: absolute;
1600
1739
  top: 0;
1740
+ -webkit-transition: opacity 0.3s linear;
1601
1741
  transition: opacity 0.3s linear;
1602
1742
  }
1603
1743
  .e-progress-btn .e-spinner {
1744
+ -webkit-transition: all 0.3s linear;
1604
1745
  transition: all 0.3s linear;
1605
1746
  }
1606
1747
  .e-progress-btn .e-btn-content {
@@ -1633,6 +1774,7 @@
1633
1774
  opacity: 0;
1634
1775
  }
1635
1776
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1777
+ -webkit-transition: padding 0.3s linear;
1636
1778
  transition: padding 0.3s linear;
1637
1779
  }
1638
1780
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1642,10 +1784,12 @@
1642
1784
  line-height: 1;
1643
1785
  }
1644
1786
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1787
+ display: -webkit-box;
1645
1788
  display: -ms-flexbox;
1646
1789
  display: flex;
1647
- -ms-flex-pack: center;
1648
- justify-content: center;
1790
+ -webkit-box-pack: center;
1791
+ -ms-flex-pack: center;
1792
+ justify-content: center;
1649
1793
  }
1650
1794
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1651
1795
  padding-right: 12px;
@@ -1731,21 +1875,35 @@
1731
1875
  left: auto;
1732
1876
  position: relative;
1733
1877
  top: auto;
1734
- transform: none;
1878
+ -webkit-transform: none;
1879
+ transform: none;
1735
1880
  }
1736
1881
  .e-progress-btn .e-cont-animate {
1737
- -ms-flex-align: center;
1738
- align-items: center;
1882
+ -webkit-box-align: center;
1883
+ -ms-flex-align: center;
1884
+ align-items: center;
1885
+ display: -webkit-inline-box;
1739
1886
  display: -ms-inline-flexbox;
1740
1887
  display: inline-flex;
1741
1888
  height: 100%;
1742
- -ms-flex-pack: center;
1743
- justify-content: center;
1889
+ -webkit-box-pack: center;
1890
+ -ms-flex-pack: center;
1891
+ justify-content: center;
1744
1892
  left: 0;
1745
1893
  position: absolute;
1746
1894
  top: 0;
1747
1895
  width: 100%;
1748
1896
  }
1897
+ @-webkit-keyframes ProgressSlideLeft {
1898
+ from {
1899
+ left: 0%;
1900
+ opacity: 1;
1901
+ }
1902
+ to {
1903
+ left: -100%;
1904
+ opacity: 0;
1905
+ }
1906
+ }
1749
1907
  @keyframes ProgressSlideLeft {
1750
1908
  from {
1751
1909
  left: 0%;
@@ -1756,6 +1914,16 @@
1756
1914
  opacity: 0;
1757
1915
  }
1758
1916
  }
1917
+ @-webkit-keyframes ProgressSlideRight {
1918
+ from {
1919
+ left: 0%;
1920
+ opacity: 1;
1921
+ }
1922
+ to {
1923
+ left: 100%;
1924
+ opacity: 0;
1925
+ }
1926
+ }
1759
1927
  @keyframes ProgressSlideRight {
1760
1928
  from {
1761
1929
  left: 0%;
@@ -1766,6 +1934,18 @@
1766
1934
  opacity: 0;
1767
1935
  }
1768
1936
  }
1937
+ @-webkit-keyframes ProgressSlideUp {
1938
+ from {
1939
+ height: auto;
1940
+ opacity: 1;
1941
+ top: 0;
1942
+ }
1943
+ to {
1944
+ height: auto;
1945
+ opacity: 0;
1946
+ top: -100px;
1947
+ }
1948
+ }
1769
1949
  @keyframes ProgressSlideUp {
1770
1950
  from {
1771
1951
  height: auto;
@@ -1778,6 +1958,18 @@
1778
1958
  top: -100px;
1779
1959
  }
1780
1960
  }
1961
+ @-webkit-keyframes ProgressSlideDown {
1962
+ from {
1963
+ height: auto;
1964
+ opacity: 1;
1965
+ top: 0;
1966
+ }
1967
+ to {
1968
+ height: auto;
1969
+ opacity: 0;
1970
+ top: 100px;
1971
+ }
1972
+ }
1781
1973
  @keyframes ProgressSlideDown {
1782
1974
  from {
1783
1975
  height: auto;
@@ -1790,22 +1982,48 @@
1790
1982
  top: 100px;
1791
1983
  }
1792
1984
  }
1985
+ @-webkit-keyframes ProgressZoomIn {
1986
+ from {
1987
+ opacity: 1;
1988
+ -webkit-transform: translate(0, 0) scale(1);
1989
+ transform: translate(0, 0) scale(1);
1990
+ }
1991
+ to {
1992
+ opacity: 0;
1993
+ -webkit-transform: translate(0, 0) scale(3);
1994
+ transform: translate(0, 0) scale(3);
1995
+ }
1996
+ }
1793
1997
  @keyframes ProgressZoomIn {
1794
1998
  from {
1795
1999
  opacity: 1;
1796
- transform: translate(0, 0) scale(1);
2000
+ -webkit-transform: translate(0, 0) scale(1);
2001
+ transform: translate(0, 0) scale(1);
1797
2002
  }
1798
2003
  to {
1799
2004
  opacity: 0;
1800
- transform: translate(0, 0) scale(3);
2005
+ -webkit-transform: translate(0, 0) scale(3);
2006
+ transform: translate(0, 0) scale(3);
2007
+ }
2008
+ }
2009
+ @-webkit-keyframes ProgressZoomOut {
2010
+ from {
2011
+ -webkit-transform: translate(0, 0) scale(1);
2012
+ transform: translate(0, 0) scale(1);
2013
+ }
2014
+ to {
2015
+ -webkit-transform: translate(0, 0) scale(0);
2016
+ transform: translate(0, 0) scale(0);
1801
2017
  }
1802
2018
  }
1803
2019
  @keyframes ProgressZoomOut {
1804
2020
  from {
1805
- transform: translate(0, 0) scale(1);
2021
+ -webkit-transform: translate(0, 0) scale(1);
2022
+ transform: translate(0, 0) scale(1);
1806
2023
  }
1807
2024
  to {
1808
- transform: translate(0, 0) scale(0);
2025
+ -webkit-transform: translate(0, 0) scale(0);
2026
+ transform: translate(0, 0) scale(0);
1809
2027
  }
1810
2028
  }
1811
2029
 
@@ -2047,7 +2265,10 @@
2047
2265
 
2048
2266
  *.e-primary .e-progress,
2049
2267
  *.e-success .e-progress,
2050
- *.e-danger .e-progress,
2268
+ *.e-danger .e-progress {
2269
+ background: rgba(var(--color-sf-on-surface), 0.12);
2270
+ }
2271
+
2051
2272
  *.e-info .e-progress {
2052
2273
  background: rgba(var(--color-sf-on-surface), 0.12);
2053
2274
  }