@syncfusion/ej2-splitbuttons 25.2.3 → 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 +302 -110
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +302 -110
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +266 -93
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +266 -187
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +266 -187
  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 +32 -85
  35. package/styles/button-group/bootstrap-dark.css +132 -70
  36. package/styles/button-group/bootstrap.css +132 -70
  37. package/styles/button-group/bootstrap4.css +108 -59
  38. package/styles/button-group/bootstrap5-dark.css +108 -59
  39. package/styles/button-group/bootstrap5.css +108 -59
  40. package/styles/button-group/fabric-dark.css +132 -70
  41. package/styles/button-group/fabric.css +137 -75
  42. package/styles/button-group/fluent-dark.css +148 -78
  43. package/styles/button-group/fluent.css +148 -78
  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 +132 -70
  47. package/styles/button-group/highcontrast.css +132 -70
  48. package/styles/button-group/material-dark.css +146 -77
  49. package/styles/button-group/material.css +148 -78
  50. package/styles/button-group/material3-dark.css +190 -90
  51. package/styles/button-group/material3.css +190 -90
  52. package/styles/button-group/tailwind-dark.css +130 -70
  53. package/styles/button-group/tailwind.css +130 -70
  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 +302 -110
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +307 -115
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +310 -115
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +310 -115
  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 +302 -110
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +302 -110
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +316 -117
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +318 -118
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +396 -147
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +392 -145
  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 +300 -111
  174. package/styles/tailwind-dark.scss +14 -4
  175. package/styles/tailwind.css +300 -111
  176. package/styles/tailwind.scss +14 -4
  177. package/CHANGELOG.md +0 -367
@@ -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,143 +1037,197 @@
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,
999
1045
  .e-btn-group input:focus-visible + label.e-btn,
1046
+ .e-btn-group input:focus + label.e-btn,
1000
1047
  .e-css.e-btn-group .e-btn:focus,
1001
- .e-css.e-btn-group input:focus-visible + label.e-btn {
1048
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
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));
1002
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));
1003
- 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));
1004
1055
  color: rgba(var(--color-sf-on-surface));
1005
1056
  outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
1006
1057
  outline-offset: 0;
1007
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1008
- 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;
1009
1062
  outline-color: inherit;
1010
1063
  }
1011
1064
  .e-btn-group .e-btn:focus.e-primary,
1012
1065
  .e-btn-group input:focus-visible + label.e-btn.e-primary,
1066
+ .e-btn-group input:focus + label.e-btn.e-primary,
1013
1067
  .e-css.e-btn-group .e-btn:focus.e-primary,
1014
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary {
1068
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
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));
1015
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));
1016
1072
  border-color: rgba(var(--color-sf-primary));
1017
1073
  color: rgba(var(--color-sf-on-primary));
1018
1074
  outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
1019
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1020
- 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;
1021
1079
  outline-color: inherit;
1022
1080
  }
1023
1081
  .e-btn-group .e-btn:focus.e-success,
1024
1082
  .e-btn-group input:focus-visible + label.e-btn.e-success,
1083
+ .e-btn-group input:focus + label.e-btn.e-success,
1025
1084
  .e-css.e-btn-group .e-btn:focus.e-success,
1026
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-success {
1085
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
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));
1027
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));
1028
1089
  border-color: rgba(var(--color-sf-success));
1029
1090
  color: rgba(var(--color-sf-success-text));
1030
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1031
- 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;
1032
1095
  outline-color: inherit;
1033
1096
  }
1034
1097
  .e-btn-group .e-btn:focus.e-info,
1035
1098
  .e-btn-group input:focus-visible + label.e-btn.e-info,
1099
+ .e-btn-group input:focus + label.e-btn.e-info,
1036
1100
  .e-css.e-btn-group .e-btn:focus.e-info,
1037
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-info {
1101
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
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));
1038
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));
1039
1105
  border-color: rgba(var(--color-sf-info));
1040
1106
  color: rgba(var(--color-sf-info-text));
1041
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1042
- 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;
1043
1111
  outline-color: inherit;
1044
1112
  }
1045
1113
  .e-btn-group .e-btn:focus.e-warning,
1046
1114
  .e-btn-group input:focus-visible + label.e-btn.e-warning,
1115
+ .e-btn-group input:focus + label.e-btn.e-warning,
1047
1116
  .e-css.e-btn-group .e-btn:focus.e-warning,
1048
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning {
1117
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
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));
1049
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));
1050
1121
  border-color: rgba(var(--color-sf-warning));
1051
1122
  color: rgba(var(--color-sf-warning-text));
1052
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1053
- 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;
1054
1127
  outline-color: inherit;
1055
1128
  }
1056
1129
  .e-btn-group .e-btn:focus.e-danger,
1057
1130
  .e-btn-group input:focus-visible + label.e-btn.e-danger,
1131
+ .e-btn-group input:focus + label.e-btn.e-danger,
1058
1132
  .e-css.e-btn-group .e-btn:focus.e-danger,
1059
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
1133
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
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));
1060
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));
1061
1137
  border-color: rgba(var(--color-sf-error));
1062
1138
  color: rgba(var(--color-sf-danger-text));
1063
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1064
- 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;
1065
1143
  outline-color: inherit;
1066
1144
  }
1067
1145
  .e-btn-group .e-btn:focus.e-link,
1068
1146
  .e-btn-group input:focus-visible + label.e-btn.e-link,
1147
+ .e-btn-group input:focus + label.e-btn.e-link,
1069
1148
  .e-css.e-btn-group .e-btn:focus.e-link,
1070
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-link {
1149
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
1150
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
1071
1151
  border-radius: 0;
1072
1152
  text-decoration: underline;
1073
1153
  color: rgba(var(--color-sf-info));
1074
1154
  background-color: transparent;
1075
1155
  border-color: transparent;
1076
- box-shadow: none;
1156
+ -webkit-box-shadow: none;
1157
+ box-shadow: none;
1077
1158
  outline: none;
1078
1159
  }
1079
1160
  .e-btn-group .e-btn:focus.e-outline,
1080
1161
  .e-btn-group input:focus-visible + label.e-btn.e-outline,
1162
+ .e-btn-group input:focus + label.e-btn.e-outline,
1081
1163
  .e-css.e-btn-group .e-btn:focus.e-outline,
1082
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
1164
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
1165
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
1083
1166
  background: rgba(var(--color-sf-on-surface), 0.12);
1084
1167
  border: 1px solid rgba(var(--color-sf-outline));
1085
1168
  color: rgba(var(--color-sf-on-surface));
1086
- box-shadow: none;
1169
+ -webkit-box-shadow: none;
1170
+ box-shadow: none;
1087
1171
  }
1088
1172
  .e-btn-group .e-btn:focus.e-outline.e-primary,
1089
1173
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
1174
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
1090
1175
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
1091
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary {
1176
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
1177
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
1092
1178
  background: rgba(var(--color-sf-primary), 0.12);
1093
1179
  border: 1px solid rgba(var(--color-sf-outline));
1094
1180
  color: rgba(var(--color-sf-primary));
1095
- box-shadow: none;
1181
+ -webkit-box-shadow: none;
1182
+ box-shadow: none;
1096
1183
  }
1097
1184
  .e-btn-group .e-btn:focus.e-outline.e-success,
1098
1185
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
1186
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
1099
1187
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
1100
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success {
1188
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
1189
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
1101
1190
  background: rgba(var(--color-sf-success), 0.12);
1102
1191
  border: 1px solid rgba(var(--color-sf-outline));
1103
1192
  color: rgba(var(--color-sf-success));
1104
- box-shadow: none;
1193
+ -webkit-box-shadow: none;
1194
+ box-shadow: none;
1105
1195
  }
1106
1196
  .e-btn-group .e-btn:focus.e-outline.e-info,
1107
1197
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
1198
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
1108
1199
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
1109
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info {
1200
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
1201
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
1110
1202
  background: rgba(var(--color-sf-info), 0.12);
1111
1203
  border: 1px solid rgba(var(--color-sf-outline));
1112
1204
  color: rgba(var(--color-sf-info));
1113
- box-shadow: none;
1205
+ -webkit-box-shadow: none;
1206
+ box-shadow: none;
1114
1207
  }
1115
1208
  .e-btn-group .e-btn:focus.e-outline.e-warning,
1116
1209
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
1210
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
1117
1211
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
1118
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning {
1212
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
1213
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
1119
1214
  background: rgba(var(--color-sf-warning), 0.12);
1120
1215
  border: 1px solid rgba(var(--color-sf-outline));
1121
1216
  color: rgba(var(--color-sf-warning));
1122
- box-shadow: none;
1217
+ -webkit-box-shadow: none;
1218
+ box-shadow: none;
1123
1219
  }
1124
1220
  .e-btn-group .e-btn:focus.e-outline.e-danger,
1125
1221
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
1222
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
1126
1223
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
1127
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
1224
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
1225
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
1128
1226
  background: rgba(var(--color-sf-error), 0.12);
1129
1227
  border: 1px solid rgba(var(--color-sf-outline));
1130
1228
  color: rgba(var(--color-sf-error));
1131
- box-shadow: none;
1229
+ -webkit-box-shadow: none;
1230
+ box-shadow: none;
1132
1231
  }
1133
1232
  .e-btn-group .e-btn:active,
1134
1233
  .e-btn-group input:active + label.e-btn,
@@ -1136,12 +1235,16 @@
1136
1235
  .e-css.e-btn-group .e-btn:active,
1137
1236
  .e-css.e-btn-group input:active + label.e-btn,
1138
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));
1139
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));
1140
- 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));
1141
1243
  color: rgba(var(--color-sf-on-surface));
1142
1244
  outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
1143
1245
  outline-offset: 0;
1144
- box-shadow: none;
1246
+ -webkit-box-shadow: none;
1247
+ box-shadow: none;
1145
1248
  }
1146
1249
  .e-btn-group .e-btn:active.e-primary,
1147
1250
  .e-btn-group input:active + label.e-btn.e-primary,
@@ -1149,12 +1252,15 @@
1149
1252
  .e-css.e-btn-group .e-btn:active.e-primary,
1150
1253
  .e-css.e-btn-group input:active + label.e-btn.e-primary,
1151
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));
1152
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));
1153
1257
  border-color: rgba(var(--color-sf-primary));
1154
1258
  color: rgba(var(--color-sf-on-primary));
1155
1259
  outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
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;
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;
1158
1264
  }
1159
1265
  .e-btn-group .e-btn:active.e-success,
1160
1266
  .e-btn-group input:active + label.e-btn.e-success,
@@ -1162,11 +1268,14 @@
1162
1268
  .e-css.e-btn-group .e-btn:active.e-success,
1163
1269
  .e-css.e-btn-group input:active + label.e-btn.e-success,
1164
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));
1165
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));
1166
1273
  border-color: rgba(var(--color-sf-success));
1167
1274
  color: rgba(var(--color-sf-success-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;
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;
1170
1279
  }
1171
1280
  .e-btn-group .e-btn:active.e-info,
1172
1281
  .e-btn-group input:active + label.e-btn.e-info,
@@ -1174,11 +1283,14 @@
1174
1283
  .e-css.e-btn-group .e-btn:active.e-info,
1175
1284
  .e-css.e-btn-group input:active + label.e-btn.e-info,
1176
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));
1177
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));
1178
1288
  color: rgba(var(--color-sf-info-text));
1179
1289
  border-color: rgba(var(--color-sf-info));
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;
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;
1182
1294
  }
1183
1295
  .e-btn-group .e-btn:active.e-warning,
1184
1296
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -1186,11 +1298,14 @@
1186
1298
  .e-css.e-btn-group .e-btn:active.e-warning,
1187
1299
  .e-css.e-btn-group input:active + label.e-btn.e-warning,
1188
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));
1189
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));
1190
1303
  border-color: rgba(var(--color-sf-warning));
1191
1304
  color: rgba(var(--color-sf-warning-text));
1192
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1193
- 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;
1194
1309
  }
1195
1310
  .e-btn-group .e-btn:active.e-danger,
1196
1311
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -1198,11 +1313,14 @@
1198
1313
  .e-css.e-btn-group .e-btn:active.e-danger,
1199
1314
  .e-css.e-btn-group input:active + label.e-btn.e-danger,
1200
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));
1201
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));
1202
1318
  border-color: rgba(var(--color-sf-error));
1203
1319
  color: rgba(var(--color-sf-danger-text));
1204
- box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
1205
- 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;
1206
1324
  }
1207
1325
  .e-btn-group .e-btn:active.e-outline,
1208
1326
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1212,7 +1330,8 @@
1212
1330
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1213
1331
  background: rgba(var(--color-sf-on-surface), 0.12);
1214
1332
  border-color: rgba(var(--color-sf-outline));
1215
- box-shadow: none;
1333
+ -webkit-box-shadow: none;
1334
+ box-shadow: none;
1216
1335
  color: rgba(var(--color-sf-on-surface));
1217
1336
  box-shadow: none;
1218
1337
  }
@@ -1222,9 +1341,11 @@
1222
1341
  .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
1223
1342
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
1224
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));
1225
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));
1226
1346
  border-color: rgba(var(--color-sf-primary));
1227
- box-shadow: none;
1347
+ -webkit-box-shadow: none;
1348
+ box-shadow: none;
1228
1349
  color: rgba(var(--color-sf-on-primary));
1229
1350
  background: rgba(var(--color-sf-primary), 0.12);
1230
1351
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1237,9 +1358,11 @@
1237
1358
  .e-css.e-btn-group .e-btn:active.e-outline.e-success,
1238
1359
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
1239
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));
1240
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));
1241
1363
  border-color: rgba(var(--color-sf-success));
1242
- box-shadow: none;
1364
+ -webkit-box-shadow: none;
1365
+ box-shadow: none;
1243
1366
  color: rgba(var(--color-sf-success-text));
1244
1367
  background: rgba(var(--color-sf-success), 0.12);
1245
1368
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1252,9 +1375,11 @@
1252
1375
  .e-css.e-btn-group .e-btn:active.e-outline.e-info,
1253
1376
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
1254
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));
1255
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));
1256
1380
  border-color: rgba(var(--color-sf-info));
1257
- box-shadow: none;
1381
+ -webkit-box-shadow: none;
1382
+ box-shadow: none;
1258
1383
  color: rgba(var(--color-sf-info-text));
1259
1384
  background: rgba(var(--color-sf-info), 0.12);
1260
1385
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1267,9 +1392,11 @@
1267
1392
  .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
1268
1393
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
1269
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));
1270
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));
1271
1397
  border-color: rgba(var(--color-sf-warning));
1272
- box-shadow: none;
1398
+ -webkit-box-shadow: none;
1399
+ box-shadow: none;
1273
1400
  color: rgba(var(--color-sf-warning-text));
1274
1401
  background: rgba(var(--color-sf-warning), 0.12);
1275
1402
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1282,9 +1409,11 @@
1282
1409
  .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
1283
1410
  .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
1284
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));
1285
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));
1286
1414
  border-color: rgba(var(--color-sf-error));
1287
- box-shadow: none;
1415
+ -webkit-box-shadow: none;
1416
+ box-shadow: none;
1288
1417
  color: rgba(var(--color-sf-danger-text));
1289
1418
  background: rgba(var(--color-sf-error), 0.12);
1290
1419
  border: 1px solid rgba(var(--color-sf-outline));
@@ -1297,7 +1426,8 @@
1297
1426
  .e-css.e-btn-group input:disabled + label.e-btn {
1298
1427
  background-color: rgba(var(--color-sf-secondary), 0.12);
1299
1428
  border-color: rgba(var(--color-sf-secondary), 0);
1300
- box-shadow: none;
1429
+ -webkit-box-shadow: none;
1430
+ box-shadow: none;
1301
1431
  color: rgba(var(--color-sf-on-surface), 0.38);
1302
1432
  border-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
1303
1433
  }
@@ -1307,7 +1437,8 @@
1307
1437
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1308
1438
  background: rgba(var(--color-sf-secondary), 0.12);
1309
1439
  border-color: rgba(var(--color-sf-secondary), 0);
1310
- box-shadow: none;
1440
+ -webkit-box-shadow: none;
1441
+ box-shadow: none;
1311
1442
  color: rgba(var(--color-sf-on-surface), 0.38);
1312
1443
  border-color: rgba(var(--color-sf-primary));
1313
1444
  }
@@ -1317,7 +1448,8 @@
1317
1448
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1318
1449
  background: rgba(var(--color-sf-secondary), 0.12);
1319
1450
  border-color: rgba(var(--color-sf-secondary), 0);
1320
- box-shadow: none;
1451
+ -webkit-box-shadow: none;
1452
+ box-shadow: none;
1321
1453
  color: rgba(var(--color-sf-on-surface), 0.38);
1322
1454
  border-color: rgba(var(--color-sf-success));
1323
1455
  }
@@ -1327,7 +1459,8 @@
1327
1459
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1328
1460
  background: rgba(var(--color-sf-secondary), 0.12);
1329
1461
  border-color: rgba(var(--color-sf-secondary), 0);
1330
- box-shadow: none;
1462
+ -webkit-box-shadow: none;
1463
+ box-shadow: none;
1331
1464
  color: rgba(var(--color-sf-on-surface), 0.38);
1332
1465
  border-color: rgba(var(--color-sf-info));
1333
1466
  }
@@ -1337,7 +1470,8 @@
1337
1470
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1338
1471
  background: rgba(var(--color-sf-secondary), 0.12);
1339
1472
  border-color: rgba(var(--color-sf-secondary), 0);
1340
- box-shadow: none;
1473
+ -webkit-box-shadow: none;
1474
+ box-shadow: none;
1341
1475
  color: rgba(var(--color-sf-on-surface), 0.38);
1342
1476
  border-color: rgba(var(--color-sf-warning));
1343
1477
  }
@@ -1347,7 +1481,8 @@
1347
1481
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1348
1482
  background: rgba(var(--color-sf-secondary), 0.12);
1349
1483
  border-color: rgba(var(--color-sf-secondary), 0);
1350
- box-shadow: none;
1484
+ -webkit-box-shadow: none;
1485
+ box-shadow: none;
1351
1486
  color: rgba(var(--color-sf-on-surface), 0.38);
1352
1487
  border-color: rgba(var(--color-sf-error));
1353
1488
  }
@@ -1357,7 +1492,8 @@
1357
1492
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1358
1493
  color: rgba(var(--color-sf-on-surface), 0.38);
1359
1494
  background: transparent;
1360
- box-shadow: none;
1495
+ -webkit-box-shadow: none;
1496
+ box-shadow: none;
1361
1497
  text-decoration: none;
1362
1498
  border-color: transparent;
1363
1499
  }
@@ -1367,7 +1503,8 @@
1367
1503
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1368
1504
  background: transparent;
1369
1505
  border-color: rgba(var(--color-sf-secondary), 0.12);
1370
- box-shadow: none;
1506
+ -webkit-box-shadow: none;
1507
+ box-shadow: none;
1371
1508
  color: rgba(var(--color-sf-on-surface), 0.38);
1372
1509
  border-color: rgba(var(--color-sf-outline));
1373
1510
  }
@@ -1377,7 +1514,8 @@
1377
1514
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1378
1515
  background: transparent;
1379
1516
  border-color: rgba(var(--color-sf-secondary), 0.12);
1380
- box-shadow: none;
1517
+ -webkit-box-shadow: none;
1518
+ box-shadow: none;
1381
1519
  color: rgba(var(--color-sf-on-surface), 0.38);
1382
1520
  border-color: rgba(var(--color-sf-primary));
1383
1521
  }
@@ -1387,7 +1525,8 @@
1387
1525
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1388
1526
  background: transparent;
1389
1527
  border-color: rgba(var(--color-sf-secondary), 0.12);
1390
- box-shadow: none;
1528
+ -webkit-box-shadow: none;
1529
+ box-shadow: none;
1391
1530
  color: rgba(var(--color-sf-on-surface), 0.38);
1392
1531
  border-color: rgba(var(--color-sf-success));
1393
1532
  }
@@ -1397,7 +1536,8 @@
1397
1536
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1398
1537
  background: transparent;
1399
1538
  border-color: rgba(var(--color-sf-secondary), 0.12);
1400
- box-shadow: none;
1539
+ -webkit-box-shadow: none;
1540
+ box-shadow: none;
1401
1541
  color: rgba(var(--color-sf-on-surface), 0.38);
1402
1542
  border-color: rgba(var(--color-sf-info));
1403
1543
  }
@@ -1407,7 +1547,8 @@
1407
1547
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1408
1548
  background: transparent;
1409
1549
  border-color: rgba(var(--color-sf-secondary), 0.12);
1410
- box-shadow: none;
1550
+ -webkit-box-shadow: none;
1551
+ box-shadow: none;
1411
1552
  color: rgba(var(--color-sf-on-surface), 0.38);
1412
1553
  border-color: rgba(var(--color-sf-warning));
1413
1554
  }
@@ -1417,7 +1558,8 @@
1417
1558
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1418
1559
  background: transparent;
1419
1560
  border-color: rgba(var(--color-sf-secondary), 0.12);
1420
- box-shadow: none;
1561
+ -webkit-box-shadow: none;
1562
+ box-shadow: none;
1421
1563
  color: rgba(var(--color-sf-on-surface), 0.38);
1422
1564
  border-color: rgba(var(--color-sf-error));
1423
1565
  }
@@ -1546,23 +1688,46 @@
1546
1688
  }
1547
1689
 
1548
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
+ }
1549
1701
  @keyframes material-spinner-rotate {
1550
1702
  0% {
1703
+ -webkit-transform: rotate(0deg);
1551
1704
  transform: rotate(0deg);
1552
1705
  }
1553
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);
1554
1718
  transform: rotate(360deg);
1555
1719
  }
1556
1720
  }
1557
1721
  @keyframes fabric-spinner-rotate {
1558
1722
  0% {
1723
+ -webkit-transform: rotate(0deg);
1559
1724
  transform: rotate(0deg);
1560
1725
  }
1561
1726
  100% {
1727
+ -webkit-transform: rotate(360deg);
1562
1728
  transform: rotate(360deg);
1563
1729
  }
1564
1730
  }
1565
- /*! Progress Button Layout */
1566
1731
  .e-progress-btn {
1567
1732
  position: relative;
1568
1733
  }
@@ -1572,9 +1737,11 @@
1572
1737
  opacity: 0;
1573
1738
  position: absolute;
1574
1739
  top: 0;
1740
+ -webkit-transition: opacity 0.3s linear;
1575
1741
  transition: opacity 0.3s linear;
1576
1742
  }
1577
1743
  .e-progress-btn .e-spinner {
1744
+ -webkit-transition: all 0.3s linear;
1578
1745
  transition: all 0.3s linear;
1579
1746
  }
1580
1747
  .e-progress-btn .e-btn-content {
@@ -1607,6 +1774,7 @@
1607
1774
  opacity: 0;
1608
1775
  }
1609
1776
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1777
+ -webkit-transition: padding 0.3s linear;
1610
1778
  transition: padding 0.3s linear;
1611
1779
  }
1612
1780
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1616,10 +1784,12 @@
1616
1784
  line-height: 1;
1617
1785
  }
1618
1786
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1787
+ display: -webkit-box;
1619
1788
  display: -ms-flexbox;
1620
1789
  display: flex;
1621
- -ms-flex-pack: center;
1622
- justify-content: center;
1790
+ -webkit-box-pack: center;
1791
+ -ms-flex-pack: center;
1792
+ justify-content: center;
1623
1793
  }
1624
1794
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1625
1795
  padding-right: 12px;
@@ -1705,21 +1875,35 @@
1705
1875
  left: auto;
1706
1876
  position: relative;
1707
1877
  top: auto;
1708
- transform: none;
1878
+ -webkit-transform: none;
1879
+ transform: none;
1709
1880
  }
1710
1881
  .e-progress-btn .e-cont-animate {
1711
- -ms-flex-align: center;
1712
- align-items: center;
1882
+ -webkit-box-align: center;
1883
+ -ms-flex-align: center;
1884
+ align-items: center;
1885
+ display: -webkit-inline-box;
1713
1886
  display: -ms-inline-flexbox;
1714
1887
  display: inline-flex;
1715
1888
  height: 100%;
1716
- -ms-flex-pack: center;
1717
- justify-content: center;
1889
+ -webkit-box-pack: center;
1890
+ -ms-flex-pack: center;
1891
+ justify-content: center;
1718
1892
  left: 0;
1719
1893
  position: absolute;
1720
1894
  top: 0;
1721
1895
  width: 100%;
1722
1896
  }
1897
+ @-webkit-keyframes ProgressSlideLeft {
1898
+ from {
1899
+ left: 0%;
1900
+ opacity: 1;
1901
+ }
1902
+ to {
1903
+ left: -100%;
1904
+ opacity: 0;
1905
+ }
1906
+ }
1723
1907
  @keyframes ProgressSlideLeft {
1724
1908
  from {
1725
1909
  left: 0%;
@@ -1730,6 +1914,16 @@
1730
1914
  opacity: 0;
1731
1915
  }
1732
1916
  }
1917
+ @-webkit-keyframes ProgressSlideRight {
1918
+ from {
1919
+ left: 0%;
1920
+ opacity: 1;
1921
+ }
1922
+ to {
1923
+ left: 100%;
1924
+ opacity: 0;
1925
+ }
1926
+ }
1733
1927
  @keyframes ProgressSlideRight {
1734
1928
  from {
1735
1929
  left: 0%;
@@ -1740,6 +1934,18 @@
1740
1934
  opacity: 0;
1741
1935
  }
1742
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
+ }
1743
1949
  @keyframes ProgressSlideUp {
1744
1950
  from {
1745
1951
  height: auto;
@@ -1752,6 +1958,18 @@
1752
1958
  top: -100px;
1753
1959
  }
1754
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
+ }
1755
1973
  @keyframes ProgressSlideDown {
1756
1974
  from {
1757
1975
  height: auto;
@@ -1764,22 +1982,48 @@
1764
1982
  top: 100px;
1765
1983
  }
1766
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
+ }
1767
1997
  @keyframes ProgressZoomIn {
1768
1998
  from {
1769
1999
  opacity: 1;
1770
- transform: translate(0, 0) scale(1);
2000
+ -webkit-transform: translate(0, 0) scale(1);
2001
+ transform: translate(0, 0) scale(1);
1771
2002
  }
1772
2003
  to {
1773
2004
  opacity: 0;
1774
- 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);
1775
2017
  }
1776
2018
  }
1777
2019
  @keyframes ProgressZoomOut {
1778
2020
  from {
1779
- transform: translate(0, 0) scale(1);
2021
+ -webkit-transform: translate(0, 0) scale(1);
2022
+ transform: translate(0, 0) scale(1);
1780
2023
  }
1781
2024
  to {
1782
- transform: translate(0, 0) scale(0);
2025
+ -webkit-transform: translate(0, 0) scale(0);
2026
+ transform: translate(0, 0) scale(0);
1783
2027
  }
1784
2028
  }
1785
2029
 
@@ -2021,7 +2265,10 @@
2021
2265
 
2022
2266
  *.e-primary .e-progress,
2023
2267
  *.e-success .e-progress,
2024
- *.e-danger .e-progress,
2268
+ *.e-danger .e-progress {
2269
+ background: rgba(var(--color-sf-on-surface), 0.12);
2270
+ }
2271
+
2025
2272
  *.e-info .e-progress {
2026
2273
  background: rgba(var(--color-sf-on-surface), 0.12);
2027
2274
  }