@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
package/styles/fabric.css CHANGED
@@ -3,24 +3,27 @@
3
3
  content: "\e36a";
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: none;
25
+ -webkit-box-shadow: none;
26
+ box-shadow: none;
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: 8px 20px;
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 #eaeaea;
80
82
  border-radius: 0;
81
- box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
82
- box-sizing: border-box;
83
+ -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
84
+ box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
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: 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 10px;
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 0 10px 0 rgba(0, 0, 0, 0.2);
165
+ -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
166
+ box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
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: #333;
@@ -192,7 +202,8 @@
192
202
  }
193
203
  .e-dropdown-popup ul .e-item.e-focused {
194
204
  background: transparent;
195
- box-shadow: 0 0 0 1px #767676 inset;
205
+ -webkit-box-shadow: 0 0 0 1px #767676 inset;
206
+ box-shadow: 0 0 0 1px #767676 inset;
196
207
  }
197
208
  .e-dropdown-popup ul .e-item:hover {
198
209
  background: #f4f4f4;
@@ -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: -4px;
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: 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: none;
312
+ -webkit-box-shadow: none;
313
+ box-shadow: none;
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: -4px;
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: 0;
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,11 +820,13 @@
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: none;
823
+ -webkit-box-shadow: none;
824
+ box-shadow: none;
802
825
  }
803
826
  .e-btn-group .e-btn:hover,
804
827
  .e-css.e-btn-group .e-btn:hover {
805
- box-shadow: none;
828
+ -webkit-box-shadow: none;
829
+ box-shadow: none;
806
830
  }
807
831
  .e-btn-group .e-btn:focus,
808
832
  .e-btn-group input:focus-visible + label.e-btn,
@@ -815,7 +839,8 @@
815
839
  color: #333;
816
840
  outline: #767676 1px solid;
817
841
  outline-offset: 0;
818
- box-shadow: none;
842
+ -webkit-box-shadow: none;
843
+ box-shadow: none;
819
844
  box-shadow: none;
820
845
  outline-color: #767676;
821
846
  outline-offset: -2px;
@@ -830,10 +855,11 @@
830
855
  border-color: #fff;
831
856
  color: #fff;
832
857
  outline: #767676 1px solid;
858
+ -webkit-box-shadow: none;
859
+ box-shadow: none;
833
860
  box-shadow: none;
834
- box-shadow: none;
835
- outline-color: #fff;
836
861
  border-color: transparent;
862
+ outline-color: #fff;
837
863
  }
838
864
  .e-btn-group .e-btn:focus.e-success,
839
865
  .e-btn-group input:focus-visible + label.e-btn.e-success,
@@ -844,10 +870,11 @@
844
870
  background: #137c10;
845
871
  border-color: #fff;
846
872
  color: #fff;
873
+ -webkit-box-shadow: none;
874
+ box-shadow: none;
847
875
  box-shadow: none;
848
- box-shadow: none;
849
- outline-color: #fff;
850
876
  border-color: transparent;
877
+ outline-color: #fff;
851
878
  }
852
879
  .e-btn-group .e-btn:focus.e-info,
853
880
  .e-btn-group input:focus-visible + label.e-btn.e-info,
@@ -858,10 +885,11 @@
858
885
  background: #0378d5;
859
886
  border-color: #fff;
860
887
  color: #fff;
888
+ -webkit-box-shadow: none;
889
+ box-shadow: none;
861
890
  box-shadow: none;
862
- box-shadow: none;
863
- outline-color: #fff;
864
891
  border-color: transparent;
892
+ outline-color: #fff;
865
893
  }
866
894
  .e-btn-group .e-btn:focus.e-warning,
867
895
  .e-btn-group input:focus-visible + label.e-btn.e-warning,
@@ -872,10 +900,11 @@
872
900
  background: #d83b01;
873
901
  border-color: #fff;
874
902
  color: #fff;
903
+ -webkit-box-shadow: none;
904
+ box-shadow: none;
875
905
  box-shadow: none;
876
- box-shadow: none;
877
- outline-color: #fff;
878
906
  border-color: transparent;
907
+ outline-color: #fff;
879
908
  }
880
909
  .e-btn-group .e-btn:focus.e-danger,
881
910
  .e-btn-group input:focus-visible + label.e-btn.e-danger,
@@ -886,10 +915,11 @@
886
915
  background: #a80000;
887
916
  border-color: #fff;
888
917
  color: #fff;
918
+ -webkit-box-shadow: none;
919
+ box-shadow: none;
889
920
  box-shadow: none;
890
- box-shadow: none;
891
- outline-color: #fff;
892
921
  border-color: transparent;
922
+ outline-color: #fff;
893
923
  }
894
924
  .e-btn-group .e-btn:focus.e-link,
895
925
  .e-btn-group input:focus-visible + label.e-btn.e-link,
@@ -902,7 +932,8 @@
902
932
  color: #0a3576;
903
933
  background-color: transparent;
904
934
  border-color: transparent;
905
- box-shadow: none;
935
+ -webkit-box-shadow: none;
936
+ box-shadow: none;
906
937
  outline: none;
907
938
  }
908
939
  .e-btn-group .e-btn:focus.e-outline,
@@ -911,7 +942,8 @@
911
942
  .e-css.e-btn-group .e-btn:focus.e-outline,
912
943
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
913
944
  .e-css.e-btn-group input:focus + label.e-btn.e-outline {
914
- box-shadow: none;
945
+ -webkit-box-shadow: none;
946
+ box-shadow: none;
915
947
  box-shadow: none;
916
948
  }
917
949
  .e-btn-group .e-btn:focus.e-outline.e-primary,
@@ -920,7 +952,8 @@
920
952
  .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
921
953
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
922
954
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
923
- box-shadow: none;
955
+ -webkit-box-shadow: none;
956
+ box-shadow: none;
924
957
  }
925
958
  .e-btn-group .e-btn:focus.e-outline.e-success,
926
959
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
@@ -928,7 +961,8 @@
928
961
  .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
929
962
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
930
963
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
931
- box-shadow: none;
964
+ -webkit-box-shadow: none;
965
+ box-shadow: none;
932
966
  }
933
967
  .e-btn-group .e-btn:focus.e-outline.e-info,
934
968
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
@@ -936,7 +970,8 @@
936
970
  .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
937
971
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
938
972
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
939
- box-shadow: none;
973
+ -webkit-box-shadow: none;
974
+ box-shadow: none;
940
975
  }
941
976
  .e-btn-group .e-btn:focus.e-outline.e-warning,
942
977
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
@@ -944,7 +979,8 @@
944
979
  .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
945
980
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
946
981
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
947
- box-shadow: none;
982
+ -webkit-box-shadow: none;
983
+ box-shadow: none;
948
984
  }
949
985
  .e-btn-group .e-btn:focus.e-outline.e-danger,
950
986
  .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
@@ -952,7 +988,8 @@
952
988
  .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
953
989
  .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
954
990
  .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
955
- box-shadow: none;
991
+ -webkit-box-shadow: none;
992
+ box-shadow: none;
956
993
  }
957
994
  .e-btn-group .e-btn:active,
958
995
  .e-btn-group input:active + label.e-btn,
@@ -976,7 +1013,8 @@
976
1013
  border-color: #005ba3;
977
1014
  color: #fff;
978
1015
  outline: #eaeaea 0 solid;
979
- box-shadow: none;
1016
+ -webkit-box-shadow: none;
1017
+ box-shadow: none;
980
1018
  }
981
1019
  .e-btn-group .e-btn:active.e-success,
982
1020
  .e-btn-group input:active + label.e-btn.e-success,
@@ -987,7 +1025,8 @@
987
1025
  background: #004b1d;
988
1026
  border-color: #004b1d;
989
1027
  color: #fff;
990
- box-shadow: none;
1028
+ -webkit-box-shadow: none;
1029
+ box-shadow: none;
991
1030
  }
992
1031
  .e-btn-group .e-btn:active.e-info,
993
1032
  .e-btn-group input:active + label.e-btn.e-info,
@@ -998,7 +1037,8 @@
998
1037
  background: #065fa6;
999
1038
  color: #fff;
1000
1039
  border-color: #065fa6;
1001
- box-shadow: none;
1040
+ -webkit-box-shadow: none;
1041
+ box-shadow: none;
1002
1042
  }
1003
1043
  .e-btn-group .e-btn:active.e-warning,
1004
1044
  .e-btn-group input:active + label.e-btn.e-warning,
@@ -1009,7 +1049,8 @@
1009
1049
  background: #a22c01;
1010
1050
  border-color: #a22c01;
1011
1051
  color: #fff;
1012
- box-shadow: none;
1052
+ -webkit-box-shadow: none;
1053
+ box-shadow: none;
1013
1054
  }
1014
1055
  .e-btn-group .e-btn:active.e-danger,
1015
1056
  .e-btn-group input:active + label.e-btn.e-danger,
@@ -1020,7 +1061,8 @@
1020
1061
  background: #7c0101;
1021
1062
  border-color: #7c0101;
1022
1063
  color: #fff;
1023
- box-shadow: none;
1064
+ -webkit-box-shadow: none;
1065
+ box-shadow: none;
1024
1066
  }
1025
1067
  .e-btn-group .e-btn:active.e-outline,
1026
1068
  .e-btn-group input:active + label.e-btn.e-outline,
@@ -1030,7 +1072,8 @@
1030
1072
  .e-css.e-btn-group input:checked + label.e-btn.e-outline {
1031
1073
  background: #c8c8c8;
1032
1074
  border-color: #c8c8c8;
1033
- box-shadow: none;
1075
+ -webkit-box-shadow: none;
1076
+ box-shadow: none;
1034
1077
  color: #000;
1035
1078
  }
1036
1079
  .e-btn-group .e-btn:active.e-outline.e-primary,
@@ -1041,7 +1084,8 @@
1041
1084
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
1042
1085
  background: #005ba3;
1043
1086
  border-color: #0078d6;
1044
- box-shadow: none;
1087
+ -webkit-box-shadow: none;
1088
+ box-shadow: none;
1045
1089
  color: #fff;
1046
1090
  }
1047
1091
  .e-btn-group .e-btn:active.e-outline.e-success,
@@ -1052,7 +1096,8 @@
1052
1096
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
1053
1097
  background: #004b1d;
1054
1098
  border-color: #004b1d;
1055
- box-shadow: none;
1099
+ -webkit-box-shadow: none;
1100
+ box-shadow: none;
1056
1101
  color: #fff;
1057
1102
  }
1058
1103
  .e-btn-group .e-btn:active.e-outline.e-info,
@@ -1063,7 +1108,8 @@
1063
1108
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
1064
1109
  background: #065fa6;
1065
1110
  border-color: #065fa6;
1066
- box-shadow: none;
1111
+ -webkit-box-shadow: none;
1112
+ box-shadow: none;
1067
1113
  color: #fff;
1068
1114
  }
1069
1115
  .e-btn-group .e-btn:active.e-outline.e-warning,
@@ -1074,7 +1120,8 @@
1074
1120
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
1075
1121
  background: #a22c01;
1076
1122
  border-color: #a22c01;
1077
- box-shadow: none;
1123
+ -webkit-box-shadow: none;
1124
+ box-shadow: none;
1078
1125
  color: #fff;
1079
1126
  }
1080
1127
  .e-btn-group .e-btn:active.e-outline.e-danger,
@@ -1085,7 +1132,8 @@
1085
1132
  .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
1086
1133
  background: #7c0101;
1087
1134
  border-color: #7c0101;
1088
- box-shadow: none;
1135
+ -webkit-box-shadow: none;
1136
+ box-shadow: none;
1089
1137
  color: #fff;
1090
1138
  }
1091
1139
  .e-btn-group .e-btn:disabled,
@@ -1094,7 +1142,8 @@
1094
1142
  .e-css.e-btn-group input:disabled + label.e-btn {
1095
1143
  background-color: #f4f4f4;
1096
1144
  border-color: #f4f4f4;
1097
- box-shadow: none;
1145
+ -webkit-box-shadow: none;
1146
+ box-shadow: none;
1098
1147
  color: #a6a6a6;
1099
1148
  border-color: #f4f4f4;
1100
1149
  }
@@ -1104,7 +1153,8 @@
1104
1153
  .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
1105
1154
  background: #f4f4f4;
1106
1155
  border-color: #f4f4f4;
1107
- box-shadow: none;
1156
+ -webkit-box-shadow: none;
1157
+ box-shadow: none;
1108
1158
  color: #a6a6a6;
1109
1159
  border-color: #0078d6;
1110
1160
  }
@@ -1114,7 +1164,8 @@
1114
1164
  .e-css.e-btn-group input:disabled + label.e-btn.e-success {
1115
1165
  background: #f4f4f4;
1116
1166
  border-color: #f4f4f4;
1117
- box-shadow: none;
1167
+ -webkit-box-shadow: none;
1168
+ box-shadow: none;
1118
1169
  color: #a6a6a6;
1119
1170
  border-color: #137c10;
1120
1171
  }
@@ -1124,7 +1175,8 @@
1124
1175
  .e-css.e-btn-group input:disabled + label.e-btn.e-info {
1125
1176
  background: #f4f4f4;
1126
1177
  border-color: #f4f4f4;
1127
- box-shadow: none;
1178
+ -webkit-box-shadow: none;
1179
+ box-shadow: none;
1128
1180
  color: #a6a6a6;
1129
1181
  border-color: #0378d5;
1130
1182
  }
@@ -1134,7 +1186,8 @@
1134
1186
  .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
1135
1187
  background: #f4f4f4;
1136
1188
  border-color: #f4f4f4;
1137
- box-shadow: none;
1189
+ -webkit-box-shadow: none;
1190
+ box-shadow: none;
1138
1191
  color: #a6a6a6;
1139
1192
  border-color: #d83b01;
1140
1193
  }
@@ -1144,7 +1197,8 @@
1144
1197
  .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
1145
1198
  background: #f4f4f4;
1146
1199
  border-color: #f4f4f4;
1147
- box-shadow: none;
1200
+ -webkit-box-shadow: none;
1201
+ box-shadow: none;
1148
1202
  color: #a6a6a6;
1149
1203
  border-color: #a80000;
1150
1204
  }
@@ -1154,7 +1208,8 @@
1154
1208
  .e-css.e-btn-group input:disabled + label.e-btn.e-link {
1155
1209
  color: #a6a6a6;
1156
1210
  background: transparent;
1157
- box-shadow: none;
1211
+ -webkit-box-shadow: none;
1212
+ box-shadow: none;
1158
1213
  text-decoration: none;
1159
1214
  border-color: transparent;
1160
1215
  }
@@ -1164,7 +1219,8 @@
1164
1219
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
1165
1220
  background: transparent;
1166
1221
  border-color: #f4f4f4;
1167
- box-shadow: none;
1222
+ -webkit-box-shadow: none;
1223
+ box-shadow: none;
1168
1224
  color: #a6a6a6;
1169
1225
  border-color: #d0d0d0;
1170
1226
  }
@@ -1174,7 +1230,8 @@
1174
1230
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
1175
1231
  background: transparent;
1176
1232
  border-color: #f4f4f4;
1177
- box-shadow: none;
1233
+ -webkit-box-shadow: none;
1234
+ box-shadow: none;
1178
1235
  color: #a6a6a6;
1179
1236
  border-color: #0078d6;
1180
1237
  }
@@ -1184,7 +1241,8 @@
1184
1241
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
1185
1242
  background: transparent;
1186
1243
  border-color: #f4f4f4;
1187
- box-shadow: none;
1244
+ -webkit-box-shadow: none;
1245
+ box-shadow: none;
1188
1246
  color: #a6a6a6;
1189
1247
  border-color: #137c10;
1190
1248
  }
@@ -1194,7 +1252,8 @@
1194
1252
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
1195
1253
  background: transparent;
1196
1254
  border-color: #f4f4f4;
1197
- box-shadow: none;
1255
+ -webkit-box-shadow: none;
1256
+ box-shadow: none;
1198
1257
  color: #a6a6a6;
1199
1258
  border-color: #0378d5;
1200
1259
  }
@@ -1204,7 +1263,8 @@
1204
1263
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
1205
1264
  background: transparent;
1206
1265
  border-color: #f4f4f4;
1207
- box-shadow: none;
1266
+ -webkit-box-shadow: none;
1267
+ box-shadow: none;
1208
1268
  color: #a6a6a6;
1209
1269
  border-color: #d83b01;
1210
1270
  }
@@ -1214,7 +1274,8 @@
1214
1274
  .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
1215
1275
  background: transparent;
1216
1276
  border-color: #f4f4f4;
1217
- box-shadow: none;
1277
+ -webkit-box-shadow: none;
1278
+ box-shadow: none;
1218
1279
  color: #a6a6a6;
1219
1280
  border-color: #a80000;
1220
1281
  }
@@ -1343,23 +1404,46 @@
1343
1404
  }
1344
1405
 
1345
1406
  /* stylelint-disable property-no-vendor-prefix */
1407
+ @-webkit-keyframes material-spinner-rotate {
1408
+ 0% {
1409
+ -webkit-transform: rotate(0);
1410
+ transform: rotate(0);
1411
+ }
1412
+ 100% {
1413
+ -webkit-transform: rotate(360deg);
1414
+ transform: rotate(360deg);
1415
+ }
1416
+ }
1346
1417
  @keyframes material-spinner-rotate {
1347
1418
  0% {
1419
+ -webkit-transform: rotate(0);
1420
+ transform: rotate(0);
1421
+ }
1422
+ 100% {
1423
+ -webkit-transform: rotate(360deg);
1424
+ transform: rotate(360deg);
1425
+ }
1426
+ }
1427
+ @-webkit-keyframes fabric-spinner-rotate {
1428
+ 0% {
1429
+ -webkit-transform: rotate(0);
1348
1430
  transform: rotate(0);
1349
1431
  }
1350
1432
  100% {
1433
+ -webkit-transform: rotate(360deg);
1351
1434
  transform: rotate(360deg);
1352
1435
  }
1353
1436
  }
1354
1437
  @keyframes fabric-spinner-rotate {
1355
1438
  0% {
1439
+ -webkit-transform: rotate(0);
1356
1440
  transform: rotate(0);
1357
1441
  }
1358
1442
  100% {
1443
+ -webkit-transform: rotate(360deg);
1359
1444
  transform: rotate(360deg);
1360
1445
  }
1361
1446
  }
1362
- /*! Progress Button Layout */
1363
1447
  .e-progress-btn {
1364
1448
  position: relative;
1365
1449
  }
@@ -1369,9 +1453,11 @@
1369
1453
  opacity: 0;
1370
1454
  position: absolute;
1371
1455
  top: 0;
1456
+ -webkit-transition: opacity 0.3s linear;
1372
1457
  transition: opacity 0.3s linear;
1373
1458
  }
1374
1459
  .e-progress-btn .e-spinner {
1460
+ -webkit-transition: all 0.3s linear;
1375
1461
  transition: all 0.3s linear;
1376
1462
  }
1377
1463
  .e-progress-btn .e-btn-content {
@@ -1404,6 +1490,7 @@
1404
1490
  opacity: 0;
1405
1491
  }
1406
1492
  .e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
1493
+ -webkit-transition: padding 0.3s linear;
1407
1494
  transition: padding 0.3s linear;
1408
1495
  }
1409
1496
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
@@ -1413,10 +1500,12 @@
1413
1500
  line-height: 1;
1414
1501
  }
1415
1502
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
1503
+ display: -webkit-box;
1416
1504
  display: -ms-flexbox;
1417
1505
  display: flex;
1418
- -ms-flex-pack: center;
1419
- justify-content: center;
1506
+ -webkit-box-pack: center;
1507
+ -ms-flex-pack: center;
1508
+ justify-content: center;
1420
1509
  }
1421
1510
  .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
1422
1511
  padding-right: 12px;
@@ -1502,21 +1591,35 @@
1502
1591
  left: auto;
1503
1592
  position: relative;
1504
1593
  top: auto;
1505
- transform: none;
1594
+ -webkit-transform: none;
1595
+ transform: none;
1506
1596
  }
1507
1597
  .e-progress-btn .e-cont-animate {
1508
- -ms-flex-align: center;
1509
- align-items: center;
1598
+ -webkit-box-align: center;
1599
+ -ms-flex-align: center;
1600
+ align-items: center;
1601
+ display: -webkit-inline-box;
1510
1602
  display: -ms-inline-flexbox;
1511
1603
  display: inline-flex;
1512
1604
  height: 100%;
1513
- -ms-flex-pack: center;
1514
- justify-content: center;
1605
+ -webkit-box-pack: center;
1606
+ -ms-flex-pack: center;
1607
+ justify-content: center;
1515
1608
  left: 0;
1516
1609
  position: absolute;
1517
1610
  top: 0;
1518
1611
  width: 100%;
1519
1612
  }
1613
+ @-webkit-keyframes ProgressSlideLeft {
1614
+ from {
1615
+ left: 0%;
1616
+ opacity: 1;
1617
+ }
1618
+ to {
1619
+ left: -100%;
1620
+ opacity: 0;
1621
+ }
1622
+ }
1520
1623
  @keyframes ProgressSlideLeft {
1521
1624
  from {
1522
1625
  left: 0%;
@@ -1527,6 +1630,16 @@
1527
1630
  opacity: 0;
1528
1631
  }
1529
1632
  }
1633
+ @-webkit-keyframes ProgressSlideRight {
1634
+ from {
1635
+ left: 0%;
1636
+ opacity: 1;
1637
+ }
1638
+ to {
1639
+ left: 100%;
1640
+ opacity: 0;
1641
+ }
1642
+ }
1530
1643
  @keyframes ProgressSlideRight {
1531
1644
  from {
1532
1645
  left: 0%;
@@ -1537,6 +1650,18 @@
1537
1650
  opacity: 0;
1538
1651
  }
1539
1652
  }
1653
+ @-webkit-keyframes ProgressSlideUp {
1654
+ from {
1655
+ height: auto;
1656
+ opacity: 1;
1657
+ top: 0;
1658
+ }
1659
+ to {
1660
+ height: auto;
1661
+ opacity: 0;
1662
+ top: -100px;
1663
+ }
1664
+ }
1540
1665
  @keyframes ProgressSlideUp {
1541
1666
  from {
1542
1667
  height: auto;
@@ -1549,6 +1674,18 @@
1549
1674
  top: -100px;
1550
1675
  }
1551
1676
  }
1677
+ @-webkit-keyframes ProgressSlideDown {
1678
+ from {
1679
+ height: auto;
1680
+ opacity: 1;
1681
+ top: 0;
1682
+ }
1683
+ to {
1684
+ height: auto;
1685
+ opacity: 0;
1686
+ top: 100px;
1687
+ }
1688
+ }
1552
1689
  @keyframes ProgressSlideDown {
1553
1690
  from {
1554
1691
  height: auto;
@@ -1561,22 +1698,48 @@
1561
1698
  top: 100px;
1562
1699
  }
1563
1700
  }
1701
+ @-webkit-keyframes ProgressZoomIn {
1702
+ from {
1703
+ opacity: 1;
1704
+ -webkit-transform: translate(0, 0) scale(1);
1705
+ transform: translate(0, 0) scale(1);
1706
+ }
1707
+ to {
1708
+ opacity: 0;
1709
+ -webkit-transform: translate(0, 0) scale(3);
1710
+ transform: translate(0, 0) scale(3);
1711
+ }
1712
+ }
1564
1713
  @keyframes ProgressZoomIn {
1565
1714
  from {
1566
1715
  opacity: 1;
1567
- transform: translate(0, 0) scale(1);
1716
+ -webkit-transform: translate(0, 0) scale(1);
1717
+ transform: translate(0, 0) scale(1);
1568
1718
  }
1569
1719
  to {
1570
1720
  opacity: 0;
1571
- transform: translate(0, 0) scale(3);
1721
+ -webkit-transform: translate(0, 0) scale(3);
1722
+ transform: translate(0, 0) scale(3);
1723
+ }
1724
+ }
1725
+ @-webkit-keyframes ProgressZoomOut {
1726
+ from {
1727
+ -webkit-transform: translate(0, 0) scale(1);
1728
+ transform: translate(0, 0) scale(1);
1729
+ }
1730
+ to {
1731
+ -webkit-transform: translate(0, 0) scale(0);
1732
+ transform: translate(0, 0) scale(0);
1572
1733
  }
1573
1734
  }
1574
1735
  @keyframes ProgressZoomOut {
1575
1736
  from {
1576
- transform: translate(0, 0) scale(1);
1737
+ -webkit-transform: translate(0, 0) scale(1);
1738
+ transform: translate(0, 0) scale(1);
1577
1739
  }
1578
1740
  to {
1579
- transform: translate(0, 0) scale(0);
1741
+ -webkit-transform: translate(0, 0) scale(0);
1742
+ transform: translate(0, 0) scale(0);
1580
1743
  }
1581
1744
  }
1582
1745
 
@@ -1828,7 +1991,10 @@
1828
1991
 
1829
1992
  *.e-primary .e-progress,
1830
1993
  *.e-success .e-progress,
1831
- *.e-danger .e-progress,
1994
+ *.e-danger .e-progress {
1995
+ background: rgba(0, 0, 0, 0.2);
1996
+ }
1997
+
1832
1998
  *.e-info .e-progress {
1833
1999
  background: rgba(0, 0, 0, 0.2);
1834
2000
  }