@syncfusion/ej2-splitbuttons 25.2.4 → 26.1.35-750253

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/.eslintrc.json +3 -2
  2. package/dist/ej2-splitbuttons.min.js +2 -2
  3. package/dist/ej2-splitbuttons.umd.min.js +2 -2
  4. package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-splitbuttons.es2015.js +29 -48
  6. package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
  7. package/dist/es6/ej2-splitbuttons.es5.js +30 -45
  8. package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
  9. package/dist/global/ej2-splitbuttons.min.js +2 -2
  10. package/dist/global/ej2-splitbuttons.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +8 -8
  13. package/src/drop-down-button/drop-down-button.js +6 -1
  14. package/src/progress-button/progress-button.js +3 -3
  15. package/src/split-button/split-button.js +2 -1
  16. package/styles/bootstrap-dark.css +263 -97
  17. package/styles/bootstrap-dark.scss +14 -4
  18. package/styles/bootstrap.css +263 -97
  19. package/styles/bootstrap.scss +14 -4
  20. package/styles/bootstrap4.css +227 -80
  21. package/styles/bootstrap4.scss +14 -4
  22. package/styles/bootstrap5-dark.css +227 -174
  23. package/styles/bootstrap5-dark.scss +14 -4
  24. package/styles/bootstrap5.css +227 -174
  25. package/styles/bootstrap5.scss +14 -4
  26. package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
  27. package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
  28. package/styles/button-group/_fabric-dark-definition.scss +0 -2
  29. package/styles/button-group/_fluent2-definition.scss +31 -0
  30. package/styles/button-group/_group-button-mixin.scss +21 -0
  31. package/styles/button-group/_highcontrast-light-definition.scss +0 -2
  32. package/styles/button-group/_layout.scss +5 -13
  33. package/styles/button-group/_material-dark-definition.scss +0 -2
  34. package/styles/button-group/_theme.scss +30 -84
  35. package/styles/button-group/bootstrap-dark.css +93 -57
  36. package/styles/button-group/bootstrap.css +93 -57
  37. package/styles/button-group/bootstrap4.css +69 -46
  38. package/styles/button-group/bootstrap5-dark.css +69 -46
  39. package/styles/button-group/bootstrap5.css +69 -46
  40. package/styles/button-group/fabric-dark.css +93 -57
  41. package/styles/button-group/fabric.css +98 -62
  42. package/styles/button-group/fluent-dark.css +109 -65
  43. package/styles/button-group/fluent.css +109 -65
  44. package/styles/button-group/fluent2.css +1849 -0
  45. package/styles/button-group/fluent2.scss +4 -0
  46. package/styles/button-group/highcontrast-light.css +93 -57
  47. package/styles/button-group/highcontrast.css +93 -57
  48. package/styles/button-group/material-dark.css +107 -64
  49. package/styles/button-group/material.css +109 -65
  50. package/styles/button-group/material3-dark.css +151 -77
  51. package/styles/button-group/material3.css +151 -77
  52. package/styles/button-group/tailwind-dark.css +91 -57
  53. package/styles/button-group/tailwind.css +91 -57
  54. package/styles/drop-down-button/_bds-definition.scss +5 -5
  55. package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
  56. package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
  57. package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
  58. package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
  59. package/styles/drop-down-button/_fluent-definition.scss +0 -1
  60. package/styles/drop-down-button/_fluent2-definition.scss +48 -0
  61. package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
  62. package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
  63. package/styles/drop-down-button/_layout.scss +51 -6
  64. package/styles/drop-down-button/_material-dark-definition.scss +0 -3
  65. package/styles/drop-down-button/_material3-definition.scss +0 -1
  66. package/styles/drop-down-button/_tailwind-definition.scss +0 -1
  67. package/styles/drop-down-button/_theme.scss +8 -8
  68. package/styles/drop-down-button/bootstrap-dark.css +27 -14
  69. package/styles/drop-down-button/bootstrap.css +27 -14
  70. package/styles/drop-down-button/bootstrap4.css +23 -12
  71. package/styles/drop-down-button/bootstrap5-dark.css +23 -12
  72. package/styles/drop-down-button/bootstrap5.css +23 -12
  73. package/styles/drop-down-button/fabric-dark.css +27 -14
  74. package/styles/drop-down-button/fabric.css +27 -14
  75. package/styles/drop-down-button/fluent-dark.css +27 -14
  76. package/styles/drop-down-button/fluent.css +27 -14
  77. package/styles/drop-down-button/fluent2.css +1308 -0
  78. package/styles/drop-down-button/fluent2.scss +6 -0
  79. package/styles/drop-down-button/highcontrast-light.css +27 -14
  80. package/styles/drop-down-button/highcontrast.css +27 -14
  81. package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
  82. package/styles/drop-down-button/icons/_fluent2.scss +10 -0
  83. package/styles/drop-down-button/material-dark.css +27 -14
  84. package/styles/drop-down-button/material.css +27 -14
  85. package/styles/drop-down-button/material3-dark.css +33 -17
  86. package/styles/drop-down-button/material3.css +33 -17
  87. package/styles/drop-down-button/tailwind-dark.css +27 -14
  88. package/styles/drop-down-button/tailwind.css +27 -14
  89. package/styles/fabric-dark.css +263 -97
  90. package/styles/fabric-dark.scss +14 -4
  91. package/styles/fabric.css +268 -102
  92. package/styles/fabric.scss +14 -4
  93. package/styles/fluent-dark.css +271 -102
  94. package/styles/fluent-dark.scss +14 -4
  95. package/styles/fluent.css +271 -102
  96. package/styles/fluent.scss +14 -4
  97. package/styles/fluent2.css +3072 -0
  98. package/styles/fluent2.scss +14 -0
  99. package/styles/highcontrast-light.css +263 -97
  100. package/styles/highcontrast-light.scss +14 -4
  101. package/styles/highcontrast.css +263 -97
  102. package/styles/highcontrast.scss +14 -4
  103. package/styles/material-dark.css +277 -104
  104. package/styles/material-dark.scss +14 -4
  105. package/styles/material.css +279 -105
  106. package/styles/material.scss +14 -4
  107. package/styles/material3-dark.css +357 -134
  108. package/styles/material3-dark.scss +14 -4
  109. package/styles/material3.css +353 -132
  110. package/styles/material3.scss +14 -4
  111. package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
  112. package/styles/progress-button/_bootstrap5-definition.scss +0 -1
  113. package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
  114. package/styles/progress-button/_fabric-dark-definition.scss +0 -3
  115. package/styles/progress-button/_fluent-definition.scss +0 -1
  116. package/styles/progress-button/_fluent2-definition.scss +26 -0
  117. package/styles/progress-button/_fusionnew-definition.scss +0 -1
  118. package/styles/progress-button/_layout.scss +0 -2
  119. package/styles/progress-button/_material-dark-definition.scss +0 -3
  120. package/styles/progress-button/_material3-definition.scss +0 -1
  121. package/styles/progress-button/_tailwind-definition.scss +0 -1
  122. package/styles/progress-button/_theme.scss +115 -50
  123. package/styles/progress-button/bootstrap-dark.css +118 -13
  124. package/styles/progress-button/bootstrap.css +118 -13
  125. package/styles/progress-button/bootstrap4.css +118 -13
  126. package/styles/progress-button/bootstrap5-dark.css +118 -106
  127. package/styles/progress-button/bootstrap5.css +118 -106
  128. package/styles/progress-button/fabric-dark.css +118 -13
  129. package/styles/progress-button/fabric.css +118 -13
  130. package/styles/progress-button/fluent-dark.css +118 -13
  131. package/styles/progress-button/fluent.css +118 -13
  132. package/styles/progress-button/fluent2.css +1636 -0
  133. package/styles/progress-button/fluent2.scss +5 -0
  134. package/styles/progress-button/highcontrast-light.css +118 -13
  135. package/styles/progress-button/highcontrast.css +118 -13
  136. package/styles/progress-button/material-dark.css +118 -13
  137. package/styles/progress-button/material.css +118 -13
  138. package/styles/progress-button/material3-dark.css +119 -14
  139. package/styles/progress-button/material3.css +119 -14
  140. package/styles/progress-button/tailwind-dark.css +118 -13
  141. package/styles/progress-button/tailwind.css +118 -13
  142. package/styles/split-button/_bds-definition.scss +0 -1
  143. package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
  144. package/styles/split-button/_bootstrap4-definition.scss +0 -3
  145. package/styles/split-button/_bootstrap5-definition.scss +0 -1
  146. package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
  147. package/styles/split-button/_fabric-dark-definition.scss +0 -3
  148. package/styles/split-button/_fluent-definition.scss +0 -1
  149. package/styles/split-button/_fluent2-definition.scss +23 -0
  150. package/styles/split-button/_fusionnew-definition.scss +0 -1
  151. package/styles/split-button/_highcontrast-light-definition.scss +0 -3
  152. package/styles/split-button/_layout.scss +16 -4
  153. package/styles/split-button/_theme.scss +0 -2
  154. package/styles/split-button/bootstrap-dark.css +25 -13
  155. package/styles/split-button/bootstrap.css +25 -13
  156. package/styles/split-button/bootstrap4.css +17 -9
  157. package/styles/split-button/bootstrap5-dark.css +17 -9
  158. package/styles/split-button/bootstrap5.css +17 -9
  159. package/styles/split-button/fabric-dark.css +25 -13
  160. package/styles/split-button/fabric.css +25 -13
  161. package/styles/split-button/fluent-dark.css +17 -9
  162. package/styles/split-button/fluent.css +17 -9
  163. package/styles/split-button/fluent2.css +1379 -0
  164. package/styles/split-button/fluent2.scss +6 -0
  165. package/styles/split-button/highcontrast-light.css +25 -13
  166. package/styles/split-button/highcontrast.css +25 -13
  167. package/styles/split-button/material-dark.css +25 -13
  168. package/styles/split-button/material.css +25 -13
  169. package/styles/split-button/material3-dark.css +57 -28
  170. package/styles/split-button/material3.css +53 -26
  171. package/styles/split-button/tailwind-dark.css +25 -13
  172. package/styles/split-button/tailwind.css +25 -13
  173. package/styles/tailwind-dark.css +261 -98
  174. package/styles/tailwind-dark.scss +14 -4
  175. package/styles/tailwind.css +261 -98
  176. package/styles/tailwind.scss +14 -4
  177. package/CHANGELOG.md +0 -373
@@ -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,11 +235,13 @@
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,
@@ -255,7 +254,8 @@
255
254
  color: #333;
256
255
  outline: #fff 0 solid;
257
256
  outline-offset: 0;
258
- box-shadow: none;
257
+ -webkit-box-shadow: none;
258
+ box-shadow: none;
259
259
  box-shadow: none;
260
260
  outline-color: inherit;
261
261
  }
@@ -269,7 +269,8 @@
269
269
  border-color: #0c1d2c;
270
270
  color: #fff;
271
271
  outline: #fff 0 solid;
272
- box-shadow: none;
272
+ -webkit-box-shadow: none;
273
+ box-shadow: none;
273
274
  box-shadow: none;
274
275
  outline-color: inherit;
275
276
  }
@@ -282,7 +283,8 @@
282
283
  background: #124a1f;
283
284
  border-color: black;
284
285
  color: #fff;
285
- box-shadow: none;
286
+ -webkit-box-shadow: none;
287
+ box-shadow: none;
286
288
  box-shadow: none;
287
289
  outline-color: inherit;
288
290
  }
@@ -295,7 +297,8 @@
295
297
  background: #104b5d;
296
298
  border-color: #010406;
297
299
  color: #fff;
298
- box-shadow: none;
300
+ -webkit-box-shadow: none;
301
+ box-shadow: none;
299
302
  box-shadow: none;
300
303
  outline-color: inherit;
301
304
  }
@@ -308,7 +311,8 @@
308
311
  background: #613b05;
309
312
  border-color: black;
310
313
  color: #fff;
311
- box-shadow: none;
314
+ -webkit-box-shadow: none;
315
+ box-shadow: none;
312
316
  box-shadow: none;
313
317
  outline-color: inherit;
314
318
  }
@@ -321,7 +325,8 @@
321
325
  background: #a51c2a;
322
326
  border-color: #4e0d14;
323
327
  color: #fff;
324
- box-shadow: none;
328
+ -webkit-box-shadow: none;
329
+ box-shadow: none;
325
330
  box-shadow: none;
326
331
  outline-color: inherit;
327
332
  }
@@ -336,7 +341,8 @@
336
341
  color: #0a3576;
337
342
  background-color: transparent;
338
343
  border-color: transparent;
339
- box-shadow: none;
344
+ -webkit-box-shadow: none;
345
+ box-shadow: none;
340
346
  outline: none;
341
347
  }
342
348
  .e-btn-group .e-btn:focus.e-outline,
@@ -345,7 +351,8 @@
345
351
  .e-css.e-btn-group .e-btn:focus.e-outline,
346
352
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
347
353
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
348
- box-shadow: none;
354
+ -webkit-box-shadow: none;
355
+ box-shadow: none;
349
356
  box-shadow: none;
350
357
  }
351
358
  .e-btn-group .e-btn:focus.e-outline.e-primary,
@@ -354,7 +361,8 @@
354
361
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
355
362
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
356
363
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
357
- box-shadow: none;
364
+ -webkit-box-shadow: none;
365
+ box-shadow: none;
358
366
  }
359
367
  .e-btn-group .e-btn:focus.e-outline.e-success,
360
368
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -362,7 +370,8 @@
362
370
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
363
371
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
364
372
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
365
- box-shadow: none;
373
+ -webkit-box-shadow: none;
374
+ box-shadow: none;
366
375
  }
367
376
  .e-btn-group .e-btn:focus.e-outline.e-info,
368
377
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -370,7 +379,8 @@
370
379
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
371
380
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
372
381
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
373
- box-shadow: none;
382
+ -webkit-box-shadow: none;
383
+ box-shadow: none;
374
384
  }
375
385
  .e-btn-group .e-btn:focus.e-outline.e-warning,
376
386
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -378,7 +388,8 @@
378
388
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
379
389
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
380
390
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
381
- box-shadow: none;
391
+ -webkit-box-shadow: none;
392
+ box-shadow: none;
382
393
  }
383
394
  .e-btn-group .e-btn:focus.e-outline.e-danger,
384
395
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -386,7 +397,8 @@
386
397
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
387
398
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
388
399
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
389
- box-shadow: none;
400
+ -webkit-box-shadow: none;
401
+ box-shadow: none;
390
402
  }
391
403
  .e-btn-group .e-btn:active,
392
404
  .e-btn-group input:active + label.e-btn,
@@ -410,7 +422,8 @@
410
422
  border-color: #163854;
411
423
  color: #fff;
412
424
  outline: #fff 0 solid;
413
- 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);
414
427
  }
415
428
  .e-btn-group .e-btn:active.e-success,
416
429
  .e-btn-group input:active + label.e-btn.e-success,
@@ -421,7 +434,8 @@
421
434
  background: #124a1f;
422
435
  border-color: #08210e;
423
436
  color: #fff;
424
- 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);
425
439
  }
426
440
  .e-btn-group .e-btn:active.e-info,
427
441
  .e-btn-group input:active + label.e-btn.e-info,
@@ -432,7 +446,8 @@
432
446
  background: #104b5d;
433
447
  color: #fff;
434
448
  border-color: #082831;
435
- 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);
436
451
  }
437
452
  .e-btn-group .e-btn:active.e-warning,
438
453
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -443,7 +458,8 @@
443
458
  background: #613b05;
444
459
  border-color: #301d02;
445
460
  color: #fff;
446
- 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);
447
463
  }
448
464
  .e-btn-group .e-btn:active.e-danger,
449
465
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -454,7 +470,8 @@
454
470
  background: #a51c2a;
455
471
  border-color: #7a151f;
456
472
  color: #fff;
457
- 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);
458
475
  }
459
476
  .e-btn-group .e-btn:active.e-outline,
460
477
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -464,7 +481,8 @@
464
481
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
465
482
  background: #e6e6e6;
466
483
  border-color: #adadad;
467
- 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);
468
486
  color: #333;
469
487
  }
470
488
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -475,7 +493,8 @@
475
493
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
476
494
  background: #21527d;
477
495
  border-color: #265f91;
478
- 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);
479
498
  color: #fff;
480
499
  }
481
500
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -486,7 +505,8 @@
486
505
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
487
506
  background: #124a1f;
488
507
  border-color: #08210e;
489
- 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);
490
510
  color: #fff;
491
511
  }
492
512
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -497,7 +517,8 @@
497
517
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
498
518
  background: #104b5d;
499
519
  border-color: #082831;
500
- 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);
501
522
  color: #fff;
502
523
  }
503
524
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -508,7 +529,8 @@
508
529
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
509
530
  background: #613b05;
510
531
  border-color: #301d02;
511
- 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);
512
534
  color: #fff;
513
535
  }
514
536
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -519,7 +541,8 @@
519
541
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
520
542
  background: #a51c2a;
521
543
  border-color: #7a151f;
522
- 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);
523
546
  color: #fff;
524
547
  }
525
548
  .e-btn-group .e-btn:disabled,
@@ -528,7 +551,8 @@
528
551
  .e-css.e-btn-group input:disabled + label.e-btn {
529
552
  background-color: rgba(255, 255, 255, 0.65);
530
553
  border-color: rgba(204, 204, 204, 0.65);
531
- box-shadow: none;
554
+ -webkit-box-shadow: none;
555
+ box-shadow: none;
532
556
  color: rgba(51, 51, 51, 0.65);
533
557
  border-color: #ccc;
534
558
  }
@@ -538,7 +562,8 @@
538
562
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
539
563
  background: rgba(49, 122, 185, 0.65);
540
564
  border-color: rgba(204, 204, 204, 0.65);
541
- box-shadow: none;
565
+ -webkit-box-shadow: none;
566
+ box-shadow: none;
542
567
  color: rgba(255, 255, 255, 0.65);
543
568
  border-color: #265f91;
544
569
  }
@@ -548,7 +573,8 @@
548
573
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
549
574
  background: rgba(92, 184, 92, 0.65);
550
575
  border-color: rgba(204, 204, 204, 0.65);
551
- box-shadow: none;
576
+ -webkit-box-shadow: none;
577
+ box-shadow: none;
552
578
  color: rgba(255, 255, 255, 0.65);
553
579
  border-color: #175e28;
554
580
  }
@@ -558,7 +584,8 @@
558
584
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
559
585
  background: rgba(91, 192, 222, 0.65);
560
586
  border-color: rgba(204, 204, 204, 0.65);
561
- box-shadow: none;
587
+ -webkit-box-shadow: none;
588
+ box-shadow: none;
562
589
  color: rgba(255, 255, 255, 0.65);
563
590
  border-color: #145d72;
564
591
  }
@@ -568,7 +595,8 @@
568
595
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
569
596
  background: rgba(240, 173, 78, 0.65);
570
597
  border-color: rgba(204, 204, 204, 0.65);
571
- box-shadow: none;
598
+ -webkit-box-shadow: none;
599
+ box-shadow: none;
572
600
  color: rgba(255, 255, 255, 0.65);
573
601
  border-color: #794906;
574
602
  }
@@ -578,7 +606,8 @@
578
606
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
579
607
  background: rgba(217, 83, 79, 0.65);
580
608
  border-color: rgba(204, 204, 204, 0.65);
581
- box-shadow: none;
609
+ -webkit-box-shadow: none;
610
+ box-shadow: none;
582
611
  color: rgba(255, 255, 255, 0.65);
583
612
  border-color: #bb202f;
584
613
  }
@@ -588,7 +617,8 @@
588
617
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
589
618
  color: rgba(51, 51, 51, 0.65);
590
619
  background: transparent;
591
- box-shadow: none;
620
+ -webkit-box-shadow: none;
621
+ box-shadow: none;
592
622
  text-decoration: none;
593
623
  border-color: transparent;
594
624
  }
@@ -598,7 +628,8 @@
598
628
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
599
629
  background: transparent;
600
630
  border-color: rgba(204, 204, 204, 0.65);
601
- box-shadow: none;
631
+ -webkit-box-shadow: none;
632
+ box-shadow: none;
602
633
  color: rgba(51, 51, 51, 0.65);
603
634
  border-color: #ccc;
604
635
  }
@@ -608,7 +639,8 @@
608
639
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
609
640
  background: transparent;
610
641
  border-color: rgba(204, 204, 204, 0.65);
611
- box-shadow: none;
642
+ -webkit-box-shadow: none;
643
+ box-shadow: none;
612
644
  color: rgba(51, 51, 51, 0.65);
613
645
  border-color: #317ab9;
614
646
  }
@@ -618,7 +650,8 @@
618
650
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
619
651
  background: transparent;
620
652
  border-color: rgba(33, 135, 57, 0.65);
621
- box-shadow: none;
653
+ -webkit-box-shadow: none;
654
+ box-shadow: none;
622
655
  color: rgba(33, 135, 57, 0.65);
623
656
  border-color: #218739;
624
657
  }
@@ -628,7 +661,8 @@
628
661
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
629
662
  background: transparent;
630
663
  border-color: rgba(27, 128, 158, 0.65);
631
- box-shadow: none;
664
+ -webkit-box-shadow: none;
665
+ box-shadow: none;
632
666
  color: rgba(27, 128, 158, 0.65);
633
667
  border-color: #1b809e;
634
668
  }
@@ -638,7 +672,8 @@
638
672
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
639
673
  background: transparent;
640
674
  border-color: rgba(170, 103, 8, 0.65);
641
- box-shadow: none;
675
+ -webkit-box-shadow: none;
676
+ box-shadow: none;
642
677
  color: rgba(170, 103, 8, 0.65);
643
678
  border-color: #aa6708;
644
679
  }
@@ -648,7 +683,8 @@
648
683
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
649
684
  background: transparent;
650
685
  border-color: rgba(220, 50, 67, 0.65);
651
- box-shadow: none;
686
+ -webkit-box-shadow: none;
687
+ box-shadow: none;
652
688
  color: rgba(220, 50, 67, 0.65);
653
689
  border-color: #dc3243;
654
690
  }