@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: 0;
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: #fff;
256
255
  outline: #fff 1px solid;
257
256
  outline-offset: 2px;
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
  outline-offset: -4px;
@@ -270,7 +270,8 @@
270
270
  border-color: #ffd939;
271
271
  color: #000;
272
272
  outline: #ffd939 1px solid;
273
- box-shadow: none;
273
+ -webkit-box-shadow: none;
274
+ box-shadow: none;
274
275
  box-shadow: none;
275
276
  outline-color: #000;
276
277
  }
@@ -283,7 +284,8 @@
283
284
  background: #166600;
284
285
  border-color: #166600;
285
286
  color: #fff;
286
- box-shadow: none;
287
+ -webkit-box-shadow: none;
288
+ box-shadow: none;
287
289
  box-shadow: none;
288
290
  outline-color: inherit;
289
291
  }
@@ -296,7 +298,8 @@
296
298
  background: #0056b3;
297
299
  border-color: #0056b3;
298
300
  color: #fff;
299
- box-shadow: none;
301
+ -webkit-box-shadow: none;
302
+ box-shadow: none;
300
303
  box-shadow: none;
301
304
  outline-color: inherit;
302
305
  }
@@ -309,7 +312,8 @@
309
312
  background: #944000;
310
313
  border-color: #944000;
311
314
  color: #fff;
312
- box-shadow: none;
315
+ -webkit-box-shadow: none;
316
+ box-shadow: none;
313
317
  box-shadow: none;
314
318
  outline-color: inherit;
315
319
  }
@@ -322,7 +326,8 @@
322
326
  background: #b30900;
323
327
  border-color: #b30900;
324
328
  color: #fff;
325
- box-shadow: none;
329
+ -webkit-box-shadow: none;
330
+ box-shadow: none;
326
331
  box-shadow: none;
327
332
  outline-color: inherit;
328
333
  }
@@ -337,7 +342,8 @@
337
342
  color: #8a8aff;
338
343
  background-color: transparent;
339
344
  border-color: transparent;
340
- box-shadow: none;
345
+ -webkit-box-shadow: none;
346
+ box-shadow: none;
341
347
  outline: none;
342
348
  }
343
349
  .e-btn-group .e-btn:focus.e-outline,
@@ -346,7 +352,8 @@
346
352
  .e-css.e-btn-group .e-btn:focus.e-outline,
347
353
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
348
354
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
349
- box-shadow: none;
355
+ -webkit-box-shadow: none;
356
+ box-shadow: none;
350
357
  box-shadow: none;
351
358
  }
352
359
  .e-btn-group .e-btn:focus.e-outline.e-primary,
@@ -355,7 +362,8 @@
355
362
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
356
363
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
357
364
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
358
- box-shadow: none;
365
+ -webkit-box-shadow: none;
366
+ box-shadow: none;
359
367
  }
360
368
  .e-btn-group .e-btn:focus.e-outline.e-success,
361
369
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -363,7 +371,8 @@
363
371
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
364
372
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
365
373
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
366
- box-shadow: none;
374
+ -webkit-box-shadow: none;
375
+ box-shadow: none;
367
376
  }
368
377
  .e-btn-group .e-btn:focus.e-outline.e-info,
369
378
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -371,7 +380,8 @@
371
380
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
372
381
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
373
382
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
374
- box-shadow: none;
383
+ -webkit-box-shadow: none;
384
+ box-shadow: none;
375
385
  }
376
386
  .e-btn-group .e-btn:focus.e-outline.e-warning,
377
387
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -379,7 +389,8 @@
379
389
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
380
390
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
381
391
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
382
- box-shadow: none;
392
+ -webkit-box-shadow: none;
393
+ box-shadow: none;
383
394
  }
384
395
  .e-btn-group .e-btn:focus.e-outline.e-danger,
385
396
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -387,7 +398,8 @@
387
398
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
388
399
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
389
400
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
390
- box-shadow: none;
401
+ -webkit-box-shadow: none;
402
+ box-shadow: none;
391
403
  }
392
404
  .e-btn-group .e-btn:active,
393
405
  .e-btn-group input:active + label.e-btn,
@@ -411,7 +423,8 @@
411
423
  border-color: #ffd939;
412
424
  color: #000;
413
425
  outline: #fff 0 solid;
414
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
426
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
427
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
415
428
  }
416
429
  .e-btn-group .e-btn:active.e-success,
417
430
  .e-btn-group input:active + label.e-btn.e-success,
@@ -422,7 +435,8 @@
422
435
  background: #fff;
423
436
  border-color: #fff;
424
437
  color: #166600;
425
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
438
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
439
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
426
440
  }
427
441
  .e-btn-group .e-btn:active.e-info,
428
442
  .e-btn-group input:active + label.e-btn.e-info,
@@ -433,7 +447,8 @@
433
447
  background: #fff;
434
448
  color: #0056b3;
435
449
  border-color: #fff;
436
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
450
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
451
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
437
452
  }
438
453
  .e-btn-group .e-btn:active.e-warning,
439
454
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -444,7 +459,8 @@
444
459
  background: #fff;
445
460
  border-color: #fff;
446
461
  color: #944000;
447
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
462
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
463
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
448
464
  }
449
465
  .e-btn-group .e-btn:active.e-danger,
450
466
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -455,7 +471,8 @@
455
471
  background: #fff;
456
472
  border-color: #fff;
457
473
  color: #b30900;
458
- box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
474
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
475
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
459
476
  }
460
477
  .e-btn-group .e-btn:active.e-outline,
461
478
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -465,7 +482,8 @@
465
482
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
466
483
  background: #ffd939;
467
484
  border-color: #ffd939;
468
- box-shadow: none;
485
+ -webkit-box-shadow: none;
486
+ box-shadow: none;
469
487
  color: #000;
470
488
  }
471
489
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -476,7 +494,8 @@
476
494
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
477
495
  background: #ffd939;
478
496
  border-color: #ffd939;
479
- box-shadow: none;
497
+ -webkit-box-shadow: none;
498
+ box-shadow: none;
480
499
  color: #000;
481
500
  }
482
501
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -487,7 +506,8 @@
487
506
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
488
507
  background: #fff;
489
508
  border-color: #fff;
490
- box-shadow: none;
509
+ -webkit-box-shadow: none;
510
+ box-shadow: none;
491
511
  color: #166600;
492
512
  }
493
513
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -498,7 +518,8 @@
498
518
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
499
519
  background: #fff;
500
520
  border-color: #fff;
501
- box-shadow: none;
521
+ -webkit-box-shadow: none;
522
+ box-shadow: none;
502
523
  color: #0056b3;
503
524
  }
504
525
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -509,7 +530,8 @@
509
530
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
510
531
  background: #fff;
511
532
  border-color: #fff;
512
- box-shadow: none;
533
+ -webkit-box-shadow: none;
534
+ box-shadow: none;
513
535
  color: #944000;
514
536
  }
515
537
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -520,7 +542,8 @@
520
542
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
521
543
  background: #fff;
522
544
  border-color: #fff;
523
- box-shadow: none;
545
+ -webkit-box-shadow: none;
546
+ box-shadow: none;
524
547
  color: #b30900;
525
548
  }
526
549
  .e-btn-group .e-btn:disabled,
@@ -529,7 +552,8 @@
529
552
  .e-css.e-btn-group input:disabled + label.e-btn {
530
553
  background-color: #000;
531
554
  border-color: #757575;
532
- box-shadow: none;
555
+ -webkit-box-shadow: none;
556
+ box-shadow: none;
533
557
  color: #757575;
534
558
  border-color: #fff;
535
559
  }
@@ -539,7 +563,8 @@
539
563
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
540
564
  background: #000;
541
565
  border-color: #757575;
542
- box-shadow: none;
566
+ -webkit-box-shadow: none;
567
+ box-shadow: none;
543
568
  color: #757575;
544
569
  border-color: #ffd939;
545
570
  }
@@ -549,7 +574,8 @@
549
574
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
550
575
  background: #000;
551
576
  border-color: #757575;
552
- box-shadow: none;
577
+ -webkit-box-shadow: none;
578
+ box-shadow: none;
553
579
  color: #757575;
554
580
  border-color: #166600;
555
581
  }
@@ -559,7 +585,8 @@
559
585
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
560
586
  background: #000;
561
587
  border-color: #757575;
562
- box-shadow: none;
588
+ -webkit-box-shadow: none;
589
+ box-shadow: none;
563
590
  color: #757575;
564
591
  border-color: #0056b3;
565
592
  }
@@ -569,7 +596,8 @@
569
596
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
570
597
  background: #000;
571
598
  border-color: #757575;
572
- box-shadow: none;
599
+ -webkit-box-shadow: none;
600
+ box-shadow: none;
573
601
  color: #757575;
574
602
  border-color: #944000;
575
603
  }
@@ -579,7 +607,8 @@
579
607
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
580
608
  background: #000;
581
609
  border-color: #757575;
582
- box-shadow: none;
610
+ -webkit-box-shadow: none;
611
+ box-shadow: none;
583
612
  color: #757575;
584
613
  border-color: #b30900;
585
614
  }
@@ -589,7 +618,8 @@
589
618
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
590
619
  color: #757575;
591
620
  background: transparent;
592
- box-shadow: none;
621
+ -webkit-box-shadow: none;
622
+ box-shadow: none;
593
623
  text-decoration: none;
594
624
  border-color: transparent;
595
625
  }
@@ -599,7 +629,8 @@
599
629
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
600
630
  background: #000;
601
631
  border-color: #757575;
602
- box-shadow: none;
632
+ -webkit-box-shadow: none;
633
+ box-shadow: none;
603
634
  color: #757575;
604
635
  border-color: #fff;
605
636
  }
@@ -609,7 +640,8 @@
609
640
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
610
641
  background: #000;
611
642
  border-color: #757575;
612
- box-shadow: none;
643
+ -webkit-box-shadow: none;
644
+ box-shadow: none;
613
645
  color: #757575;
614
646
  border-color: #ffd939;
615
647
  }
@@ -619,7 +651,8 @@
619
651
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
620
652
  background: #000;
621
653
  border-color: #757575;
622
- box-shadow: none;
654
+ -webkit-box-shadow: none;
655
+ box-shadow: none;
623
656
  color: #757575;
624
657
  border-color: #166600;
625
658
  }
@@ -629,7 +662,8 @@
629
662
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
630
663
  background: #000;
631
664
  border-color: #757575;
632
- box-shadow: none;
665
+ -webkit-box-shadow: none;
666
+ box-shadow: none;
633
667
  color: #757575;
634
668
  border-color: #0056b3;
635
669
  }
@@ -639,7 +673,8 @@
639
673
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
640
674
  background: #000;
641
675
  border-color: #757575;
642
- box-shadow: none;
676
+ -webkit-box-shadow: none;
677
+ box-shadow: none;
643
678
  color: #757575;
644
679
  border-color: #944000;
645
680
  }
@@ -649,7 +684,8 @@
649
684
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
650
685
  background: #000;
651
686
  border-color: #757575;
652
- box-shadow: none;
687
+ -webkit-box-shadow: none;
688
+ box-shadow: none;
653
689
  color: #757575;
654
690
  border-color: #b30900;
655
691
  }