@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
@@ -3,24 +3,27 @@
3
3
  content: "\e969";
4
4
  }
5
5
 
6
- /*! drop-down button layout */
7
6
  .e-dropdown-btn,
8
7
  .e-dropdown-btn.e-btn {
9
- box-shadow: none;
8
+ -webkit-box-shadow: none;
9
+ box-shadow: none;
10
10
  text-transform: none;
11
11
  white-space: normal;
12
12
  }
13
13
  .e-dropdown-btn:hover,
14
14
  .e-dropdown-btn.e-btn:hover {
15
- box-shadow: none;
15
+ -webkit-box-shadow: none;
16
+ box-shadow: none;
16
17
  }
17
18
  .e-dropdown-btn:focus,
18
19
  .e-dropdown-btn.e-btn:focus {
19
- box-shadow: none;
20
+ -webkit-box-shadow: none;
21
+ box-shadow: none;
20
22
  }
21
23
  .e-dropdown-btn:active,
22
24
  .e-dropdown-btn.e-btn:active {
23
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
25
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
26
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
24
27
  }
25
28
  .e-dropdown-btn .e-btn-icon,
26
29
  .e-dropdown-btn.e-btn .e-btn-icon {
@@ -52,7 +55,6 @@
52
55
  line-height: 1;
53
56
  padding: 12px 12px;
54
57
  }
55
-
56
58
  .e-bigger .e-dropdown-btn .e-btn-icon,
57
59
  .e-bigger.e-dropdown-btn .e-btn-icon {
58
60
  font-size: 16px;
@@ -78,8 +80,10 @@
78
80
  .e-dropdown-popup ul {
79
81
  border: none;
80
82
  border-radius: 0;
81
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
82
- box-sizing: border-box;
83
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
84
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
85
+ -webkit-box-sizing: border-box;
86
+ box-sizing: border-box;
83
87
  font-size: 14px;
84
88
  font-weight: normal;
85
89
  list-style-image: none;
@@ -90,18 +94,23 @@
90
94
  overflow: hidden;
91
95
  padding: 8px 0;
92
96
  -webkit-user-select: none;
97
+ -moz-user-select: none;
93
98
  -ms-user-select: none;
94
99
  user-select: none;
95
100
  white-space: nowrap;
96
101
  }
97
102
  .e-dropdown-popup ul .e-item {
98
103
  cursor: pointer;
104
+ display: -webkit-box;
99
105
  display: -ms-flexbox;
100
106
  display: flex;
101
107
  height: 36px;
102
108
  line-height: 36px;
103
109
  padding: 0 16px;
104
110
  }
111
+ .e-dropdown-popup ul .e-item.e-separator {
112
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
113
+ }
105
114
  .e-dropdown-popup ul .e-item.e-url {
106
115
  padding: 0;
107
116
  }
@@ -134,7 +143,8 @@
134
143
  }
135
144
  .e-dropdown-popup.e-transparent {
136
145
  background: transparent;
137
- box-shadow: none;
146
+ -webkit-box-shadow: none;
147
+ box-shadow: none;
138
148
  }
139
149
  .e-dropdown-popup.e-transparent .e-dropdown-menu {
140
150
  border: 0;
@@ -152,7 +162,8 @@
152
162
 
153
163
  *.e-bigger .e-dropdown-popup ul,
154
164
  *.e-bigger.e-dropdown-popup ul {
155
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
165
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
166
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
156
167
  font-size: 15px;
157
168
  max-width: 280px;
158
169
  min-width: 112px;
@@ -179,7 +190,6 @@
179
190
  line-height: normal;
180
191
  }
181
192
 
182
- /*! drop-down button theme */
183
193
  .e-dropdown-popup {
184
194
  background: #fff;
185
195
  color: rgba(0, 0, 0, 0.87);
@@ -192,7 +202,8 @@
192
202
  }
193
203
  .e-dropdown-popup ul .e-item.e-focused {
194
204
  background: #e0e0e0;
195
- box-shadow: none;
205
+ -webkit-box-shadow: none;
206
+ box-shadow: none;
196
207
  }
197
208
  .e-dropdown-popup ul .e-item:hover {
198
209
  background: #e0e0e0;
@@ -216,7 +227,8 @@
216
227
  .e-dropdown-btn.e-btn.e-inherit {
217
228
  background: inherit;
218
229
  border-color: transparent;
219
- box-shadow: none;
230
+ -webkit-box-shadow: none;
231
+ box-shadow: none;
220
232
  color: inherit;
221
233
  }
222
234
  .e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
@@ -226,15 +238,18 @@
226
238
  .e-dropdown-btn.e-btn.e-inherit.e-active {
227
239
  background: rgba(0, 0, 0, 0.056);
228
240
  border-color: transparent;
229
- box-shadow: none;
241
+ -webkit-box-shadow: none;
242
+ box-shadow: none;
230
243
  color: inherit;
231
244
  }
232
245
 
233
- /*! splitbutton layout */
234
246
  .e-split-btn-wrapper {
247
+ display: -webkit-inline-box;
235
248
  display: -ms-inline-flexbox;
236
249
  display: inline-flex;
237
250
  white-space: nowrap;
251
+ width: -webkit-min-content;
252
+ width: -moz-min-content;
238
253
  width: min-content;
239
254
  }
240
255
  .e-split-btn-wrapper .e-split-btn {
@@ -249,13 +264,16 @@
249
264
  outline-offset: 0;
250
265
  }
251
266
  .e-split-btn-wrapper .e-split-btn:hover {
252
- box-shadow: none;
267
+ -webkit-box-shadow: none;
268
+ box-shadow: none;
253
269
  }
254
270
  .e-split-btn-wrapper .e-split-btn:focus {
255
- box-shadow: none;
271
+ -webkit-box-shadow: none;
272
+ box-shadow: none;
256
273
  }
257
274
  .e-split-btn-wrapper .e-split-btn:active {
258
- box-shadow: none;
275
+ -webkit-box-shadow: none;
276
+ box-shadow: none;
259
277
  z-index: 0;
260
278
  }
261
279
  .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
@@ -287,10 +305,12 @@
287
305
  padding-right: 4px;
288
306
  }
289
307
  .e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
290
- box-shadow: none;
308
+ -webkit-box-shadow: none;
309
+ box-shadow: none;
291
310
  }
292
311
  .e-split-btn-wrapper .e-dropdown-btn:active {
293
- box-shadow: none;
312
+ -webkit-box-shadow: none;
313
+ box-shadow: none;
294
314
  z-index: 0;
295
315
  }
296
316
  .e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
@@ -300,22 +320,28 @@
300
320
  outline-offset: 0;
301
321
  }
302
322
  .e-split-btn-wrapper .e-btn {
303
- box-shadow: none;
323
+ -webkit-box-shadow: none;
324
+ box-shadow: none;
304
325
  }
305
326
  .e-split-btn-wrapper .e-btn:hover {
306
- box-shadow: none;
327
+ -webkit-box-shadow: none;
328
+ box-shadow: none;
307
329
  }
308
330
  .e-split-btn-wrapper .e-btn:focus {
309
- box-shadow: none;
331
+ -webkit-box-shadow: none;
332
+ box-shadow: none;
310
333
  }
311
334
  .e-split-btn-wrapper .e-btn:active {
312
- box-shadow: none;
335
+ -webkit-box-shadow: none;
336
+ box-shadow: none;
313
337
  }
314
338
  .e-split-btn-wrapper .e-btn:disabled {
315
- box-shadow: none;
339
+ -webkit-box-shadow: none;
340
+ box-shadow: none;
316
341
  }
317
342
  .e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
318
- box-shadow: none;
343
+ -webkit-box-shadow: none;
344
+ box-shadow: none;
319
345
  }
320
346
  .e-split-btn-wrapper.e-rtl .e-split-btn {
321
347
  border-bottom-left-radius: 0;
@@ -462,7 +488,6 @@
462
488
  padding-top: 0;
463
489
  }
464
490
 
465
- /*! splitbutton theme */
466
491
  .e-split-btn-wrapper .e-split-btn {
467
492
  border-right-color: transparent;
468
493
  }
@@ -561,11 +586,14 @@
561
586
  /* stylelint-disable */
562
587
  *.e-btn-group,
563
588
  *.e-css.e-btn-group {
589
+ display: -webkit-inline-box;
564
590
  display: -ms-inline-flexbox;
565
591
  display: inline-flex;
566
592
  border-radius: 2px;
567
- -ms-flex-direction: row;
568
- flex-direction: row;
593
+ -webkit-box-orient: horizontal;
594
+ -webkit-box-direction: normal;
595
+ -ms-flex-direction: row;
596
+ flex-direction: row;
569
597
  position: relative;
570
598
  }
571
599
  *.e-btn-group input + label.e-btn,
@@ -600,8 +628,9 @@
600
628
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
601
629
  border-radius: 0;
602
630
  }
603
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
604
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
631
+ *.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),
632
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
633
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
605
634
  border-bottom-right-radius: 0;
606
635
  border-top-right-radius: 0;
607
636
  }
@@ -610,11 +639,6 @@
610
639
  border-bottom-left-radius: 0;
611
640
  border-top-left-radius: 0;
612
641
  }
613
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
614
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
615
- border-bottom-right-radius: 0;
616
- border-top-right-radius: 0;
617
- }
618
642
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
619
643
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
620
644
  border-bottom-left-radius: 0;
@@ -648,8 +672,9 @@
648
672
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
649
673
  border-radius: 0;
650
674
  }
651
- *.e-btn-group.e-rtl .e-btn:first-of-type,
652
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
675
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
676
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
677
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
653
678
  border-bottom-left-radius: 0;
654
679
  border-top-left-radius: 0;
655
680
  }
@@ -658,11 +683,6 @@
658
683
  border-bottom-right-radius: 0;
659
684
  border-top-right-radius: 0;
660
685
  }
661
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
662
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
663
- border-bottom-left-radius: 0;
664
- border-top-left-radius: 0;
665
- }
666
686
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
667
687
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
668
688
  border-bottom-right-radius: 0;
@@ -690,8 +710,10 @@
690
710
  }
691
711
  *.e-btn-group.e-vertical,
692
712
  *.e-css.e-btn-group.e-vertical {
693
- -ms-flex-direction: column;
694
- flex-direction: column;
713
+ -webkit-box-orient: vertical;
714
+ -webkit-box-direction: normal;
715
+ -ms-flex-direction: column;
716
+ flex-direction: column;
695
717
  }
696
718
  *.e-btn-group.e-vertical input,
697
719
  *.e-css.e-btn-group.e-vertical input {
@@ -798,15 +820,18 @@
798
820
  /* stylelint-disable */
799
821
  .e-btn-group:not(.e-outline),
800
822
  .e-css.e-btn-group:not(.e-outline) {
801
- box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
823
+ -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
824
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
802
825
  }
803
826
  .e-btn-group .e-btn,
804
827
  .e-css.e-btn-group .e-btn {
805
- box-shadow: none;
828
+ -webkit-box-shadow: none;
829
+ box-shadow: none;
806
830
  }
807
831
  .e-btn-group .e-btn:hover,
808
832
  .e-css.e-btn-group .e-btn:hover {
809
- box-shadow: none;
833
+ -webkit-box-shadow: none;
834
+ box-shadow: none;
810
835
  }
811
836
  .e-btn-group .e-btn:focus,
812
837
  .e-btn-group input:focus-visible + label.e-btn,
@@ -819,8 +844,10 @@
819
844
  color: rgba(0, 0, 0, 0.87);
820
845
  outline: #fafafa 0 solid;
821
846
  outline-offset: 0;
822
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
823
- box-shadow: none;
847
+ -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
848
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
849
+ -webkit-box-shadow: none;
850
+ box-shadow: none;
824
851
  outline-color: inherit;
825
852
  }
826
853
  .e-btn-group .e-btn:focus.e-primary,
@@ -833,8 +860,10 @@
833
860
  border-color: transparent;
834
861
  color: #fff;
835
862
  outline: #fafafa 0 solid;
836
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
837
- box-shadow: none;
863
+ -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
864
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
865
+ -webkit-box-shadow: none;
866
+ box-shadow: none;
838
867
  outline-color: inherit;
839
868
  }
840
869
  .e-btn-group .e-btn:focus.e-success,
@@ -846,8 +875,10 @@
846
875
  background: #78a253;
847
876
  border-color: transparent;
848
877
  color: #fff;
849
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
850
- box-shadow: none;
878
+ -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
879
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
880
+ -webkit-box-shadow: none;
881
+ box-shadow: none;
851
882
  outline-color: inherit;
852
883
  }
853
884
  .e-btn-group .e-btn:focus.e-info,
@@ -859,8 +890,10 @@
859
890
  background: #3f98df;
860
891
  border-color: transparent;
861
892
  color: #fff;
862
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
863
- box-shadow: none;
893
+ -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
894
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
895
+ -webkit-box-shadow: none;
896
+ box-shadow: none;
864
897
  outline-color: inherit;
865
898
  }
866
899
  .e-btn-group .e-btn:focus.e-warning,
@@ -872,8 +905,10 @@
872
905
  background: #d07f3d;
873
906
  border-color: transparent;
874
907
  color: #fff;
875
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
876
- box-shadow: none;
908
+ -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
909
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
910
+ -webkit-box-shadow: none;
911
+ box-shadow: none;
877
912
  outline-color: inherit;
878
913
  }
879
914
  .e-btn-group .e-btn:focus.e-danger,
@@ -885,8 +920,10 @@
885
920
  background: #e06f4c;
886
921
  border-color: transparent;
887
922
  color: #fff;
888
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
889
- box-shadow: none;
923
+ -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
924
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
925
+ -webkit-box-shadow: none;
926
+ box-shadow: none;
890
927
  outline-color: inherit;
891
928
  }
892
929
  .e-btn-group .e-btn:focus.e-link,
@@ -900,7 +937,8 @@
900
937
  color: #0a3576;
901
938
  background-color: transparent;
902
939
  border-color: transparent;
903
- box-shadow: none;
940
+ -webkit-box-shadow: none;
941
+ box-shadow: none;
904
942
  outline: none;
905
943
  }
906
944
  .e-btn-group .e-btn:focus.e-outline,
@@ -909,8 +947,10 @@
909
947
  .e-css.e-btn-group .e-btn:focus.e-outline,
910
948
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
911
949
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
912
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
913
- box-shadow: none;
950
+ -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
951
+ box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
952
+ -webkit-box-shadow: none;
953
+ box-shadow: none;
914
954
  }
915
955
  .e-btn-group .e-btn:focus.e-outline.e-primary,
916
956
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -918,7 +958,8 @@
918
958
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
919
959
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
920
960
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
921
- box-shadow: none;
961
+ -webkit-box-shadow: none;
962
+ box-shadow: none;
922
963
  }
923
964
  .e-btn-group .e-btn:focus.e-outline.e-success,
924
965
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -926,7 +967,8 @@
926
967
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
927
968
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
928
969
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
929
- box-shadow: none;
970
+ -webkit-box-shadow: none;
971
+ box-shadow: none;
930
972
  }
931
973
  .e-btn-group .e-btn:focus.e-outline.e-info,
932
974
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -934,7 +976,8 @@
934
976
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
935
977
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
936
978
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
937
- box-shadow: none;
979
+ -webkit-box-shadow: none;
980
+ box-shadow: none;
938
981
  }
939
982
  .e-btn-group .e-btn:focus.e-outline.e-warning,
940
983
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -942,7 +985,8 @@
942
985
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
943
986
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
944
987
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
945
- box-shadow: none;
988
+ -webkit-box-shadow: none;
989
+ box-shadow: none;
946
990
  }
947
991
  .e-btn-group .e-btn:focus.e-outline.e-danger,
948
992
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -950,7 +994,8 @@
950
994
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
951
995
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
952
996
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
953
- box-shadow: none;
997
+ -webkit-box-shadow: none;
998
+ box-shadow: none;
954
999
  }
955
1000
  .e-btn-group .e-btn:active,
956
1001
  .e-btn-group input:active + label.e-btn,
@@ -974,7 +1019,8 @@
974
1019
  border-color: transparent;
975
1020
  color: #fff;
976
1021
  outline: #fafafa 0 solid;
977
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1022
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1023
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
978
1024
  }
979
1025
  .e-btn-group .e-btn:active.e-success,
980
1026
  .e-btn-group input:active + label.e-btn.e-success,
@@ -985,7 +1031,8 @@
985
1031
  background: #86ab65;
986
1032
  border-color: transparent;
987
1033
  color: #fff;
988
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1034
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1035
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
989
1036
  }
990
1037
  .e-btn-group .e-btn:active.e-info,
991
1038
  .e-btn-group input:active + label.e-btn.e-info,
@@ -996,7 +1043,8 @@
996
1043
  background: #54a3e2;
997
1044
  color: #fff;
998
1045
  border-color: transparent;
999
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1046
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1047
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1000
1048
  }
1001
1049
  .e-btn-group .e-btn:active.e-warning,
1002
1050
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -1007,7 +1055,8 @@
1007
1055
  background: #d58d52;
1008
1056
  border-color: transparent;
1009
1057
  color: #fff;
1010
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1058
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1059
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1011
1060
  }
1012
1061
  .e-btn-group .e-btn:active.e-danger,
1013
1062
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -1018,7 +1067,8 @@
1018
1067
  background: #e37e5f;
1019
1068
  border-color: transparent;
1020
1069
  color: #fff;
1021
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1070
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1071
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
1022
1072
  }
1023
1073
  .e-btn-group .e-btn:active.e-outline,
1024
1074
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1028,7 +1078,8 @@
1028
1078
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1029
1079
  background: rgba(0, 0, 0, 0.32);
1030
1080
  border-color: #adadad;
1031
- box-shadow: none;
1081
+ -webkit-box-shadow: none;
1082
+ box-shadow: none;
1032
1083
  color: rgba(0, 0, 0, 0.87);
1033
1084
  }
1034
1085
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1039,7 +1090,8 @@
1039
1090
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1040
1091
  background: #ec618f;
1041
1092
  border-color: transparent;
1042
- box-shadow: none;
1093
+ -webkit-box-shadow: none;
1094
+ box-shadow: none;
1043
1095
  color: #fff;
1044
1096
  }
1045
1097
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1050,7 +1102,8 @@
1050
1102
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1051
1103
  background: #86ab65;
1052
1104
  border-color: transparent;
1053
- box-shadow: none;
1105
+ -webkit-box-shadow: none;
1106
+ box-shadow: none;
1054
1107
  color: #fff;
1055
1108
  }
1056
1109
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1061,7 +1114,8 @@
1061
1114
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1062
1115
  background: #54a3e2;
1063
1116
  border-color: transparent;
1064
- box-shadow: none;
1117
+ -webkit-box-shadow: none;
1118
+ box-shadow: none;
1065
1119
  color: #fff;
1066
1120
  }
1067
1121
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1072,7 +1126,8 @@
1072
1126
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1073
1127
  background: #d58d52;
1074
1128
  border-color: transparent;
1075
- box-shadow: none;
1129
+ -webkit-box-shadow: none;
1130
+ box-shadow: none;
1076
1131
  color: #fff;
1077
1132
  }
1078
1133
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1083,7 +1138,8 @@
1083
1138
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1084
1139
  background: #e37e5f;
1085
1140
  border-color: transparent;
1086
- box-shadow: none;
1141
+ -webkit-box-shadow: none;
1142
+ box-shadow: none;
1087
1143
  color: #fff;
1088
1144
  }
1089
1145
  .e-btn-group .e-btn:disabled,
@@ -1092,7 +1148,8 @@
1092
1148
  .e-css.e-btn-group input:disabled + label.e-btn {
1093
1149
  background-color: rgba(0, 0, 0, 0.12);
1094
1150
  border-color: transparent;
1095
- box-shadow: none;
1151
+ -webkit-box-shadow: none;
1152
+ box-shadow: none;
1096
1153
  color: rgba(0, 0, 0, 0.26);
1097
1154
  border-color: transparent;
1098
1155
  }
@@ -1102,7 +1159,8 @@
1102
1159
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1103
1160
  background: rgba(0, 0, 0, 0.12);
1104
1161
  border-color: transparent;
1105
- box-shadow: none;
1162
+ -webkit-box-shadow: none;
1163
+ box-shadow: none;
1106
1164
  color: rgba(0, 0, 0, 0.26);
1107
1165
  border-color: transparent;
1108
1166
  }
@@ -1112,7 +1170,8 @@
1112
1170
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1113
1171
  background: rgba(0, 0, 0, 0.12);
1114
1172
  border-color: transparent;
1115
- box-shadow: none;
1173
+ -webkit-box-shadow: none;
1174
+ box-shadow: none;
1116
1175
  color: rgba(0, 0, 0, 0.26);
1117
1176
  border-color: transparent;
1118
1177
  }
@@ -1122,7 +1181,8 @@
1122
1181
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1123
1182
  background: rgba(0, 0, 0, 0.12);
1124
1183
  border-color: transparent;
1125
- box-shadow: none;
1184
+ -webkit-box-shadow: none;
1185
+ box-shadow: none;
1126
1186
  color: rgba(0, 0, 0, 0.26);
1127
1187
  border-color: transparent;
1128
1188
  }
@@ -1132,7 +1192,8 @@
1132
1192
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1133
1193
  background: rgba(0, 0, 0, 0.12);
1134
1194
  border-color: transparent;
1135
- box-shadow: none;
1195
+ -webkit-box-shadow: none;
1196
+ box-shadow: none;
1136
1197
  color: rgba(0, 0, 0, 0.26);
1137
1198
  border-color: transparent;
1138
1199
  }
@@ -1142,7 +1203,8 @@
1142
1203
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1143
1204
  background: rgba(0, 0, 0, 0.12);
1144
1205
  border-color: transparent;
1145
- box-shadow: none;
1206
+ -webkit-box-shadow: none;
1207
+ box-shadow: none;
1146
1208
  color: rgba(0, 0, 0, 0.26);
1147
1209
  border-color: transparent;
1148
1210
  }
@@ -1152,7 +1214,8 @@
1152
1214
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1153
1215
  color: rgba(0, 0, 0, 0.26);
1154
1216
  background: transparent;
1155
- box-shadow: none;
1217
+ -webkit-box-shadow: none;
1218
+ box-shadow: none;
1156
1219
  text-decoration: none;
1157
1220
  border-color: transparent;
1158
1221
  }
@@ -1162,7 +1225,8 @@
1162
1225
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1163
1226
  background: transparent;
1164
1227
  border-color: rgba(0, 0, 0, 0.26);
1165
- box-shadow: none;
1228
+ -webkit-box-shadow: none;
1229
+ box-shadow: none;
1166
1230
  color: rgba(0, 0, 0, 0.26);
1167
1231
  border-color: #adadad;
1168
1232
  }
@@ -1172,7 +1236,8 @@
1172
1236
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1173
1237
  background: transparent;
1174
1238
  border-color: rgba(0, 0, 0, 0.26);
1175
- box-shadow: none;
1239
+ -webkit-box-shadow: none;
1240
+ box-shadow: none;
1176
1241
  color: rgba(0, 0, 0, 0.26);
1177
1242
  border-color: #e3165b;
1178
1243
  }
@@ -1182,7 +1247,8 @@
1182
1247
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1183
1248
  background: transparent;
1184
1249
  border-color: rgba(0, 0, 0, 0.26);
1185
- box-shadow: none;
1250
+ -webkit-box-shadow: none;
1251
+ box-shadow: none;
1186
1252
  color: rgba(0, 0, 0, 0.26);
1187
1253
  border-color: #4d841d;
1188
1254
  }
@@ -1192,7 +1258,8 @@
1192
1258
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1193
1259
  background: transparent;
1194
1260
  border-color: rgba(0, 0, 0, 0.26);
1195
- box-shadow: none;
1261
+ -webkit-box-shadow: none;
1262
+ box-shadow: none;
1196
1263
  color: rgba(0, 0, 0, 0.26);
1197
1264
  border-color: #0378d5;
1198
1265
  }
@@ -1202,7 +1269,8 @@
1202
1269
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1203
1270
  background: transparent;
1204
1271
  border-color: rgba(0, 0, 0, 0.26);
1205
- box-shadow: none;
1272
+ -webkit-box-shadow: none;
1273
+ box-shadow: none;
1206
1274
  color: rgba(0, 0, 0, 0.26);
1207
1275
  border-color: #c15700;
1208
1276
  }
@@ -1212,7 +1280,8 @@
1212
1280
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1213
1281
  background: transparent;
1214
1282
  border-color: rgba(0, 0, 0, 0.26);
1215
- box-shadow: none;
1283
+ -webkit-box-shadow: none;
1284
+ box-shadow: none;
1216
1285
  color: rgba(0, 0, 0, 0.26);
1217
1286
  border-color: #d64113;
1218
1287
  }
@@ -1341,23 +1410,46 @@
1341
1410
  }
1342
1411
 
1343
1412
  /* stylelint-disable property-no-vendor-prefix */
1413
+ @-webkit-keyframes material-spinner-rotate {
1414
+ 0% {
1415
+ -webkit-transform: rotate(0deg);
1416
+ transform: rotate(0deg);
1417
+ }
1418
+ 100% {
1419
+ -webkit-transform: rotate(360deg);
1420
+ transform: rotate(360deg);
1421
+ }
1422
+ }
1344
1423
  @keyframes material-spinner-rotate {
1345
1424
  0% {
1425
+ -webkit-transform: rotate(0deg);
1346
1426
  transform: rotate(0deg);
1347
1427
  }
1348
1428
  100% {
1429
+ -webkit-transform: rotate(360deg);
1430
+ transform: rotate(360deg);
1431
+ }
1432
+ }
1433
+ @-webkit-keyframes fabric-spinner-rotate {
1434
+ 0% {
1435
+ -webkit-transform: rotate(0deg);
1436
+ transform: rotate(0deg);
1437
+ }
1438
+ 100% {
1439
+ -webkit-transform: rotate(360deg);
1349
1440
  transform: rotate(360deg);
1350
1441
  }
1351
1442
  }
1352
1443
  @keyframes fabric-spinner-rotate {
1353
1444
  0% {
1445
+ -webkit-transform: rotate(0deg);
1354
1446
  transform: rotate(0deg);
1355
1447
  }
1356
1448
  100% {
1449
+ -webkit-transform: rotate(360deg);
1357
1450
  transform: rotate(360deg);
1358
1451
  }
1359
1452
  }
1360
- /*! Progress Button Layout */
1361
1453
  .e-progress-btn {
1362
1454
  position: relative;
1363
1455
  }
@@ -1367,9 +1459,11 @@
1367
1459
  opacity: 0;
1368
1460
  position: absolute;
1369
1461
  top: 0;
1462
+ -webkit-transition: opacity 0.3s linear;
1370
1463
  transition: opacity 0.3s linear;
1371
1464
  }
1372
1465
  .e-progress-btn .e-spinner {
1466
+ -webkit-transition: all 0.3s linear;
1373
1467
  transition: all 0.3s linear;
1374
1468
  }
1375
1469
  .e-progress-btn .e-btn-content {
@@ -1402,6 +1496,7 @@
1402
1496
  opacity: 0;
1403
1497
  }
1404
1498
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1499
+ -webkit-transition: padding 0.3s linear;
1405
1500
  transition: padding 0.3s linear;
1406
1501
  }
1407
1502
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1411,10 +1506,12 @@
1411
1506
  line-height: 1;
1412
1507
  }
1413
1508
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1509
+ display: -webkit-box;
1414
1510
  display: -ms-flexbox;
1415
1511
  display: flex;
1416
- -ms-flex-pack: center;
1417
- justify-content: center;
1512
+ -webkit-box-pack: center;
1513
+ -ms-flex-pack: center;
1514
+ justify-content: center;
1418
1515
  }
1419
1516
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1420
1517
  padding-right: 12px;
@@ -1500,21 +1597,35 @@
1500
1597
  left: auto;
1501
1598
  position: relative;
1502
1599
  top: auto;
1503
- transform: none;
1600
+ -webkit-transform: none;
1601
+ transform: none;
1504
1602
  }
1505
1603
  .e-progress-btn .e-cont-animate {
1506
- -ms-flex-align: center;
1507
- align-items: center;
1604
+ -webkit-box-align: center;
1605
+ -ms-flex-align: center;
1606
+ align-items: center;
1607
+ display: -webkit-inline-box;
1508
1608
  display: -ms-inline-flexbox;
1509
1609
  display: inline-flex;
1510
1610
  height: 100%;
1511
- -ms-flex-pack: center;
1512
- justify-content: center;
1611
+ -webkit-box-pack: center;
1612
+ -ms-flex-pack: center;
1613
+ justify-content: center;
1513
1614
  left: 0;
1514
1615
  position: absolute;
1515
1616
  top: 0;
1516
1617
  width: 100%;
1517
1618
  }
1619
+ @-webkit-keyframes ProgressSlideLeft {
1620
+ from {
1621
+ left: 0%;
1622
+ opacity: 1;
1623
+ }
1624
+ to {
1625
+ left: -100%;
1626
+ opacity: 0;
1627
+ }
1628
+ }
1518
1629
  @keyframes ProgressSlideLeft {
1519
1630
  from {
1520
1631
  left: 0%;
@@ -1525,6 +1636,16 @@
1525
1636
  opacity: 0;
1526
1637
  }
1527
1638
  }
1639
+ @-webkit-keyframes ProgressSlideRight {
1640
+ from {
1641
+ left: 0%;
1642
+ opacity: 1;
1643
+ }
1644
+ to {
1645
+ left: 100%;
1646
+ opacity: 0;
1647
+ }
1648
+ }
1528
1649
  @keyframes ProgressSlideRight {
1529
1650
  from {
1530
1651
  left: 0%;
@@ -1535,6 +1656,18 @@
1535
1656
  opacity: 0;
1536
1657
  }
1537
1658
  }
1659
+ @-webkit-keyframes ProgressSlideUp {
1660
+ from {
1661
+ height: auto;
1662
+ opacity: 1;
1663
+ top: 0;
1664
+ }
1665
+ to {
1666
+ height: auto;
1667
+ opacity: 0;
1668
+ top: -100px;
1669
+ }
1670
+ }
1538
1671
  @keyframes ProgressSlideUp {
1539
1672
  from {
1540
1673
  height: auto;
@@ -1547,6 +1680,18 @@
1547
1680
  top: -100px;
1548
1681
  }
1549
1682
  }
1683
+ @-webkit-keyframes ProgressSlideDown {
1684
+ from {
1685
+ height: auto;
1686
+ opacity: 1;
1687
+ top: 0;
1688
+ }
1689
+ to {
1690
+ height: auto;
1691
+ opacity: 0;
1692
+ top: 100px;
1693
+ }
1694
+ }
1550
1695
  @keyframes ProgressSlideDown {
1551
1696
  from {
1552
1697
  height: auto;
@@ -1559,22 +1704,48 @@
1559
1704
  top: 100px;
1560
1705
  }
1561
1706
  }
1707
+ @-webkit-keyframes ProgressZoomIn {
1708
+ from {
1709
+ opacity: 1;
1710
+ -webkit-transform: translate(0, 0) scale(1);
1711
+ transform: translate(0, 0) scale(1);
1712
+ }
1713
+ to {
1714
+ opacity: 0;
1715
+ -webkit-transform: translate(0, 0) scale(3);
1716
+ transform: translate(0, 0) scale(3);
1717
+ }
1718
+ }
1562
1719
  @keyframes ProgressZoomIn {
1563
1720
  from {
1564
1721
  opacity: 1;
1565
- transform: translate(0, 0) scale(1);
1722
+ -webkit-transform: translate(0, 0) scale(1);
1723
+ transform: translate(0, 0) scale(1);
1566
1724
  }
1567
1725
  to {
1568
1726
  opacity: 0;
1569
- transform: translate(0, 0) scale(3);
1727
+ -webkit-transform: translate(0, 0) scale(3);
1728
+ transform: translate(0, 0) scale(3);
1729
+ }
1730
+ }
1731
+ @-webkit-keyframes ProgressZoomOut {
1732
+ from {
1733
+ -webkit-transform: translate(0, 0) scale(1);
1734
+ transform: translate(0, 0) scale(1);
1735
+ }
1736
+ to {
1737
+ -webkit-transform: translate(0, 0) scale(0);
1738
+ transform: translate(0, 0) scale(0);
1570
1739
  }
1571
1740
  }
1572
1741
  @keyframes ProgressZoomOut {
1573
1742
  from {
1574
- transform: translate(0, 0) scale(1);
1743
+ -webkit-transform: translate(0, 0) scale(1);
1744
+ transform: translate(0, 0) scale(1);
1575
1745
  }
1576
1746
  to {
1577
- transform: translate(0, 0) scale(0);
1747
+ -webkit-transform: translate(0, 0) scale(0);
1748
+ transform: translate(0, 0) scale(0);
1578
1749
  }
1579
1750
  }
1580
1751
 
@@ -1826,7 +1997,10 @@
1826
1997
 
1827
1998
  *.e-primary .e-progress,
1828
1999
  *.e-success .e-progress,
1829
- *.e-danger .e-progress,
2000
+ *.e-danger .e-progress {
2001
+ background: rgba(0, 0, 0, 0.2);
2002
+ }
2003
+
1830
2004
  *.e-info .e-progress {
1831
2005
  background: rgba(0, 0, 0, 0.2);
1832
2006
  }