@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
@@ -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 + label.e-btn,
@@ -40,8 +43,9 @@
40
43
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
41
44
  border-radius: 0;
42
45
  }
43
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
44
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
46
+ *.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),
47
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
48
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
45
49
  border-bottom-right-radius: 0;
46
50
  border-top-right-radius: 0;
47
51
  }
@@ -50,11 +54,6 @@
50
54
  border-bottom-left-radius: 0;
51
55
  border-top-left-radius: 0;
52
56
  }
53
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
54
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
55
- border-bottom-right-radius: 0;
56
- border-top-right-radius: 0;
57
- }
58
57
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
59
58
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
60
59
  border-bottom-left-radius: 0;
@@ -88,8 +87,9 @@
88
87
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
89
88
  border-radius: 0;
90
89
  }
91
- *.e-btn-group.e-rtl .e-btn:first-of-type,
92
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
90
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
91
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
92
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
93
93
  border-bottom-left-radius: 0;
94
94
  border-top-left-radius: 0;
95
95
  }
@@ -98,11 +98,6 @@
98
98
  border-bottom-right-radius: 0;
99
99
  border-top-right-radius: 0;
100
100
  }
101
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
102
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
103
- border-bottom-left-radius: 0;
104
- border-top-left-radius: 0;
105
- }
106
101
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
107
102
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
108
103
  border-bottom-right-radius: 0;
@@ -130,8 +125,10 @@
130
125
  }
131
126
  *.e-btn-group.e-vertical,
132
127
  *.e-css.e-btn-group.e-vertical {
133
- -ms-flex-direction: column;
134
- flex-direction: column;
128
+ -webkit-box-orient: vertical;
129
+ -webkit-box-direction: normal;
130
+ -ms-flex-direction: column;
131
+ flex-direction: column;
135
132
  }
136
133
  *.e-btn-group.e-vertical input,
137
134
  *.e-css.e-btn-group.e-vertical input {
@@ -238,129 +235,170 @@
238
235
  /* stylelint-disable */
239
236
  .e-btn-group:not(.e-outline),
240
237
  .e-css.e-btn-group:not(.e-outline) {
241
- box-shadow: none;
238
+ -webkit-box-shadow: none;
239
+ box-shadow: none;
242
240
  }
243
241
  .e-btn-group .e-btn:hover,
244
242
  .e-css.e-btn-group .e-btn:hover {
245
- box-shadow: none;
243
+ -webkit-box-shadow: none;
244
+ box-shadow: none;
246
245
  }
247
246
  .e-btn-group .e-btn:focus,
248
247
  .e-btn-group input:focus-visible + label.e-btn,
248
+ .e-btn-group input:focus + label.e-btn,
249
249
  .e-css.e-btn-group .e-btn:focus,
250
- .e-css.e-btn-group input:focus-visible + label.e-btn {
250
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
251
+ .e-css.e-btn-group input:focus + label.e-btn {
251
252
  background: #e6e6e6;
252
253
  border-color: #8c8c8c;
253
254
  color: #333;
254
255
  outline: #fff 0 solid;
255
256
  outline-offset: 0;
256
- box-shadow: none;
257
+ -webkit-box-shadow: none;
258
+ box-shadow: none;
257
259
  box-shadow: none;
258
260
  outline-color: inherit;
259
261
  }
260
262
  .e-btn-group .e-btn:focus.e-primary,
261
263
  .e-btn-group input:focus-visible + label.e-btn.e-primary,
264
+ .e-btn-group input:focus + label.e-btn.e-primary,
262
265
  .e-css.e-btn-group .e-btn:focus.e-primary,
263
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary {
266
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
267
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
264
268
  background: #21527d;
265
269
  border-color: #0c1d2c;
266
270
  color: #fff;
267
271
  outline: #fff 0 solid;
268
- box-shadow: none;
272
+ -webkit-box-shadow: none;
273
+ box-shadow: none;
269
274
  box-shadow: none;
270
275
  outline-color: inherit;
271
276
  }
272
277
  .e-btn-group .e-btn:focus.e-success,
273
278
  .e-btn-group input:focus-visible + label.e-btn.e-success,
279
+ .e-btn-group input:focus + label.e-btn.e-success,
274
280
  .e-css.e-btn-group .e-btn:focus.e-success,
275
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-success {
281
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
282
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
276
283
  background: #124a1f;
277
284
  border-color: black;
278
285
  color: #fff;
279
- box-shadow: none;
286
+ -webkit-box-shadow: none;
287
+ box-shadow: none;
280
288
  box-shadow: none;
281
289
  outline-color: inherit;
282
290
  }
283
291
  .e-btn-group .e-btn:focus.e-info,
284
292
  .e-btn-group input:focus-visible + label.e-btn.e-info,
293
+ .e-btn-group input:focus + label.e-btn.e-info,
285
294
  .e-css.e-btn-group .e-btn:focus.e-info,
286
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-info {
295
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
296
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
287
297
  background: #104b5d;
288
298
  border-color: #010406;
289
299
  color: #fff;
290
- box-shadow: none;
300
+ -webkit-box-shadow: none;
301
+ box-shadow: none;
291
302
  box-shadow: none;
292
303
  outline-color: inherit;
293
304
  }
294
305
  .e-btn-group .e-btn:focus.e-warning,
295
306
  .e-btn-group input:focus-visible + label.e-btn.e-warning,
307
+ .e-btn-group input:focus + label.e-btn.e-warning,
296
308
  .e-css.e-btn-group .e-btn:focus.e-warning,
297
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning {
309
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
310
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
298
311
  background: #613b05;
299
312
  border-color: black;
300
313
  color: #fff;
301
- box-shadow: none;
314
+ -webkit-box-shadow: none;
315
+ box-shadow: none;
302
316
  box-shadow: none;
303
317
  outline-color: inherit;
304
318
  }
305
319
  .e-btn-group .e-btn:focus.e-danger,
306
320
  .e-btn-group input:focus-visible + label.e-btn.e-danger,
321
+ .e-btn-group input:focus + label.e-btn.e-danger,
307
322
  .e-css.e-btn-group .e-btn:focus.e-danger,
308
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
323
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
324
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
309
325
  background: #a51c2a;
310
326
  border-color: #4e0d14;
311
327
  color: #fff;
312
- box-shadow: none;
328
+ -webkit-box-shadow: none;
329
+ box-shadow: none;
313
330
  box-shadow: none;
314
331
  outline-color: inherit;
315
332
  }
316
333
  .e-btn-group .e-btn:focus.e-link,
317
334
  .e-btn-group input:focus-visible + label.e-btn.e-link,
335
+ .e-btn-group input:focus + label.e-btn.e-link,
318
336
  .e-css.e-btn-group .e-btn:focus.e-link,
319
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-link {
337
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
338
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
320
339
  border-radius: 0;
321
340
  text-decoration: underline;
322
341
  color: #0a3576;
323
342
  background-color: transparent;
324
343
  border-color: transparent;
325
- box-shadow: none;
344
+ -webkit-box-shadow: none;
345
+ box-shadow: none;
326
346
  outline: none;
327
347
  }
328
348
  .e-btn-group .e-btn:focus.e-outline,
329
349
  .e-btn-group input:focus-visible + label.e-btn.e-outline,
350
+ .e-btn-group input:focus + label.e-btn.e-outline,
330
351
  .e-css.e-btn-group .e-btn:focus.e-outline,
331
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
332
- box-shadow: none;
352
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
353
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
354
+ -webkit-box-shadow: none;
355
+ box-shadow: none;
333
356
  box-shadow: none;
334
357
  }
335
358
  .e-btn-group .e-btn:focus.e-outline.e-primary,
336
359
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
360
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
337
361
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
338
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary {
339
- box-shadow: none;
362
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
363
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
364
+ -webkit-box-shadow: none;
365
+ box-shadow: none;
340
366
  }
341
367
  .e-btn-group .e-btn:focus.e-outline.e-success,
342
368
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
369
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
343
370
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
344
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success {
345
- box-shadow: none;
371
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
372
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
373
+ -webkit-box-shadow: none;
374
+ box-shadow: none;
346
375
  }
347
376
  .e-btn-group .e-btn:focus.e-outline.e-info,
348
377
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
378
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
349
379
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
350
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info {
351
- box-shadow: none;
380
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
381
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
382
+ -webkit-box-shadow: none;
383
+ box-shadow: none;
352
384
  }
353
385
  .e-btn-group .e-btn:focus.e-outline.e-warning,
354
386
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
387
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
355
388
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
356
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning {
357
- box-shadow: none;
389
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
390
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
391
+ -webkit-box-shadow: none;
392
+ box-shadow: none;
358
393
  }
359
394
  .e-btn-group .e-btn:focus.e-outline.e-danger,
360
395
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
396
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
361
397
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
362
- .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
363
- box-shadow: none;
398
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
399
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
400
+ -webkit-box-shadow: none;
401
+ box-shadow: none;
364
402
  }
365
403
  .e-btn-group .e-btn:active,
366
404
  .e-btn-group input:active + label.e-btn,
@@ -384,7 +422,8 @@
384
422
  border-color: #163854;
385
423
  color: #fff;
386
424
  outline: #fff 0 solid;
387
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
425
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
426
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
388
427
  }
389
428
  .e-btn-group .e-btn:active.e-success,
390
429
  .e-btn-group input:active + label.e-btn.e-success,
@@ -395,7 +434,8 @@
395
434
  background: #124a1f;
396
435
  border-color: #08210e;
397
436
  color: #fff;
398
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
437
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
438
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
399
439
  }
400
440
  .e-btn-group .e-btn:active.e-info,
401
441
  .e-btn-group input:active + label.e-btn.e-info,
@@ -406,7 +446,8 @@
406
446
  background: #104b5d;
407
447
  color: #fff;
408
448
  border-color: #082831;
409
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
449
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
450
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
410
451
  }
411
452
  .e-btn-group .e-btn:active.e-warning,
412
453
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -417,7 +458,8 @@
417
458
  background: #613b05;
418
459
  border-color: #301d02;
419
460
  color: #fff;
420
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
461
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
462
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
421
463
  }
422
464
  .e-btn-group .e-btn:active.e-danger,
423
465
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -428,7 +470,8 @@
428
470
  background: #a51c2a;
429
471
  border-color: #7a151f;
430
472
  color: #fff;
431
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
473
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
474
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
432
475
  }
433
476
  .e-btn-group .e-btn:active.e-outline,
434
477
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -438,7 +481,8 @@
438
481
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
439
482
  background: #e6e6e6;
440
483
  border-color: #adadad;
441
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
484
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
485
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
442
486
  color: #333;
443
487
  }
444
488
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -449,7 +493,8 @@
449
493
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
450
494
  background: #21527d;
451
495
  border-color: #265f91;
452
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
496
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
497
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
453
498
  color: #fff;
454
499
  }
455
500
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -460,7 +505,8 @@
460
505
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
461
506
  background: #124a1f;
462
507
  border-color: #08210e;
463
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
508
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
509
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
464
510
  color: #fff;
465
511
  }
466
512
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -471,7 +517,8 @@
471
517
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
472
518
  background: #104b5d;
473
519
  border-color: #082831;
474
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
520
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
521
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
475
522
  color: #fff;
476
523
  }
477
524
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -482,7 +529,8 @@
482
529
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
483
530
  background: #613b05;
484
531
  border-color: #301d02;
485
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
532
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
533
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
486
534
  color: #fff;
487
535
  }
488
536
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -493,7 +541,8 @@
493
541
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
494
542
  background: #a51c2a;
495
543
  border-color: #7a151f;
496
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
544
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
545
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
497
546
  color: #fff;
498
547
  }
499
548
  .e-btn-group .e-btn:disabled,
@@ -502,7 +551,8 @@
502
551
  .e-css.e-btn-group input:disabled + label.e-btn {
503
552
  background-color: rgba(255, 255, 255, 0.65);
504
553
  border-color: rgba(204, 204, 204, 0.65);
505
- box-shadow: none;
554
+ -webkit-box-shadow: none;
555
+ box-shadow: none;
506
556
  color: rgba(51, 51, 51, 0.65);
507
557
  border-color: #ccc;
508
558
  }
@@ -512,7 +562,8 @@
512
562
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
513
563
  background: rgba(49, 122, 185, 0.65);
514
564
  border-color: rgba(204, 204, 204, 0.65);
515
- box-shadow: none;
565
+ -webkit-box-shadow: none;
566
+ box-shadow: none;
516
567
  color: rgba(255, 255, 255, 0.65);
517
568
  border-color: #265f91;
518
569
  }
@@ -522,7 +573,8 @@
522
573
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
523
574
  background: rgba(92, 184, 92, 0.65);
524
575
  border-color: rgba(204, 204, 204, 0.65);
525
- box-shadow: none;
576
+ -webkit-box-shadow: none;
577
+ box-shadow: none;
526
578
  color: rgba(255, 255, 255, 0.65);
527
579
  border-color: #175e28;
528
580
  }
@@ -532,7 +584,8 @@
532
584
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
533
585
  background: rgba(91, 192, 222, 0.65);
534
586
  border-color: rgba(204, 204, 204, 0.65);
535
- box-shadow: none;
587
+ -webkit-box-shadow: none;
588
+ box-shadow: none;
536
589
  color: rgba(255, 255, 255, 0.65);
537
590
  border-color: #145d72;
538
591
  }
@@ -542,7 +595,8 @@
542
595
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
543
596
  background: rgba(240, 173, 78, 0.65);
544
597
  border-color: rgba(204, 204, 204, 0.65);
545
- box-shadow: none;
598
+ -webkit-box-shadow: none;
599
+ box-shadow: none;
546
600
  color: rgba(255, 255, 255, 0.65);
547
601
  border-color: #794906;
548
602
  }
@@ -552,7 +606,8 @@
552
606
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
553
607
  background: rgba(217, 83, 79, 0.65);
554
608
  border-color: rgba(204, 204, 204, 0.65);
555
- box-shadow: none;
609
+ -webkit-box-shadow: none;
610
+ box-shadow: none;
556
611
  color: rgba(255, 255, 255, 0.65);
557
612
  border-color: #bb202f;
558
613
  }
@@ -562,7 +617,8 @@
562
617
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
563
618
  color: rgba(51, 51, 51, 0.65);
564
619
  background: transparent;
565
- box-shadow: none;
620
+ -webkit-box-shadow: none;
621
+ box-shadow: none;
566
622
  text-decoration: none;
567
623
  border-color: transparent;
568
624
  }
@@ -572,7 +628,8 @@
572
628
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
573
629
  background: transparent;
574
630
  border-color: rgba(204, 204, 204, 0.65);
575
- box-shadow: none;
631
+ -webkit-box-shadow: none;
632
+ box-shadow: none;
576
633
  color: rgba(51, 51, 51, 0.65);
577
634
  border-color: #ccc;
578
635
  }
@@ -582,7 +639,8 @@
582
639
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
583
640
  background: transparent;
584
641
  border-color: rgba(204, 204, 204, 0.65);
585
- box-shadow: none;
642
+ -webkit-box-shadow: none;
643
+ box-shadow: none;
586
644
  color: rgba(51, 51, 51, 0.65);
587
645
  border-color: #317ab9;
588
646
  }
@@ -592,7 +650,8 @@
592
650
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
593
651
  background: transparent;
594
652
  border-color: rgba(33, 135, 57, 0.65);
595
- box-shadow: none;
653
+ -webkit-box-shadow: none;
654
+ box-shadow: none;
596
655
  color: rgba(33, 135, 57, 0.65);
597
656
  border-color: #218739;
598
657
  }
@@ -602,7 +661,8 @@
602
661
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
603
662
  background: transparent;
604
663
  border-color: rgba(27, 128, 158, 0.65);
605
- box-shadow: none;
664
+ -webkit-box-shadow: none;
665
+ box-shadow: none;
606
666
  color: rgba(27, 128, 158, 0.65);
607
667
  border-color: #1b809e;
608
668
  }
@@ -612,7 +672,8 @@
612
672
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
613
673
  background: transparent;
614
674
  border-color: rgba(170, 103, 8, 0.65);
615
- box-shadow: none;
675
+ -webkit-box-shadow: none;
676
+ box-shadow: none;
616
677
  color: rgba(170, 103, 8, 0.65);
617
678
  border-color: #aa6708;
618
679
  }
@@ -622,7 +683,8 @@
622
683
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
623
684
  background: transparent;
624
685
  border-color: rgba(220, 50, 67, 0.65);
625
- box-shadow: none;
686
+ -webkit-box-shadow: none;
687
+ box-shadow: none;
626
688
  color: rgba(220, 50, 67, 0.65);
627
689
  border-color: #dc3243;
628
690
  }