@syncfusion/ej2-splitbuttons 25.2.3 → 26.1.35

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