@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: inset 0 4px 5px rgba(26, 26, 26, 0.4);
25
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
26
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
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: 6px 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: 1px solid #414141;
80
82
  border-radius: 4px;
81
- box-shadow: 0 6px 12px rgba(26, 26, 26, 0.175);
82
- box-sizing: border-box;
83
+ -webkit-box-shadow: 0 6px 12px rgba(26, 26, 26, 0.175);
84
+ box-shadow: 0 6px 12px rgba(26, 26, 26, 0.175);
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: 3px 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: 26px;
102
108
  line-height: 26px;
103
109
  padding: 0 14px;
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 6px 12px rgba(26, 26, 26, 0.175);
165
+ -webkit-box-shadow: 0 6px 12px rgba(26, 26, 26, 0.175);
166
+ box-shadow: 0 6px 12px rgba(26, 26, 26, 0.175);
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: #2a2a2a;
185
195
  color: #f0f0f0;
@@ -192,7 +202,8 @@
192
202
  }
193
203
  .e-dropdown-popup ul .e-item.e-focused {
194
204
  background: transparent;
195
- box-shadow: inset 0 0 0 1px #585858;
205
+ -webkit-box-shadow: inset 0 0 0 1px #585858;
206
+ box-shadow: inset 0 0 0 1px #585858;
196
207
  }
197
208
  .e-dropdown-popup ul .e-item:hover {
198
209
  background: #414141;
@@ -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: inset 0 3px 5px rgba(26, 26, 26, 0.125);
275
+ -webkit-box-shadow: inset 0 3px 5px rgba(26, 26, 26, 0.125);
276
+ box-shadow: inset 0 3px 5px rgba(26, 26, 26, 0.125);
259
277
  z-index: 2;
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: inset 0 3px 5px rgba(26, 26, 26, 0.125);
312
+ -webkit-box-shadow: inset 0 3px 5px rgba(26, 26, 26, 0.125);
313
+ box-shadow: inset 0 3px 5px rgba(26, 26, 26, 0.125);
294
314
  z-index: 2;
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: inset 0 3px 5px rgba(26, 26, 26, 0.125);
335
+ -webkit-box-shadow: inset 0 3px 5px rgba(26, 26, 26, 0.125);
336
+ box-shadow: inset 0 3px 5px rgba(26, 26, 26, 0.125);
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: #585858;
468
493
  }
@@ -564,11 +589,14 @@
564
589
  /* stylelint-disable */
565
590
  *.e-btn-group,
566
591
  *.e-css.e-btn-group {
592
+ display: -webkit-inline-box;
567
593
  display: -ms-inline-flexbox;
568
594
  display: inline-flex;
569
595
  border-radius: 4px;
570
- -ms-flex-direction: row;
571
- flex-direction: row;
596
+ -webkit-box-orient: horizontal;
597
+ -webkit-box-direction: normal;
598
+ -ms-flex-direction: row;
599
+ flex-direction: row;
572
600
  position: relative;
573
601
  }
574
602
  *.e-btn-group input + label.e-btn,
@@ -603,8 +631,9 @@
603
631
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
604
632
  border-radius: 0;
605
633
  }
606
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
607
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
634
+ *.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),
635
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
636
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
608
637
  border-bottom-right-radius: 0;
609
638
  border-top-right-radius: 0;
610
639
  }
@@ -613,11 +642,6 @@
613
642
  border-bottom-left-radius: 0;
614
643
  border-top-left-radius: 0;
615
644
  }
616
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
617
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
618
- border-bottom-right-radius: 0;
619
- border-top-right-radius: 0;
620
- }
621
645
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
622
646
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
623
647
  border-bottom-left-radius: 0;
@@ -651,8 +675,9 @@
651
675
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
652
676
  border-radius: 0;
653
677
  }
654
- *.e-btn-group.e-rtl .e-btn:first-of-type,
655
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
678
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
679
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
680
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
656
681
  border-bottom-left-radius: 0;
657
682
  border-top-left-radius: 0;
658
683
  }
@@ -661,11 +686,6 @@
661
686
  border-bottom-right-radius: 0;
662
687
  border-top-right-radius: 0;
663
688
  }
664
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
665
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
666
- border-bottom-left-radius: 0;
667
- border-top-left-radius: 0;
668
- }
669
689
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
670
690
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
671
691
  border-bottom-right-radius: 0;
@@ -693,8 +713,10 @@
693
713
  }
694
714
  *.e-btn-group.e-vertical,
695
715
  *.e-css.e-btn-group.e-vertical {
696
- -ms-flex-direction: column;
697
- flex-direction: column;
716
+ -webkit-box-orient: vertical;
717
+ -webkit-box-direction: normal;
718
+ -ms-flex-direction: column;
719
+ flex-direction: column;
698
720
  }
699
721
  *.e-btn-group.e-vertical input,
700
722
  *.e-css.e-btn-group.e-vertical input {
@@ -801,11 +823,13 @@
801
823
  /* stylelint-disable */
802
824
  .e-btn-group:not(.e-outline),
803
825
  .e-css.e-btn-group:not(.e-outline) {
804
- box-shadow: none;
826
+ -webkit-box-shadow: none;
827
+ box-shadow: none;
805
828
  }
806
829
  .e-btn-group .e-btn:hover,
807
830
  .e-css.e-btn-group .e-btn:hover {
808
- box-shadow: none;
831
+ -webkit-box-shadow: none;
832
+ box-shadow: none;
809
833
  }
810
834
  .e-btn-group .e-btn:focus,
811
835
  .e-btn-group input:focus-visible + label.e-btn,
@@ -818,7 +842,8 @@
818
842
  color: #fff;
819
843
  outline: #393939 0 solid;
820
844
  outline-offset: 0;
821
- box-shadow: none;
845
+ -webkit-box-shadow: none;
846
+ box-shadow: none;
822
847
  box-shadow: none;
823
848
  outline-color: inherit;
824
849
  }
@@ -832,7 +857,8 @@
832
857
  border-color: #0058bd;
833
858
  color: #fff;
834
859
  outline: #393939 0 solid;
835
- box-shadow: none;
860
+ -webkit-box-shadow: none;
861
+ box-shadow: none;
836
862
  box-shadow: none;
837
863
  outline-color: inherit;
838
864
  }
@@ -845,7 +871,8 @@
845
871
  background: #265e28;
846
872
  border-color: #265e28;
847
873
  color: #fff;
848
- box-shadow: none;
874
+ -webkit-box-shadow: none;
875
+ box-shadow: none;
849
876
  box-shadow: none;
850
877
  outline-color: inherit;
851
878
  }
@@ -858,7 +885,8 @@
858
885
  background: #175b66;
859
886
  border-color: #175b66;
860
887
  color: #fff;
861
- box-shadow: none;
888
+ -webkit-box-shadow: none;
889
+ box-shadow: none;
862
890
  box-shadow: none;
863
891
  outline-color: inherit;
864
892
  }
@@ -871,7 +899,8 @@
871
899
  background: #f69807;
872
900
  border-color: #7a4c04;
873
901
  color: #000;
874
- box-shadow: none;
902
+ -webkit-box-shadow: none;
903
+ box-shadow: none;
875
904
  box-shadow: none;
876
905
  outline-color: inherit;
877
906
  }
@@ -884,7 +913,8 @@
884
913
  background: #982525;
885
914
  border-color: #982525;
886
915
  color: #fff;
887
- box-shadow: none;
916
+ -webkit-box-shadow: none;
917
+ box-shadow: none;
888
918
  box-shadow: none;
889
919
  outline-color: inherit;
890
920
  }
@@ -899,7 +929,8 @@
899
929
  color: #0a3576;
900
930
  background-color: transparent;
901
931
  border-color: transparent;
902
- box-shadow: none;
932
+ -webkit-box-shadow: none;
933
+ box-shadow: none;
903
934
  outline: none;
904
935
  }
905
936
  .e-btn-group .e-btn:focus.e-outline,
@@ -908,7 +939,8 @@
908
939
  .e-css.e-btn-group .e-btn:focus.e-outline,
909
940
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
910
941
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
911
- box-shadow: none;
942
+ -webkit-box-shadow: none;
943
+ box-shadow: none;
912
944
  box-shadow: none;
913
945
  }
914
946
  .e-btn-group .e-btn:focus.e-outline.e-primary,
@@ -917,7 +949,8 @@
917
949
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
918
950
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
919
951
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
920
- box-shadow: none;
952
+ -webkit-box-shadow: none;
953
+ box-shadow: none;
921
954
  }
922
955
  .e-btn-group .e-btn:focus.e-outline.e-success,
923
956
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -925,7 +958,8 @@
925
958
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
926
959
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
927
960
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
928
- box-shadow: none;
961
+ -webkit-box-shadow: none;
962
+ box-shadow: none;
929
963
  }
930
964
  .e-btn-group .e-btn:focus.e-outline.e-info,
931
965
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -933,7 +967,8 @@
933
967
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
934
968
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
935
969
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
936
- box-shadow: none;
970
+ -webkit-box-shadow: none;
971
+ box-shadow: none;
937
972
  }
938
973
  .e-btn-group .e-btn:focus.e-outline.e-warning,
939
974
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -941,7 +976,8 @@
941
976
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
942
977
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
943
978
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
944
- box-shadow: none;
979
+ -webkit-box-shadow: none;
980
+ box-shadow: none;
945
981
  }
946
982
  .e-btn-group .e-btn:focus.e-outline.e-danger,
947
983
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -949,7 +985,8 @@
949
985
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
950
986
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
951
987
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
952
- box-shadow: none;
988
+ -webkit-box-shadow: none;
989
+ box-shadow: none;
953
990
  }
954
991
  .e-btn-group .e-btn:active,
955
992
  .e-btn-group input:active + label.e-btn,
@@ -973,7 +1010,8 @@
973
1010
  border-color: #0058bd;
974
1011
  color: #fff;
975
1012
  outline: #393939 0 solid;
976
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1013
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1014
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
977
1015
  }
978
1016
  .e-btn-group .e-btn:active.e-success,
979
1017
  .e-btn-group input:active + label.e-btn.e-success,
@@ -984,7 +1022,8 @@
984
1022
  background: #1f4c21;
985
1023
  border-color: #265e28;
986
1024
  color: #fff;
987
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1025
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1026
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
988
1027
  }
989
1028
  .e-btn-group .e-btn:active.e-info,
990
1029
  .e-btn-group input:active + label.e-btn.e-info,
@@ -995,7 +1034,8 @@
995
1034
  background: #124851;
996
1035
  color: #fff;
997
1036
  border-color: #175b66;
998
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1037
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1038
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
999
1039
  }
1000
1040
  .e-btn-group .e-btn:active.e-warning,
1001
1041
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -1006,7 +1046,8 @@
1006
1046
  background: #dd8907;
1007
1047
  border-color: #ab6a05;
1008
1048
  color: #000;
1009
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1049
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1050
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1010
1051
  }
1011
1052
  .e-btn-group .e-btn:active.e-danger,
1012
1053
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -1017,7 +1058,8 @@
1017
1058
  background: #832020;
1018
1059
  border-color: #982525;
1019
1060
  color: #fff;
1020
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1061
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1062
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1021
1063
  }
1022
1064
  .e-btn-group .e-btn:active.e-outline,
1023
1065
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1027,7 +1069,8 @@
1027
1069
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1028
1070
  background: #2a2a2a;
1029
1071
  border-color: #585858;
1030
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1072
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1073
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1031
1074
  color: #fff;
1032
1075
  }
1033
1076
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1038,7 +1081,8 @@
1038
1081
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1039
1082
  background: #0058bd;
1040
1083
  border-color: #0058bd;
1041
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1084
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1085
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1042
1086
  color: #fff;
1043
1087
  }
1044
1088
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1049,7 +1093,8 @@
1049
1093
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1050
1094
  background: #1f4c21;
1051
1095
  border-color: #265e28;
1052
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1096
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1097
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1053
1098
  color: #fff;
1054
1099
  }
1055
1100
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1060,7 +1105,8 @@
1060
1105
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1061
1106
  background: #124851;
1062
1107
  border-color: #175b66;
1063
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1108
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1109
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1064
1110
  color: #fff;
1065
1111
  }
1066
1112
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1071,7 +1117,8 @@
1071
1117
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1072
1118
  background: #dd8907;
1073
1119
  border-color: #ab6a05;
1074
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1120
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1121
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1075
1122
  color: #000;
1076
1123
  }
1077
1124
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1082,7 +1129,8 @@
1082
1129
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1083
1130
  background: #832020;
1084
1131
  border-color: #982525;
1085
- box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1132
+ -webkit-box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1133
+ box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
1086
1134
  color: #fff;
1087
1135
  }
1088
1136
  .e-btn-group .e-btn:disabled,
@@ -1091,7 +1139,8 @@
1091
1139
  .e-css.e-btn-group input:disabled + label.e-btn {
1092
1140
  background-color: rgba(57, 57, 57, 0.4);
1093
1141
  border-color: rgba(88, 88, 88, 0.4);
1094
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1142
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1143
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1095
1144
  color: rgba(240, 240, 240, 0.3);
1096
1145
  border-color: #585858;
1097
1146
  }
@@ -1101,7 +1150,8 @@
1101
1150
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1102
1151
  background: rgba(0, 112, 240, 0.4);
1103
1152
  border-color: rgba(0, 112, 240, 0.4);
1104
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1153
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1154
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1105
1155
  color: rgba(255, 255, 255, 0.4);
1106
1156
  border-color: #248aff;
1107
1157
  }
@@ -1111,7 +1161,8 @@
1111
1161
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1112
1162
  background: rgba(72, 177, 76, 0.4);
1113
1163
  border-color: rgba(88, 88, 88, 0.4);
1114
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1164
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1165
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1115
1166
  color: rgba(240, 240, 240, 0.4);
1116
1167
  border-color: #265e28;
1117
1168
  }
@@ -1121,7 +1172,8 @@
1121
1172
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1122
1173
  background: rgba(42, 170, 192, 0.4);
1123
1174
  border-color: rgba(88, 88, 88, 0.4);
1124
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1175
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1176
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1125
1177
  color: rgba(240, 240, 240, 0.4);
1126
1178
  border-color: #2aaac0;
1127
1179
  }
@@ -1131,7 +1183,8 @@
1131
1183
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1132
1184
  background: rgba(250, 193, 104, 0.4);
1133
1185
  border-color: rgba(88, 88, 88, 0.4);
1134
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1186
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1187
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1135
1188
  color: rgba(240, 240, 240, 0.4);
1136
1189
  border-color: #f69807;
1137
1190
  }
@@ -1141,7 +1194,8 @@
1141
1194
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1142
1195
  background: rgba(212, 79, 79, 0.4);
1143
1196
  border-color: rgba(88, 88, 88, 0.4);
1144
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1197
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1198
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1145
1199
  color: rgba(240, 240, 240, 0.4);
1146
1200
  border-color: #982525;
1147
1201
  }
@@ -1151,7 +1205,8 @@
1151
1205
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1152
1206
  color: rgba(240, 240, 240, 0.3);
1153
1207
  background: transparent;
1154
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1208
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1209
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1155
1210
  text-decoration: none;
1156
1211
  border-color: transparent;
1157
1212
  }
@@ -1161,7 +1216,8 @@
1161
1216
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1162
1217
  background: transparent;
1163
1218
  border-color: rgba(88, 88, 88, 0.4);
1164
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1219
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1220
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1165
1221
  color: rgba(240, 240, 240, 0.4);
1166
1222
  border-color: #585858;
1167
1223
  }
@@ -1171,7 +1227,8 @@
1171
1227
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1172
1228
  background: transparent;
1173
1229
  border-color: rgba(88, 88, 88, 0.4);
1174
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1230
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1231
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1175
1232
  color: rgba(240, 240, 240, 0.4);
1176
1233
  border-color: #0070f0;
1177
1234
  }
@@ -1181,7 +1238,8 @@
1181
1238
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1182
1239
  background: transparent;
1183
1240
  border-color: rgba(53, 130, 56, 0.4);
1184
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1241
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1242
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1185
1243
  color: rgba(53, 130, 56, 0.4);
1186
1244
  border-color: #358238;
1187
1245
  }
@@ -1191,7 +1249,8 @@
1191
1249
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1192
1250
  background: transparent;
1193
1251
  border-color: rgba(32, 128, 144, 0.4);
1194
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1252
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1253
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1195
1254
  color: rgba(32, 128, 144, 0.4);
1196
1255
  border-color: #208090;
1197
1256
  }
@@ -1201,7 +1260,8 @@
1201
1260
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1202
1261
  background: transparent;
1203
1262
  border-color: rgba(249, 173, 55, 0.4);
1204
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1263
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1264
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1205
1265
  color: rgba(249, 173, 55, 0.4);
1206
1266
  border-color: #f9ad37;
1207
1267
  }
@@ -1211,7 +1271,8 @@
1211
1271
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1212
1272
  background: transparent;
1213
1273
  border-color: rgba(193, 47, 47, 0.4);
1214
- box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1274
+ -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1275
+ box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
1215
1276
  color: rgba(193, 47, 47, 0.4);
1216
1277
  border-color: #c12f2f;
1217
1278
  }
@@ -1340,23 +1401,46 @@
1340
1401
  }
1341
1402
 
1342
1403
  /* stylelint-disable property-no-vendor-prefix */
1404
+ @-webkit-keyframes material-spinner-rotate {
1405
+ 0% {
1406
+ -webkit-transform: rotate(0);
1407
+ transform: rotate(0);
1408
+ }
1409
+ 100% {
1410
+ -webkit-transform: rotate(360deg);
1411
+ transform: rotate(360deg);
1412
+ }
1413
+ }
1343
1414
  @keyframes material-spinner-rotate {
1344
1415
  0% {
1416
+ -webkit-transform: rotate(0);
1417
+ transform: rotate(0);
1418
+ }
1419
+ 100% {
1420
+ -webkit-transform: rotate(360deg);
1421
+ transform: rotate(360deg);
1422
+ }
1423
+ }
1424
+ @-webkit-keyframes fabric-spinner-rotate {
1425
+ 0% {
1426
+ -webkit-transform: rotate(0);
1345
1427
  transform: rotate(0);
1346
1428
  }
1347
1429
  100% {
1430
+ -webkit-transform: rotate(360deg);
1348
1431
  transform: rotate(360deg);
1349
1432
  }
1350
1433
  }
1351
1434
  @keyframes fabric-spinner-rotate {
1352
1435
  0% {
1436
+ -webkit-transform: rotate(0);
1353
1437
  transform: rotate(0);
1354
1438
  }
1355
1439
  100% {
1440
+ -webkit-transform: rotate(360deg);
1356
1441
  transform: rotate(360deg);
1357
1442
  }
1358
1443
  }
1359
- /*! Progress Button Layout */
1360
1444
  .e-progress-btn {
1361
1445
  position: relative;
1362
1446
  }
@@ -1366,9 +1450,11 @@
1366
1450
  opacity: 0;
1367
1451
  position: absolute;
1368
1452
  top: 0;
1453
+ -webkit-transition: opacity 0.3s linear;
1369
1454
  transition: opacity 0.3s linear;
1370
1455
  }
1371
1456
  .e-progress-btn .e-spinner {
1457
+ -webkit-transition: all 0.3s linear;
1372
1458
  transition: all 0.3s linear;
1373
1459
  }
1374
1460
  .e-progress-btn .e-btn-content {
@@ -1401,6 +1487,7 @@
1401
1487
  opacity: 0;
1402
1488
  }
1403
1489
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1490
+ -webkit-transition: padding 0.3s linear;
1404
1491
  transition: padding 0.3s linear;
1405
1492
  }
1406
1493
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1410,10 +1497,12 @@
1410
1497
  line-height: 1;
1411
1498
  }
1412
1499
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1500
+ display: -webkit-box;
1413
1501
  display: -ms-flexbox;
1414
1502
  display: flex;
1415
- -ms-flex-pack: center;
1416
- justify-content: center;
1503
+ -webkit-box-pack: center;
1504
+ -ms-flex-pack: center;
1505
+ justify-content: center;
1417
1506
  }
1418
1507
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1419
1508
  padding-right: 12px;
@@ -1499,21 +1588,35 @@
1499
1588
  left: auto;
1500
1589
  position: relative;
1501
1590
  top: auto;
1502
- transform: none;
1591
+ -webkit-transform: none;
1592
+ transform: none;
1503
1593
  }
1504
1594
  .e-progress-btn .e-cont-animate {
1505
- -ms-flex-align: center;
1506
- align-items: center;
1595
+ -webkit-box-align: center;
1596
+ -ms-flex-align: center;
1597
+ align-items: center;
1598
+ display: -webkit-inline-box;
1507
1599
  display: -ms-inline-flexbox;
1508
1600
  display: inline-flex;
1509
1601
  height: 100%;
1510
- -ms-flex-pack: center;
1511
- justify-content: center;
1602
+ -webkit-box-pack: center;
1603
+ -ms-flex-pack: center;
1604
+ justify-content: center;
1512
1605
  left: 0;
1513
1606
  position: absolute;
1514
1607
  top: 0;
1515
1608
  width: 100%;
1516
1609
  }
1610
+ @-webkit-keyframes ProgressSlideLeft {
1611
+ from {
1612
+ left: 0%;
1613
+ opacity: 1;
1614
+ }
1615
+ to {
1616
+ left: -100%;
1617
+ opacity: 0;
1618
+ }
1619
+ }
1517
1620
  @keyframes ProgressSlideLeft {
1518
1621
  from {
1519
1622
  left: 0%;
@@ -1524,6 +1627,16 @@
1524
1627
  opacity: 0;
1525
1628
  }
1526
1629
  }
1630
+ @-webkit-keyframes ProgressSlideRight {
1631
+ from {
1632
+ left: 0%;
1633
+ opacity: 1;
1634
+ }
1635
+ to {
1636
+ left: 100%;
1637
+ opacity: 0;
1638
+ }
1639
+ }
1527
1640
  @keyframes ProgressSlideRight {
1528
1641
  from {
1529
1642
  left: 0%;
@@ -1534,6 +1647,18 @@
1534
1647
  opacity: 0;
1535
1648
  }
1536
1649
  }
1650
+ @-webkit-keyframes ProgressSlideUp {
1651
+ from {
1652
+ height: auto;
1653
+ opacity: 1;
1654
+ top: 0;
1655
+ }
1656
+ to {
1657
+ height: auto;
1658
+ opacity: 0;
1659
+ top: -100px;
1660
+ }
1661
+ }
1537
1662
  @keyframes ProgressSlideUp {
1538
1663
  from {
1539
1664
  height: auto;
@@ -1546,6 +1671,18 @@
1546
1671
  top: -100px;
1547
1672
  }
1548
1673
  }
1674
+ @-webkit-keyframes ProgressSlideDown {
1675
+ from {
1676
+ height: auto;
1677
+ opacity: 1;
1678
+ top: 0;
1679
+ }
1680
+ to {
1681
+ height: auto;
1682
+ opacity: 0;
1683
+ top: 100px;
1684
+ }
1685
+ }
1549
1686
  @keyframes ProgressSlideDown {
1550
1687
  from {
1551
1688
  height: auto;
@@ -1558,22 +1695,48 @@
1558
1695
  top: 100px;
1559
1696
  }
1560
1697
  }
1698
+ @-webkit-keyframes ProgressZoomIn {
1699
+ from {
1700
+ opacity: 1;
1701
+ -webkit-transform: translate(0, 0) scale(1);
1702
+ transform: translate(0, 0) scale(1);
1703
+ }
1704
+ to {
1705
+ opacity: 0;
1706
+ -webkit-transform: translate(0, 0) scale(3);
1707
+ transform: translate(0, 0) scale(3);
1708
+ }
1709
+ }
1561
1710
  @keyframes ProgressZoomIn {
1562
1711
  from {
1563
1712
  opacity: 1;
1564
- transform: translate(0, 0) scale(1);
1713
+ -webkit-transform: translate(0, 0) scale(1);
1714
+ transform: translate(0, 0) scale(1);
1565
1715
  }
1566
1716
  to {
1567
1717
  opacity: 0;
1568
- transform: translate(0, 0) scale(3);
1718
+ -webkit-transform: translate(0, 0) scale(3);
1719
+ transform: translate(0, 0) scale(3);
1720
+ }
1721
+ }
1722
+ @-webkit-keyframes ProgressZoomOut {
1723
+ from {
1724
+ -webkit-transform: translate(0, 0) scale(1);
1725
+ transform: translate(0, 0) scale(1);
1726
+ }
1727
+ to {
1728
+ -webkit-transform: translate(0, 0) scale(0);
1729
+ transform: translate(0, 0) scale(0);
1569
1730
  }
1570
1731
  }
1571
1732
  @keyframes ProgressZoomOut {
1572
1733
  from {
1573
- transform: translate(0, 0) scale(1);
1734
+ -webkit-transform: translate(0, 0) scale(1);
1735
+ transform: translate(0, 0) scale(1);
1574
1736
  }
1575
1737
  to {
1576
- transform: translate(0, 0) scale(0);
1738
+ -webkit-transform: translate(0, 0) scale(0);
1739
+ transform: translate(0, 0) scale(0);
1577
1740
  }
1578
1741
  }
1579
1742
 
@@ -1780,7 +1943,10 @@
1780
1943
 
1781
1944
  *.e-primary .e-progress,
1782
1945
  *.e-success .e-progress,
1783
- *.e-danger .e-progress,
1946
+ *.e-danger .e-progress {
1947
+ background: rgba(255, 255, 255, 0.3);
1948
+ }
1949
+
1784
1950
  *.e-info .e-progress {
1785
1951
  background: rgba(255, 255, 255, 0.3);
1786
1952
  }