@syncfusion/ej2-splitbuttons 25.2.4 → 26.2.4

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 (178) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +29 -48
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +30 -45
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -1
  14. package/src/progress-button/progress-button.js +3 -3
  15. package/src/split-button/split-button.js +2 -1
  16. package/styles/bootstrap-dark.css +263 -97
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +263 -97
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +227 -80
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +227 -174
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +227 -174
  25. package/styles/bootstrap5.scss +14 -4
  26. package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
  27. package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
  28. package/styles/button-group/_fabric-dark-definition.scss +0 -2
  29. package/styles/button-group/_fluent2-definition.scss +31 -0
  30. package/styles/button-group/_group-button-mixin.scss +21 -0
  31. package/styles/button-group/_highcontrast-light-definition.scss +0 -2
  32. package/styles/button-group/_layout.scss +5 -13
  33. package/styles/button-group/_material-dark-definition.scss +0 -2
  34. package/styles/button-group/_theme.scss +30 -84
  35. package/styles/button-group/bootstrap-dark.css +93 -57
  36. package/styles/button-group/bootstrap.css +93 -57
  37. package/styles/button-group/bootstrap4.css +69 -46
  38. package/styles/button-group/bootstrap5-dark.css +69 -46
  39. package/styles/button-group/bootstrap5.css +69 -46
  40. package/styles/button-group/fabric-dark.css +93 -57
  41. package/styles/button-group/fabric.css +98 -62
  42. package/styles/button-group/fluent-dark.css +109 -65
  43. package/styles/button-group/fluent.css +109 -65
  44. package/styles/button-group/fluent2.css +1849 -0
  45. package/styles/button-group/fluent2.scss +4 -0
  46. package/styles/button-group/highcontrast-light.css +93 -57
  47. package/styles/button-group/highcontrast.css +93 -57
  48. package/styles/button-group/material-dark.css +107 -64
  49. package/styles/button-group/material.css +109 -65
  50. package/styles/button-group/material3-dark.css +151 -77
  51. package/styles/button-group/material3.css +151 -77
  52. package/styles/button-group/tailwind-dark.css +91 -57
  53. package/styles/button-group/tailwind.css +91 -57
  54. package/styles/drop-down-button/_bds-definition.scss +5 -5
  55. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
  56. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  57. package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
  58. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
  59. package/styles/drop-down-button/_fluent-definition.scss +0 -1
  60. package/styles/drop-down-button/_fluent2-definition.scss +48 -0
  61. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  62. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
  63. package/styles/drop-down-button/_layout.scss +51 -6
  64. package/styles/drop-down-button/_material-dark-definition.scss +0 -3
  65. package/styles/drop-down-button/_material3-definition.scss +0 -1
  66. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  67. package/styles/drop-down-button/_theme.scss +8 -8
  68. package/styles/drop-down-button/bootstrap-dark.css +27 -14
  69. package/styles/drop-down-button/bootstrap.css +27 -14
  70. package/styles/drop-down-button/bootstrap4.css +23 -12
  71. package/styles/drop-down-button/bootstrap5-dark.css +23 -12
  72. package/styles/drop-down-button/bootstrap5.css +23 -12
  73. package/styles/drop-down-button/fabric-dark.css +27 -14
  74. package/styles/drop-down-button/fabric.css +27 -14
  75. package/styles/drop-down-button/fluent-dark.css +27 -14
  76. package/styles/drop-down-button/fluent.css +27 -14
  77. package/styles/drop-down-button/fluent2.css +1308 -0
  78. package/styles/drop-down-button/fluent2.scss +6 -0
  79. package/styles/drop-down-button/highcontrast-light.css +27 -14
  80. package/styles/drop-down-button/highcontrast.css +27 -14
  81. package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
  82. package/styles/drop-down-button/icons/_fluent2.scss +10 -0
  83. package/styles/drop-down-button/material-dark.css +27 -14
  84. package/styles/drop-down-button/material.css +27 -14
  85. package/styles/drop-down-button/material3-dark.css +33 -17
  86. package/styles/drop-down-button/material3.css +33 -17
  87. package/styles/drop-down-button/tailwind-dark.css +27 -14
  88. package/styles/drop-down-button/tailwind.css +27 -14
  89. package/styles/fabric-dark.css +263 -97
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +268 -102
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +271 -102
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +271 -102
  96. package/styles/fluent.scss +14 -4
  97. package/styles/fluent2.css +3068 -0
  98. package/styles/fluent2.scss +14 -0
  99. package/styles/highcontrast-light.css +263 -97
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +263 -97
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +277 -104
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +279 -105
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +357 -134
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +353 -132
  110. package/styles/material3.scss +14 -4
  111. package/styles/progress-button/_bds-definition.scss +0 -5
  112. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
  113. package/styles/progress-button/_bootstrap5-definition.scss +0 -1
  114. package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
  115. package/styles/progress-button/_fabric-dark-definition.scss +0 -3
  116. package/styles/progress-button/_fluent-definition.scss +0 -1
  117. package/styles/progress-button/_fluent2-definition.scss +21 -0
  118. package/styles/progress-button/_fusionnew-definition.scss +0 -1
  119. package/styles/progress-button/_layout.scss +0 -2
  120. package/styles/progress-button/_material-dark-definition.scss +0 -3
  121. package/styles/progress-button/_material3-definition.scss +0 -1
  122. package/styles/progress-button/_tailwind-definition.scss +0 -1
  123. package/styles/progress-button/_theme.scss +115 -50
  124. package/styles/progress-button/bootstrap-dark.css +118 -13
  125. package/styles/progress-button/bootstrap.css +118 -13
  126. package/styles/progress-button/bootstrap4.css +118 -13
  127. package/styles/progress-button/bootstrap5-dark.css +118 -106
  128. package/styles/progress-button/bootstrap5.css +118 -106
  129. package/styles/progress-button/fabric-dark.css +118 -13
  130. package/styles/progress-button/fabric.css +118 -13
  131. package/styles/progress-button/fluent-dark.css +118 -13
  132. package/styles/progress-button/fluent.css +118 -13
  133. package/styles/progress-button/fluent2.css +1632 -0
  134. package/styles/progress-button/fluent2.scss +5 -0
  135. package/styles/progress-button/highcontrast-light.css +118 -13
  136. package/styles/progress-button/highcontrast.css +118 -13
  137. package/styles/progress-button/material-dark.css +118 -13
  138. package/styles/progress-button/material.css +118 -13
  139. package/styles/progress-button/material3-dark.css +119 -14
  140. package/styles/progress-button/material3.css +119 -14
  141. package/styles/progress-button/tailwind-dark.css +118 -13
  142. package/styles/progress-button/tailwind.css +118 -13
  143. package/styles/split-button/_bds-definition.scss +0 -1
  144. package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
  145. package/styles/split-button/_bootstrap4-definition.scss +0 -3
  146. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  147. package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
  148. package/styles/split-button/_fabric-dark-definition.scss +0 -3
  149. package/styles/split-button/_fluent-definition.scss +0 -1
  150. package/styles/split-button/_fluent2-definition.scss +23 -0
  151. package/styles/split-button/_fusionnew-definition.scss +0 -1
  152. package/styles/split-button/_highcontrast-light-definition.scss +0 -3
  153. package/styles/split-button/_layout.scss +16 -4
  154. package/styles/split-button/_theme.scss +0 -2
  155. package/styles/split-button/bootstrap-dark.css +25 -13
  156. package/styles/split-button/bootstrap.css +25 -13
  157. package/styles/split-button/bootstrap4.css +17 -9
  158. package/styles/split-button/bootstrap5-dark.css +17 -9
  159. package/styles/split-button/bootstrap5.css +17 -9
  160. package/styles/split-button/fabric-dark.css +25 -13
  161. package/styles/split-button/fabric.css +25 -13
  162. package/styles/split-button/fluent-dark.css +17 -9
  163. package/styles/split-button/fluent.css +17 -9
  164. package/styles/split-button/fluent2.css +1379 -0
  165. package/styles/split-button/fluent2.scss +6 -0
  166. package/styles/split-button/highcontrast-light.css +25 -13
  167. package/styles/split-button/highcontrast.css +25 -13
  168. package/styles/split-button/material-dark.css +25 -13
  169. package/styles/split-button/material.css +25 -13
  170. package/styles/split-button/material3-dark.css +57 -28
  171. package/styles/split-button/material3.css +53 -26
  172. package/styles/split-button/tailwind-dark.css +25 -13
  173. package/styles/split-button/tailwind.css +25 -13
  174. package/styles/tailwind-dark.css +261 -98
  175. package/styles/tailwind-dark.scss +14 -4
  176. package/styles/tailwind.css +261 -98
  177. package/styles/tailwind.scss +14 -4
  178. package/CHANGELOG.md +0 -373
@@ -1,11 +1,14 @@
1
1
  /* stylelint-disable */
2
2
  *.e-btn-group,
3
3
  *.e-css.e-btn-group {
4
+ display: -webkit-inline-box;
4
5
  display: -ms-inline-flexbox;
5
6
  display: inline-flex;
6
7
  border-radius: 4px;
7
- -ms-flex-direction: row;
8
- flex-direction: row;
8
+ -webkit-box-orient: horizontal;
9
+ -webkit-box-direction: normal;
10
+ -ms-flex-direction: row;
11
+ flex-direction: row;
9
12
  position: relative;
10
13
  }
11
14
  *.e-btn-group input:focus + label.e-btn,
@@ -48,8 +51,9 @@
48
51
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
49
52
  border-radius: 0;
50
53
  }
51
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
52
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
54
+ *.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),
55
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
56
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
53
57
  border-bottom-right-radius: 0;
54
58
  border-top-right-radius: 0;
55
59
  }
@@ -58,11 +62,6 @@
58
62
  border-bottom-left-radius: 0;
59
63
  border-top-left-radius: 0;
60
64
  }
61
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
62
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
63
- border-bottom-right-radius: 0;
64
- border-top-right-radius: 0;
65
- }
66
65
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
67
66
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
68
67
  border-bottom-left-radius: 0;
@@ -96,8 +95,9 @@
96
95
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
97
96
  border-radius: 0;
98
97
  }
99
- *.e-btn-group.e-rtl .e-btn:first-of-type,
100
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
98
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
99
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
100
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
101
101
  border-bottom-left-radius: 0;
102
102
  border-top-left-radius: 0;
103
103
  }
@@ -106,11 +106,6 @@
106
106
  border-bottom-right-radius: 0;
107
107
  border-top-right-radius: 0;
108
108
  }
109
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
110
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
111
- border-bottom-left-radius: 0;
112
- border-top-left-radius: 0;
113
- }
114
109
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
115
110
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
116
111
  border-bottom-right-radius: 0;
@@ -138,8 +133,10 @@
138
133
  }
139
134
  *.e-btn-group.e-vertical,
140
135
  *.e-css.e-btn-group.e-vertical {
141
- -ms-flex-direction: column;
142
- flex-direction: column;
136
+ -webkit-box-orient: vertical;
137
+ -webkit-box-direction: normal;
138
+ -ms-flex-direction: column;
139
+ flex-direction: column;
143
140
  }
144
141
  *.e-btn-group.e-vertical input,
145
142
  *.e-css.e-btn-group.e-vertical input {
@@ -246,11 +243,13 @@
246
243
  /* stylelint-disable */
247
244
  .e-btn-group:not(.e-outline),
248
245
  .e-css.e-btn-group:not(.e-outline) {
249
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
246
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
247
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
250
248
  }
251
249
  .e-btn-group .e-btn:hover,
252
250
  .e-css.e-btn-group .e-btn:hover {
253
- box-shadow: none;
251
+ -webkit-box-shadow: none;
252
+ box-shadow: none;
254
253
  }
255
254
  .e-btn-group .e-btn:focus,
256
255
  .e-btn-group input:focus-visible + label.e-btn,
@@ -263,7 +262,8 @@
263
262
  color: #fff;
264
263
  outline: #1f2937 0 solid;
265
264
  outline-offset: 0;
266
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
265
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
266
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
267
267
  outline-color: inherit;
268
268
  }
269
269
  .e-btn-group .e-btn:focus.e-primary,
@@ -276,7 +276,8 @@
276
276
  border-color: #22d3ee;
277
277
  color: #000;
278
278
  outline: #1f2937 0 solid;
279
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
279
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
280
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
280
281
  outline-color: inherit;
281
282
  }
282
283
  .e-btn-group .e-btn:focus.e-success,
@@ -288,7 +289,8 @@
288
289
  background: #16a34a;
289
290
  border-color: #22c55e;
290
291
  color: #000;
291
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
292
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
293
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
292
294
  outline-color: inherit;
293
295
  }
294
296
  .e-btn-group .e-btn:focus.e-info,
@@ -300,7 +302,8 @@
300
302
  background: #0284c7;
301
303
  border-color: #0ea5e9;
302
304
  color: #fff;
303
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
305
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
306
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
304
307
  outline-color: inherit;
305
308
  }
306
309
  .e-btn-group .e-btn:focus.e-warning,
@@ -312,7 +315,8 @@
312
315
  background: #c2410c;
313
316
  border-color: #ea580c;
314
317
  color: #fff;
315
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
318
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
319
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
316
320
  outline-color: inherit;
317
321
  }
318
322
  .e-btn-group .e-btn:focus.e-danger,
@@ -324,7 +328,8 @@
324
328
  background: #ef4444;
325
329
  border-color: #f87171;
326
330
  color: #000;
327
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
331
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
332
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
328
333
  outline-color: inherit;
329
334
  }
330
335
  .e-btn-group .e-btn:focus.e-link,
@@ -338,7 +343,8 @@
338
343
  color: #67e8f9;
339
344
  background-color: transparent;
340
345
  border-color: transparent;
341
- box-shadow: none;
346
+ -webkit-box-shadow: none;
347
+ box-shadow: none;
342
348
  outline: none;
343
349
  }
344
350
  .e-btn-group .e-btn:focus.e-outline,
@@ -347,8 +353,8 @@
347
353
  .e-css.e-btn-group .e-btn:focus.e-outline,
348
354
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
349
355
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
350
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
351
- box-shadow: none;
356
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
357
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
352
358
  }
353
359
  .e-btn-group .e-btn:focus.e-outline.e-primary,
354
360
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -356,7 +362,8 @@
356
362
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
357
363
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
358
364
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
359
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
365
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
366
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
360
367
  }
361
368
  .e-btn-group .e-btn:focus.e-outline.e-success,
362
369
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -364,7 +371,8 @@
364
371
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
365
372
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
366
373
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
367
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
374
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
375
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
368
376
  }
369
377
  .e-btn-group .e-btn:focus.e-outline.e-info,
370
378
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -372,7 +380,8 @@
372
380
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
373
381
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
374
382
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
375
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
383
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
384
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
376
385
  }
377
386
  .e-btn-group .e-btn:focus.e-outline.e-warning,
378
387
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -380,7 +389,8 @@
380
389
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
381
390
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
382
391
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
383
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
392
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
393
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
384
394
  }
385
395
  .e-btn-group .e-btn:focus.e-outline.e-danger,
386
396
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -388,7 +398,8 @@
388
398
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
389
399
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
390
400
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
391
- box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
401
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
402
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
392
403
  }
393
404
  .e-btn-group .e-btn:active,
394
405
  .e-btn-group input:active + label.e-btn,
@@ -412,7 +423,8 @@
412
423
  border-color: #67e8f9;
413
424
  color: #000;
414
425
  outline: #1f2937 0 solid;
415
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
426
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
427
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
416
428
  }
417
429
  .e-btn-group .e-btn:active.e-success,
418
430
  .e-btn-group input:active + label.e-btn.e-success,
@@ -423,7 +435,8 @@
423
435
  background: #4ade80;
424
436
  border-color: #4ade80;
425
437
  color: #000;
426
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
438
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
439
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
427
440
  }
428
441
  .e-btn-group .e-btn:active.e-info,
429
442
  .e-btn-group input:active + label.e-btn.e-info,
@@ -434,7 +447,8 @@
434
447
  background: #38bdf8;
435
448
  color: #000;
436
449
  border-color: #38bdf8;
437
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
450
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
451
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
438
452
  }
439
453
  .e-btn-group .e-btn:active.e-warning,
440
454
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -445,7 +459,8 @@
445
459
  background: #f97316;
446
460
  border-color: #f97316;
447
461
  color: #000;
448
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
462
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
463
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
449
464
  }
450
465
  .e-btn-group .e-btn:active.e-danger,
451
466
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -456,7 +471,8 @@
456
471
  background: #dc2626;
457
472
  border-color: #dc2626;
458
473
  color: #fff;
459
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
474
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
475
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
460
476
  }
461
477
  .e-btn-group .e-btn:active.e-outline,
462
478
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -466,7 +482,8 @@
466
482
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
467
483
  background: #4b5563;
468
484
  border-color: #6b7280;
469
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
485
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
486
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
470
487
  color: #fff;
471
488
  }
472
489
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -477,7 +494,8 @@
477
494
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
478
495
  background: #67e8f9;
479
496
  border-color: #22d3ee;
480
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
497
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
498
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
481
499
  color: #000;
482
500
  }
483
501
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -488,7 +506,8 @@
488
506
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
489
507
  background: #4ade80;
490
508
  border-color: #4ade80;
491
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
509
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
510
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
492
511
  color: #000;
493
512
  }
494
513
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -499,7 +518,8 @@
499
518
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
500
519
  background: #38bdf8;
501
520
  border-color: #38bdf8;
502
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
521
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
522
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
503
523
  color: #000;
504
524
  }
505
525
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -510,7 +530,8 @@
510
530
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
511
531
  background: #f97316;
512
532
  border-color: #f97316;
513
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
533
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
534
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
514
535
  color: #000;
515
536
  }
516
537
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -521,7 +542,8 @@
521
542
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
522
543
  background: #dc2626;
523
544
  border-color: #dc2626;
524
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
545
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
546
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
525
547
  color: #fff;
526
548
  }
527
549
  .e-btn-group .e-btn:disabled,
@@ -530,7 +552,8 @@
530
552
  .e-css.e-btn-group input:disabled + label.e-btn {
531
553
  background-color: #1f2937;
532
554
  border-color: #374151;
533
- box-shadow: none;
555
+ -webkit-box-shadow: none;
556
+ box-shadow: none;
534
557
  color: #6b7280;
535
558
  border-color: #6b7280;
536
559
  }
@@ -540,7 +563,8 @@
540
563
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
541
564
  background: #155e75;
542
565
  border-color: #155e75;
543
- box-shadow: none;
566
+ -webkit-box-shadow: none;
567
+ box-shadow: none;
544
568
  color: #000;
545
569
  border-color: #22d3ee;
546
570
  }
@@ -550,7 +574,8 @@
550
574
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
551
575
  background: #15803d;
552
576
  border-color: #15803d;
553
- box-shadow: none;
577
+ -webkit-box-shadow: none;
578
+ box-shadow: none;
554
579
  color: #000;
555
580
  border-color: #22c55e;
556
581
  }
@@ -560,7 +585,8 @@
560
585
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
561
586
  background: #075985;
562
587
  border-color: #075985;
563
- box-shadow: none;
588
+ -webkit-box-shadow: none;
589
+ box-shadow: none;
564
590
  color: #000;
565
591
  border-color: #0ea5e9;
566
592
  }
@@ -570,7 +596,8 @@
570
596
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
571
597
  background: #9a3412;
572
598
  border-color: #9a3412;
573
- box-shadow: none;
599
+ -webkit-box-shadow: none;
600
+ box-shadow: none;
574
601
  color: #000;
575
602
  border-color: #ea580c;
576
603
  }
@@ -580,7 +607,8 @@
580
607
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
581
608
  background: #991b1b;
582
609
  border-color: #991b1b;
583
- box-shadow: none;
610
+ -webkit-box-shadow: none;
611
+ box-shadow: none;
584
612
  color: #000;
585
613
  border-color: #f87171;
586
614
  }
@@ -590,7 +618,8 @@
590
618
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
591
619
  color: #6b7280;
592
620
  background: transparent;
593
- box-shadow: none;
621
+ -webkit-box-shadow: none;
622
+ box-shadow: none;
594
623
  text-decoration: none;
595
624
  border-color: transparent;
596
625
  }
@@ -609,7 +638,8 @@
609
638
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
610
639
  background: transparent;
611
640
  border-color: rgba(34, 211, 238, 0.65);
612
- box-shadow: none;
641
+ -webkit-box-shadow: none;
642
+ box-shadow: none;
613
643
  color: rgba(34, 211, 238, 0.65);
614
644
  border-color: #22d3ee;
615
645
  }
@@ -619,7 +649,8 @@
619
649
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
620
650
  background: transparent;
621
651
  border-color: rgba(34, 197, 94, 0.65);
622
- box-shadow: none;
652
+ -webkit-box-shadow: none;
653
+ box-shadow: none;
623
654
  color: rgba(34, 197, 94, 0.65);
624
655
  border-color: #22c55e;
625
656
  }
@@ -629,7 +660,8 @@
629
660
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
630
661
  background: transparent;
631
662
  border-color: rgba(14, 165, 233, 0.65);
632
- box-shadow: none;
663
+ -webkit-box-shadow: none;
664
+ box-shadow: none;
633
665
  color: rgba(56, 189, 248, 0.65);
634
666
  border-color: #0ea5e9;
635
667
  }
@@ -639,7 +671,8 @@
639
671
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
640
672
  background: transparent;
641
673
  border-color: rgba(234, 88, 12, 0.65);
642
- box-shadow: none;
674
+ -webkit-box-shadow: none;
675
+ box-shadow: none;
643
676
  color: rgba(249, 115, 22, 0.65);
644
677
  border-color: #ea580c;
645
678
  }
@@ -649,7 +682,8 @@
649
682
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
650
683
  background: transparent;
651
684
  border-color: rgba(248, 113, 113, 0.65);
652
- box-shadow: none;
685
+ -webkit-box-shadow: none;
686
+ box-shadow: none;
653
687
  color: rgba(248, 113, 113, 0.65);
654
688
  border-color: #f87171;
655
689
  }