@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
@@ -4,24 +4,27 @@
4
4
  content: "\e729";
5
5
  }
6
6
 
7
- /*! drop-down button layout */
8
7
  .e-dropdown-btn,
9
8
  .e-dropdown-btn.e-btn {
10
- box-shadow: none;
9
+ -webkit-box-shadow: none;
10
+ box-shadow: none;
11
11
  text-transform: none;
12
12
  white-space: normal;
13
13
  }
14
14
  .e-dropdown-btn:hover,
15
15
  .e-dropdown-btn.e-btn:hover {
16
- box-shadow: none;
16
+ -webkit-box-shadow: none;
17
+ box-shadow: none;
17
18
  }
18
19
  .e-dropdown-btn:focus,
19
20
  .e-dropdown-btn.e-btn:focus {
20
- box-shadow: none;
21
+ -webkit-box-shadow: none;
22
+ box-shadow: none;
21
23
  }
22
24
  .e-dropdown-btn:active,
23
25
  .e-dropdown-btn.e-btn:active {
24
- box-shadow: none;
26
+ -webkit-box-shadow: none;
27
+ box-shadow: none;
25
28
  }
26
29
  .e-dropdown-btn .e-btn-icon,
27
30
  .e-dropdown-btn.e-btn .e-btn-icon {
@@ -54,7 +57,6 @@
54
57
  line-height: 1;
55
58
  padding: 6px 12px;
56
59
  }
57
-
58
60
  .e-bigger .e-dropdown-btn .e-btn-icon,
59
61
  .e-bigger.e-dropdown-btn .e-btn-icon {
60
62
  font-size: 16px;
@@ -80,8 +82,10 @@
80
82
  .e-dropdown-popup ul {
81
83
  border: 0 solid #292827;
82
84
  border-radius: 2px;
83
- box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
84
- box-sizing: border-box;
85
+ -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
86
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
87
+ -webkit-box-sizing: border-box;
88
+ box-sizing: border-box;
85
89
  font-size: 14px;
86
90
  font-weight: 400;
87
91
  list-style-image: none;
@@ -92,18 +96,23 @@
92
96
  overflow: hidden;
93
97
  padding: 0 0;
94
98
  -webkit-user-select: none;
99
+ -moz-user-select: none;
95
100
  -ms-user-select: none;
96
101
  user-select: none;
97
102
  white-space: nowrap;
98
103
  }
99
104
  .e-dropdown-popup ul .e-item {
100
105
  cursor: pointer;
106
+ display: -webkit-box;
101
107
  display: -ms-flexbox;
102
108
  display: flex;
103
109
  height: 36px;
104
110
  line-height: 36px;
105
111
  padding: 0 12px;
106
112
  }
113
+ .e-dropdown-popup ul .e-item.e-separator {
114
+ padding: 0 !important; /* stylelint-disable-line declaration-no-important */
115
+ }
107
116
  .e-dropdown-popup ul .e-item.e-url {
108
117
  padding: 0;
109
118
  }
@@ -136,7 +145,8 @@
136
145
  }
137
146
  .e-dropdown-popup.e-transparent {
138
147
  background: transparent;
139
- box-shadow: none;
148
+ -webkit-box-shadow: none;
149
+ box-shadow: none;
140
150
  }
141
151
  .e-dropdown-popup.e-transparent .e-dropdown-menu {
142
152
  border: 0;
@@ -154,7 +164,8 @@
154
164
 
155
165
  *.e-bigger .e-dropdown-popup ul,
156
166
  *.e-bigger.e-dropdown-popup ul {
157
- box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
167
+ -webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
168
+ box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
158
169
  font-size: 16px;
159
170
  max-width: 202px;
160
171
  min-width: 112px;
@@ -181,7 +192,6 @@
181
192
  line-height: normal;
182
193
  }
183
194
 
184
- /*! drop-down button theme */
185
195
  .e-dropdown-popup {
186
196
  background: #252423;
187
197
  color: #fff;
@@ -193,7 +203,8 @@
193
203
  color: #a19f9d;
194
204
  }
195
205
  .e-dropdown-popup ul .e-item.e-focused {
196
- box-shadow: inset 0 0 0 1px #f3f2f1;
206
+ -webkit-box-shadow: inset 0 0 0 1px #f3f2f1;
207
+ box-shadow: inset 0 0 0 1px #f3f2f1;
197
208
  }
198
209
  .e-dropdown-popup ul .e-item:hover {
199
210
  background: #323130;
@@ -217,7 +228,8 @@
217
228
  .e-dropdown-btn.e-btn.e-inherit {
218
229
  background: inherit;
219
230
  border-color: transparent;
220
- box-shadow: none;
231
+ -webkit-box-shadow: none;
232
+ box-shadow: none;
221
233
  color: inherit;
222
234
  }
223
235
  .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,
@@ -227,16 +239,18 @@
227
239
  .e-dropdown-btn.e-btn.e-inherit.e-active {
228
240
  background: rgba(0, 0, 0, 0.056);
229
241
  border-color: transparent;
230
- box-shadow: none;
242
+ -webkit-box-shadow: none;
243
+ box-shadow: none;
231
244
  color: inherit;
232
245
  }
233
246
 
234
- /* stylelint-disable-line no-empty-source */
235
- /*! splitbutton layout */
236
247
  .e-split-btn-wrapper {
248
+ display: -webkit-inline-box;
237
249
  display: -ms-inline-flexbox;
238
250
  display: inline-flex;
239
251
  white-space: nowrap;
252
+ width: -webkit-min-content;
253
+ width: -moz-min-content;
240
254
  width: min-content;
241
255
  }
242
256
  .e-split-btn-wrapper .e-split-btn {
@@ -252,10 +266,12 @@
252
266
  outline-offset: -3px;
253
267
  }
254
268
  .e-split-btn-wrapper .e-split-btn:focus {
255
- box-shadow: none;
269
+ -webkit-box-shadow: none;
270
+ box-shadow: none;
256
271
  }
257
272
  .e-split-btn-wrapper .e-split-btn:active {
258
- box-shadow: 0 0 rgba(0, 0, 0, 0);
273
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
274
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
259
275
  z-index: 2;
260
276
  }
261
277
  .e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
@@ -286,7 +302,8 @@
286
302
  padding: 4px;
287
303
  }
288
304
  .e-split-btn-wrapper .e-dropdown-btn:active {
289
- box-shadow: 0 0 rgba(0, 0, 0, 0);
305
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
306
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
290
307
  z-index: 2;
291
308
  }
292
309
  .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 {
@@ -296,18 +313,22 @@
296
313
  outline-offset: -3px;
297
314
  }
298
315
  .e-split-btn-wrapper .e-btn:focus {
299
- box-shadow: none;
316
+ -webkit-box-shadow: none;
317
+ box-shadow: none;
300
318
  }
301
319
  .e-split-btn-wrapper .e-btn:active {
302
- box-shadow: 0 0 rgba(0, 0, 0, 0);
320
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
321
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
303
322
  }
304
323
  .e-split-btn-wrapper .e-btn:disabled {
305
- box-shadow: none;
324
+ -webkit-box-shadow: none;
325
+ box-shadow: none;
306
326
  outline: 0;
307
327
  outline-offset: 0;
308
328
  }
309
329
  .e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
310
- box-shadow: none;
330
+ -webkit-box-shadow: none;
331
+ box-shadow: none;
311
332
  }
312
333
  .e-split-btn-wrapper.e-rtl .e-split-btn {
313
334
  border-bottom-left-radius: 0;
@@ -456,7 +477,6 @@
456
477
  padding-top: 0;
457
478
  }
458
479
 
459
- /*! splitbutton theme */
460
480
  .e-split-btn-wrapper .e-split-btn {
461
481
  border-right-color: #8a8886;
462
482
  }
@@ -558,11 +578,14 @@
558
578
  /* stylelint-disable */
559
579
  *.e-btn-group,
560
580
  *.e-css.e-btn-group {
581
+ display: -webkit-inline-box;
561
582
  display: -ms-inline-flexbox;
562
583
  display: inline-flex;
563
584
  border-radius: 4px;
564
- -ms-flex-direction: row;
565
- flex-direction: row;
585
+ -webkit-box-orient: horizontal;
586
+ -webkit-box-direction: normal;
587
+ -ms-flex-direction: row;
588
+ flex-direction: row;
566
589
  position: relative;
567
590
  }
568
591
  *.e-btn-group input + label.e-btn,
@@ -597,8 +620,9 @@
597
620
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
598
621
  border-radius: 0;
599
622
  }
600
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
601
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
623
+ *.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),
624
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
625
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
602
626
  border-bottom-right-radius: 0;
603
627
  border-top-right-radius: 0;
604
628
  }
@@ -607,11 +631,6 @@
607
631
  border-bottom-left-radius: 0;
608
632
  border-top-left-radius: 0;
609
633
  }
610
- *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
611
- *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
612
- border-bottom-right-radius: 0;
613
- border-top-right-radius: 0;
614
- }
615
634
  *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
616
635
  *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
617
636
  border-bottom-left-radius: 0;
@@ -645,8 +664,9 @@
645
664
  *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
646
665
  border-radius: 0;
647
666
  }
648
- *.e-btn-group.e-rtl .e-btn:first-of-type,
649
- *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
667
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
668
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
669
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
650
670
  border-bottom-left-radius: 0;
651
671
  border-top-left-radius: 0;
652
672
  }
@@ -655,11 +675,6 @@
655
675
  border-bottom-right-radius: 0;
656
676
  border-top-right-radius: 0;
657
677
  }
658
- *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
659
- *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
660
- border-bottom-left-radius: 0;
661
- border-top-left-radius: 0;
662
- }
663
678
  *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
664
679
  *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
665
680
  border-bottom-right-radius: 0;
@@ -687,8 +702,10 @@
687
702
  }
688
703
  *.e-btn-group.e-vertical,
689
704
  *.e-css.e-btn-group.e-vertical {
690
- -ms-flex-direction: column;
691
- flex-direction: column;
705
+ -webkit-box-orient: vertical;
706
+ -webkit-box-direction: normal;
707
+ -ms-flex-direction: column;
708
+ flex-direction: column;
692
709
  }
693
710
  *.e-btn-group.e-vertical input,
694
711
  *.e-css.e-btn-group.e-vertical input {
@@ -795,11 +812,13 @@
795
812
  /* stylelint-disable */
796
813
  .e-btn-group:not(.e-outline),
797
814
  .e-css.e-btn-group:not(.e-outline) {
798
- box-shadow: none;
815
+ -webkit-box-shadow: none;
816
+ box-shadow: none;
799
817
  }
800
818
  .e-btn-group .e-btn:hover,
801
819
  .e-css.e-btn-group .e-btn:hover {
802
- box-shadow: none;
820
+ -webkit-box-shadow: none;
821
+ box-shadow: none;
803
822
  }
804
823
  .e-btn-group .e-btn:focus,
805
824
  .e-btn-group input:focus-visible + label.e-btn,
@@ -812,8 +831,10 @@
812
831
  color: #fff;
813
832
  outline: 1px solid;
814
833
  outline-offset: -3px;
815
- box-shadow: 0 0 rgba(0, 0, 0, 0);
816
- box-shadow: none;
834
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
835
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
836
+ -webkit-box-shadow: none;
837
+ box-shadow: none;
817
838
  outline-color: inherit;
818
839
  }
819
840
  .e-btn-group .e-btn:focus.e-primary,
@@ -826,8 +847,10 @@
826
847
  border-color: #0078d4;
827
848
  color: #1b1a19;
828
849
  outline: 1px solid;
829
- box-shadow: 0 0 rgba(0, 0, 0, 0);
830
- box-shadow: none;
850
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
851
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
852
+ -webkit-box-shadow: none;
853
+ box-shadow: none;
831
854
  outline-color: inherit;
832
855
  }
833
856
  .e-btn-group .e-btn:focus.e-success,
@@ -839,8 +862,10 @@
839
862
  background: #0a5f0a;
840
863
  border-color: #0b6a0b;
841
864
  color: #1b1a19;
842
- box-shadow: 0 0 rgba(0, 0, 0, 0);
843
- box-shadow: none;
865
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
866
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
867
+ -webkit-box-shadow: none;
868
+ box-shadow: none;
844
869
  outline-color: inherit;
845
870
  }
846
871
  .e-btn-group .e-btn:focus.e-info,
@@ -852,8 +877,10 @@
852
877
  background: #03767a;
853
878
  border-color: #038387;
854
879
  color: #1b1a19;
855
- box-shadow: 0 0 rgba(0, 0, 0, 0);
856
- box-shadow: none;
880
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
881
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
882
+ -webkit-box-shadow: none;
883
+ box-shadow: none;
857
884
  outline-color: inherit;
858
885
  }
859
886
  .e-btn-group .e-btn:focus.e-warning,
@@ -865,8 +892,10 @@
865
892
  background: #cf6228;
866
893
  border-color: #ca5010;
867
894
  color: #1b1a19;
868
- box-shadow: 0 0 rgba(0, 0, 0, 0);
869
- box-shadow: none;
895
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
896
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
897
+ -webkit-box-shadow: none;
898
+ box-shadow: none;
870
899
  outline-color: inherit;
871
900
  }
872
901
  .e-btn-group .e-btn:focus.e-danger,
@@ -878,8 +907,10 @@
878
907
  background: #bc2f32;
879
908
  border-color: #d13438;
880
909
  color: #1b1a19;
881
- box-shadow: 0 0 rgba(0, 0, 0, 0);
882
- box-shadow: none;
910
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
911
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
912
+ -webkit-box-shadow: none;
913
+ box-shadow: none;
883
914
  outline-color: inherit;
884
915
  }
885
916
  .e-btn-group .e-btn:focus.e-link,
@@ -893,7 +924,8 @@
893
924
  color: #0060aa;
894
925
  background-color: transparent;
895
926
  border-color: transparent;
896
- box-shadow: none;
927
+ -webkit-box-shadow: none;
928
+ box-shadow: none;
897
929
  outline: none;
898
930
  }
899
931
  .e-btn-group .e-btn:focus.e-outline,
@@ -902,8 +934,10 @@
902
934
  .e-css.e-btn-group .e-btn:focus.e-outline,
903
935
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
904
936
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
905
- box-shadow: 0 0 rgba(0, 0, 0, 0);
906
- box-shadow: none;
937
+ -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
938
+ box-shadow: 0 0 rgba(0, 0, 0, 0);
939
+ -webkit-box-shadow: none;
940
+ box-shadow: none;
907
941
  }
908
942
  .e-btn-group .e-btn:focus.e-outline.e-primary,
909
943
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
@@ -911,7 +945,8 @@
911
945
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
912
946
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
913
947
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
914
- box-shadow: none;
948
+ -webkit-box-shadow: none;
949
+ box-shadow: none;
915
950
  }
916
951
  .e-btn-group .e-btn:focus.e-outline.e-success,
917
952
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -919,7 +954,8 @@
919
954
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
920
955
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
921
956
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
922
- box-shadow: none;
957
+ -webkit-box-shadow: none;
958
+ box-shadow: none;
923
959
  }
924
960
  .e-btn-group .e-btn:focus.e-outline.e-info,
925
961
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -927,7 +963,8 @@
927
963
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
928
964
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
929
965
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
930
- box-shadow: none;
966
+ -webkit-box-shadow: none;
967
+ box-shadow: none;
931
968
  }
932
969
  .e-btn-group .e-btn:focus.e-outline.e-warning,
933
970
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -935,7 +972,8 @@
935
972
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
936
973
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
937
974
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
938
- box-shadow: none;
975
+ -webkit-box-shadow: none;
976
+ box-shadow: none;
939
977
  }
940
978
  .e-btn-group .e-btn:focus.e-outline.e-danger,
941
979
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -943,7 +981,8 @@
943
981
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
944
982
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
945
983
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
946
- box-shadow: none;
984
+ -webkit-box-shadow: none;
985
+ box-shadow: none;
947
986
  }
948
987
  .e-btn-group .e-btn:active,
949
988
  .e-btn-group input:active + label.e-btn,
@@ -954,7 +993,8 @@
954
993
  background: #292827;
955
994
  border-color: #8a8886;
956
995
  color: #fff;
957
- box-shadow: none;
996
+ -webkit-box-shadow: none;
997
+ box-shadow: none;
958
998
  }
959
999
  .e-btn-group .e-btn:active.e-primary,
960
1000
  .e-btn-group input:active + label.e-btn.e-primary,
@@ -965,7 +1005,8 @@
965
1005
  background: #0060aa;
966
1006
  border-color: #0060aa;
967
1007
  color: #1b1a19;
968
- box-shadow: none;
1008
+ -webkit-box-shadow: none;
1009
+ box-shadow: none;
969
1010
  }
970
1011
  .e-btn-group .e-btn:active.e-success,
971
1012
  .e-btn-group input:active + label.e-btn.e-success,
@@ -976,7 +1017,8 @@
976
1017
  background: #095509;
977
1018
  border-color: #095509;
978
1019
  color: #1b1a19;
979
- box-shadow: none;
1020
+ -webkit-box-shadow: none;
1021
+ box-shadow: none;
980
1022
  }
981
1023
  .e-btn-group .e-btn:active.e-info,
982
1024
  .e-btn-group input:active + label.e-btn.e-info,
@@ -987,7 +1029,8 @@
987
1029
  background: #359c9f;
988
1030
  color: #1b1a19;
989
1031
  border-color: #359c9f;
990
- box-shadow: none;
1032
+ -webkit-box-shadow: none;
1033
+ box-shadow: none;
991
1034
  }
992
1035
  .e-btn-group .e-btn:active.e-warning,
993
1036
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -998,7 +1041,8 @@
998
1041
  background: #d57340;
999
1042
  border-color: #d57340;
1000
1043
  color: #1b1a19;
1001
- box-shadow: none;
1044
+ -webkit-box-shadow: none;
1045
+ box-shadow: none;
1002
1046
  }
1003
1047
  .e-btn-group .e-btn:active.e-danger,
1004
1048
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -1009,7 +1053,8 @@
1009
1053
  background: #a72a2d;
1010
1054
  border-color: #a72a2d;
1011
1055
  color: #1b1a19;
1012
- box-shadow: none;
1056
+ -webkit-box-shadow: none;
1057
+ box-shadow: none;
1013
1058
  }
1014
1059
  .e-btn-group .e-btn:active.e-outline,
1015
1060
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1019,7 +1064,8 @@
1019
1064
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1020
1065
  background: #292827;
1021
1066
  border-color: #8a8886;
1022
- box-shadow: none;
1067
+ -webkit-box-shadow: none;
1068
+ box-shadow: none;
1023
1069
  color: #fff;
1024
1070
  }
1025
1071
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1030,7 +1076,8 @@
1030
1076
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1031
1077
  background: #0060aa;
1032
1078
  border-color: #0078d4;
1033
- box-shadow: none;
1079
+ -webkit-box-shadow: none;
1080
+ box-shadow: none;
1034
1081
  color: #1b1a19;
1035
1082
  }
1036
1083
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1041,7 +1088,8 @@
1041
1088
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1042
1089
  background: #095509;
1043
1090
  border-color: #095509;
1044
- box-shadow: none;
1091
+ -webkit-box-shadow: none;
1092
+ box-shadow: none;
1045
1093
  color: #1b1a19;
1046
1094
  }
1047
1095
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1052,7 +1100,8 @@
1052
1100
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1053
1101
  background: #359c9f;
1054
1102
  border-color: #359c9f;
1055
- box-shadow: none;
1103
+ -webkit-box-shadow: none;
1104
+ box-shadow: none;
1056
1105
  color: #1b1a19;
1057
1106
  }
1058
1107
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1063,7 +1112,8 @@
1063
1112
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1064
1113
  background: #d57340;
1065
1114
  border-color: #d57340;
1066
- box-shadow: none;
1115
+ -webkit-box-shadow: none;
1116
+ box-shadow: none;
1067
1117
  color: #1b1a19;
1068
1118
  }
1069
1119
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1074,7 +1124,8 @@
1074
1124
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1075
1125
  background: #a72a2d;
1076
1126
  border-color: #a72a2d;
1077
- box-shadow: none;
1127
+ -webkit-box-shadow: none;
1128
+ box-shadow: none;
1078
1129
  color: #1b1a19;
1079
1130
  }
1080
1131
  .e-btn-group .e-btn:disabled,
@@ -1083,7 +1134,8 @@
1083
1134
  .e-css.e-btn-group input:disabled + label.e-btn {
1084
1135
  background-color: #252423;
1085
1136
  border-color: #323130;
1086
- box-shadow: none;
1137
+ -webkit-box-shadow: none;
1138
+ box-shadow: none;
1087
1139
  color: #3b3a39;
1088
1140
  border-color: #8a8886;
1089
1141
  }
@@ -1093,7 +1145,8 @@
1093
1145
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1094
1146
  background: #252423;
1095
1147
  border-color: #323130;
1096
- box-shadow: none;
1148
+ -webkit-box-shadow: none;
1149
+ box-shadow: none;
1097
1150
  color: #3b3a39;
1098
1151
  outline: none;
1099
1152
  border-color: #0078d4;
@@ -1104,7 +1157,8 @@
1104
1157
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1105
1158
  background: #252423;
1106
1159
  border-color: #323130;
1107
- box-shadow: none;
1160
+ -webkit-box-shadow: none;
1161
+ box-shadow: none;
1108
1162
  color: #3b3a39;
1109
1163
  outline: none;
1110
1164
  border-color: #0b6a0b;
@@ -1115,7 +1169,8 @@
1115
1169
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1116
1170
  background: #252423;
1117
1171
  border-color: #323130;
1118
- box-shadow: none;
1172
+ -webkit-box-shadow: none;
1173
+ box-shadow: none;
1119
1174
  color: #3b3a39;
1120
1175
  outline: none;
1121
1176
  border-color: #038387;
@@ -1126,7 +1181,8 @@
1126
1181
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1127
1182
  background: #252423;
1128
1183
  border-color: #323130;
1129
- box-shadow: none;
1184
+ -webkit-box-shadow: none;
1185
+ box-shadow: none;
1130
1186
  color: #3b3a39;
1131
1187
  outline: none;
1132
1188
  border-color: #ca5010;
@@ -1137,7 +1193,8 @@
1137
1193
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1138
1194
  background: #252423;
1139
1195
  border-color: #323130;
1140
- box-shadow: none;
1196
+ -webkit-box-shadow: none;
1197
+ box-shadow: none;
1141
1198
  color: #3b3a39;
1142
1199
  outline: none;
1143
1200
  border-color: #d13438;
@@ -1148,7 +1205,8 @@
1148
1205
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1149
1206
  color: #3b3a39;
1150
1207
  background: transparent;
1151
- box-shadow: none;
1208
+ -webkit-box-shadow: none;
1209
+ box-shadow: none;
1152
1210
  text-decoration: none;
1153
1211
  outline: none;
1154
1212
  border-color: transparent;
@@ -1159,7 +1217,8 @@
1159
1217
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1160
1218
  background: transparent;
1161
1219
  border-color: #252423;
1162
- box-shadow: none;
1220
+ -webkit-box-shadow: none;
1221
+ box-shadow: none;
1163
1222
  color: #3b3a39;
1164
1223
  border-color: #8a8886;
1165
1224
  }
@@ -1169,7 +1228,8 @@
1169
1228
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1170
1229
  background: transparent;
1171
1230
  border-color: #252423;
1172
- box-shadow: none;
1231
+ -webkit-box-shadow: none;
1232
+ box-shadow: none;
1173
1233
  color: #3b3a39;
1174
1234
  border-color: #0078d4;
1175
1235
  }
@@ -1179,7 +1239,8 @@
1179
1239
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1180
1240
  background: transparent;
1181
1241
  border-color: #252423;
1182
- box-shadow: none;
1242
+ -webkit-box-shadow: none;
1243
+ box-shadow: none;
1183
1244
  color: #3b3a39;
1184
1245
  border-color: #0b6a0b;
1185
1246
  }
@@ -1189,7 +1250,8 @@
1189
1250
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1190
1251
  background: transparent;
1191
1252
  border-color: #252423;
1192
- box-shadow: none;
1253
+ -webkit-box-shadow: none;
1254
+ box-shadow: none;
1193
1255
  color: #3b3a39;
1194
1256
  border-color: #038387;
1195
1257
  }
@@ -1199,7 +1261,8 @@
1199
1261
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1200
1262
  background: transparent;
1201
1263
  border-color: #252423;
1202
- box-shadow: none;
1264
+ -webkit-box-shadow: none;
1265
+ box-shadow: none;
1203
1266
  color: #3b3a39;
1204
1267
  border-color: #ca5010;
1205
1268
  }
@@ -1209,7 +1272,8 @@
1209
1272
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1210
1273
  background: transparent;
1211
1274
  border-color: #252423;
1212
- box-shadow: none;
1275
+ -webkit-box-shadow: none;
1276
+ box-shadow: none;
1213
1277
  color: #3b3a39;
1214
1278
  border-color: #d13438;
1215
1279
  }
@@ -1338,23 +1402,46 @@
1338
1402
  }
1339
1403
 
1340
1404
  /* stylelint-disable property-no-vendor-prefix */
1405
+ @-webkit-keyframes material-spinner-rotate {
1406
+ 0% {
1407
+ -webkit-transform: rotate(0);
1408
+ transform: rotate(0);
1409
+ }
1410
+ 100% {
1411
+ -webkit-transform: rotate(360deg);
1412
+ transform: rotate(360deg);
1413
+ }
1414
+ }
1341
1415
  @keyframes material-spinner-rotate {
1342
1416
  0% {
1417
+ -webkit-transform: rotate(0);
1343
1418
  transform: rotate(0);
1344
1419
  }
1345
1420
  100% {
1421
+ -webkit-transform: rotate(360deg);
1422
+ transform: rotate(360deg);
1423
+ }
1424
+ }
1425
+ @-webkit-keyframes fabric-spinner-rotate {
1426
+ 0% {
1427
+ -webkit-transform: rotate(0);
1428
+ transform: rotate(0);
1429
+ }
1430
+ 100% {
1431
+ -webkit-transform: rotate(360deg);
1346
1432
  transform: rotate(360deg);
1347
1433
  }
1348
1434
  }
1349
1435
  @keyframes fabric-spinner-rotate {
1350
1436
  0% {
1437
+ -webkit-transform: rotate(0);
1351
1438
  transform: rotate(0);
1352
1439
  }
1353
1440
  100% {
1441
+ -webkit-transform: rotate(360deg);
1354
1442
  transform: rotate(360deg);
1355
1443
  }
1356
1444
  }
1357
- /*! Progress Button Layout */
1358
1445
  .e-progress-btn {
1359
1446
  position: relative;
1360
1447
  }
@@ -1364,9 +1451,11 @@
1364
1451
  opacity: 0;
1365
1452
  position: absolute;
1366
1453
  top: 0;
1454
+ -webkit-transition: opacity 0.3s linear;
1367
1455
  transition: opacity 0.3s linear;
1368
1456
  }
1369
1457
  .e-progress-btn .e-spinner {
1458
+ -webkit-transition: all 0.3s linear;
1370
1459
  transition: all 0.3s linear;
1371
1460
  }
1372
1461
  .e-progress-btn .e-btn-content {
@@ -1399,6 +1488,7 @@
1399
1488
  opacity: 0;
1400
1489
  }
1401
1490
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1491
+ -webkit-transition: padding 0.3s linear;
1402
1492
  transition: padding 0.3s linear;
1403
1493
  }
1404
1494
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1408,10 +1498,12 @@
1408
1498
  line-height: 1;
1409
1499
  }
1410
1500
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1501
+ display: -webkit-box;
1411
1502
  display: -ms-flexbox;
1412
1503
  display: flex;
1413
- -ms-flex-pack: center;
1414
- justify-content: center;
1504
+ -webkit-box-pack: center;
1505
+ -ms-flex-pack: center;
1506
+ justify-content: center;
1415
1507
  }
1416
1508
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1417
1509
  padding-right: 12px;
@@ -1497,21 +1589,35 @@
1497
1589
  left: auto;
1498
1590
  position: relative;
1499
1591
  top: auto;
1500
- transform: none;
1592
+ -webkit-transform: none;
1593
+ transform: none;
1501
1594
  }
1502
1595
  .e-progress-btn .e-cont-animate {
1503
- -ms-flex-align: center;
1504
- align-items: center;
1596
+ -webkit-box-align: center;
1597
+ -ms-flex-align: center;
1598
+ align-items: center;
1599
+ display: -webkit-inline-box;
1505
1600
  display: -ms-inline-flexbox;
1506
1601
  display: inline-flex;
1507
1602
  height: 100%;
1508
- -ms-flex-pack: center;
1509
- justify-content: center;
1603
+ -webkit-box-pack: center;
1604
+ -ms-flex-pack: center;
1605
+ justify-content: center;
1510
1606
  left: 0;
1511
1607
  position: absolute;
1512
1608
  top: 0;
1513
1609
  width: 100%;
1514
1610
  }
1611
+ @-webkit-keyframes ProgressSlideLeft {
1612
+ from {
1613
+ left: 0%;
1614
+ opacity: 1;
1615
+ }
1616
+ to {
1617
+ left: -100%;
1618
+ opacity: 0;
1619
+ }
1620
+ }
1515
1621
  @keyframes ProgressSlideLeft {
1516
1622
  from {
1517
1623
  left: 0%;
@@ -1522,6 +1628,16 @@
1522
1628
  opacity: 0;
1523
1629
  }
1524
1630
  }
1631
+ @-webkit-keyframes ProgressSlideRight {
1632
+ from {
1633
+ left: 0%;
1634
+ opacity: 1;
1635
+ }
1636
+ to {
1637
+ left: 100%;
1638
+ opacity: 0;
1639
+ }
1640
+ }
1525
1641
  @keyframes ProgressSlideRight {
1526
1642
  from {
1527
1643
  left: 0%;
@@ -1532,6 +1648,18 @@
1532
1648
  opacity: 0;
1533
1649
  }
1534
1650
  }
1651
+ @-webkit-keyframes ProgressSlideUp {
1652
+ from {
1653
+ height: auto;
1654
+ opacity: 1;
1655
+ top: 0;
1656
+ }
1657
+ to {
1658
+ height: auto;
1659
+ opacity: 0;
1660
+ top: -100px;
1661
+ }
1662
+ }
1535
1663
  @keyframes ProgressSlideUp {
1536
1664
  from {
1537
1665
  height: auto;
@@ -1544,6 +1672,18 @@
1544
1672
  top: -100px;
1545
1673
  }
1546
1674
  }
1675
+ @-webkit-keyframes ProgressSlideDown {
1676
+ from {
1677
+ height: auto;
1678
+ opacity: 1;
1679
+ top: 0;
1680
+ }
1681
+ to {
1682
+ height: auto;
1683
+ opacity: 0;
1684
+ top: 100px;
1685
+ }
1686
+ }
1547
1687
  @keyframes ProgressSlideDown {
1548
1688
  from {
1549
1689
  height: auto;
@@ -1556,22 +1696,48 @@
1556
1696
  top: 100px;
1557
1697
  }
1558
1698
  }
1699
+ @-webkit-keyframes ProgressZoomIn {
1700
+ from {
1701
+ opacity: 1;
1702
+ -webkit-transform: translate(0, 0) scale(1);
1703
+ transform: translate(0, 0) scale(1);
1704
+ }
1705
+ to {
1706
+ opacity: 0;
1707
+ -webkit-transform: translate(0, 0) scale(3);
1708
+ transform: translate(0, 0) scale(3);
1709
+ }
1710
+ }
1559
1711
  @keyframes ProgressZoomIn {
1560
1712
  from {
1561
1713
  opacity: 1;
1562
- transform: translate(0, 0) scale(1);
1714
+ -webkit-transform: translate(0, 0) scale(1);
1715
+ transform: translate(0, 0) scale(1);
1563
1716
  }
1564
1717
  to {
1565
1718
  opacity: 0;
1566
- transform: translate(0, 0) scale(3);
1719
+ -webkit-transform: translate(0, 0) scale(3);
1720
+ transform: translate(0, 0) scale(3);
1721
+ }
1722
+ }
1723
+ @-webkit-keyframes ProgressZoomOut {
1724
+ from {
1725
+ -webkit-transform: translate(0, 0) scale(1);
1726
+ transform: translate(0, 0) scale(1);
1727
+ }
1728
+ to {
1729
+ -webkit-transform: translate(0, 0) scale(0);
1730
+ transform: translate(0, 0) scale(0);
1567
1731
  }
1568
1732
  }
1569
1733
  @keyframes ProgressZoomOut {
1570
1734
  from {
1571
- transform: translate(0, 0) scale(1);
1735
+ -webkit-transform: translate(0, 0) scale(1);
1736
+ transform: translate(0, 0) scale(1);
1572
1737
  }
1573
1738
  to {
1574
- transform: translate(0, 0) scale(0);
1739
+ -webkit-transform: translate(0, 0) scale(0);
1740
+ transform: translate(0, 0) scale(0);
1575
1741
  }
1576
1742
  }
1577
1743
 
@@ -1823,7 +1989,10 @@
1823
1989
 
1824
1990
  *.e-primary .e-progress,
1825
1991
  *.e-success .e-progress,
1826
- *.e-danger .e-progress,
1992
+ *.e-danger .e-progress {
1993
+ background: rgba(161, 159, 157, 0.2);
1994
+ }
1995
+
1827
1996
  *.e-info .e-progress {
1828
1997
  background: rgba(161, 159, 157, 0.2);
1829
1998
  }