@syncfusion/ej2-splitbuttons 25.2.3 → 26.1.35-750253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +3 -2
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +29 -48
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +30 -45
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/drop-down-button/drop-down-button.js +6 -1
- package/src/progress-button/progress-button.js +3 -3
- package/src/split-button/split-button.js +2 -1
- package/styles/bootstrap-dark.css +302 -110
- package/styles/bootstrap-dark.scss +14 -4
- package/styles/bootstrap.css +302 -110
- package/styles/bootstrap.scss +14 -4
- package/styles/bootstrap4.css +266 -93
- package/styles/bootstrap4.scss +14 -4
- package/styles/bootstrap5-dark.css +266 -187
- package/styles/bootstrap5-dark.scss +14 -4
- package/styles/bootstrap5.css +266 -187
- package/styles/bootstrap5.scss +14 -4
- package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
- package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
- package/styles/button-group/_fabric-dark-definition.scss +0 -2
- package/styles/button-group/_fluent2-definition.scss +31 -0
- package/styles/button-group/_group-button-mixin.scss +21 -0
- package/styles/button-group/_highcontrast-light-definition.scss +0 -2
- package/styles/button-group/_layout.scss +5 -13
- package/styles/button-group/_material-dark-definition.scss +0 -2
- package/styles/button-group/_theme.scss +32 -85
- package/styles/button-group/bootstrap-dark.css +132 -70
- package/styles/button-group/bootstrap.css +132 -70
- package/styles/button-group/bootstrap4.css +108 -59
- package/styles/button-group/bootstrap5-dark.css +108 -59
- package/styles/button-group/bootstrap5.css +108 -59
- package/styles/button-group/fabric-dark.css +132 -70
- package/styles/button-group/fabric.css +137 -75
- package/styles/button-group/fluent-dark.css +148 -78
- package/styles/button-group/fluent.css +148 -78
- package/styles/button-group/fluent2.css +1849 -0
- package/styles/button-group/fluent2.scss +4 -0
- package/styles/button-group/highcontrast-light.css +132 -70
- package/styles/button-group/highcontrast.css +132 -70
- package/styles/button-group/material-dark.css +146 -77
- package/styles/button-group/material.css +148 -78
- package/styles/button-group/material3-dark.css +190 -90
- package/styles/button-group/material3.css +190 -90
- package/styles/button-group/tailwind-dark.css +130 -70
- package/styles/button-group/tailwind.css +130 -70
- package/styles/drop-down-button/_bds-definition.scss +5 -5
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
- package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
- package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
- package/styles/drop-down-button/_fluent-definition.scss +0 -1
- package/styles/drop-down-button/_fluent2-definition.scss +48 -0
- package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
- package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
- package/styles/drop-down-button/_layout.scss +51 -6
- package/styles/drop-down-button/_material-dark-definition.scss +0 -3
- package/styles/drop-down-button/_material3-definition.scss +0 -1
- package/styles/drop-down-button/_tailwind-definition.scss +0 -1
- package/styles/drop-down-button/_theme.scss +8 -8
- package/styles/drop-down-button/bootstrap-dark.css +27 -14
- package/styles/drop-down-button/bootstrap.css +27 -14
- package/styles/drop-down-button/bootstrap4.css +23 -12
- package/styles/drop-down-button/bootstrap5-dark.css +23 -12
- package/styles/drop-down-button/bootstrap5.css +23 -12
- package/styles/drop-down-button/fabric-dark.css +27 -14
- package/styles/drop-down-button/fabric.css +27 -14
- package/styles/drop-down-button/fluent-dark.css +27 -14
- package/styles/drop-down-button/fluent.css +27 -14
- package/styles/drop-down-button/fluent2.css +1308 -0
- package/styles/drop-down-button/fluent2.scss +6 -0
- package/styles/drop-down-button/highcontrast-light.css +27 -14
- package/styles/drop-down-button/highcontrast.css +27 -14
- package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
- package/styles/drop-down-button/icons/_fluent2.scss +10 -0
- package/styles/drop-down-button/material-dark.css +27 -14
- package/styles/drop-down-button/material.css +27 -14
- package/styles/drop-down-button/material3-dark.css +33 -17
- package/styles/drop-down-button/material3.css +33 -17
- package/styles/drop-down-button/tailwind-dark.css +27 -14
- package/styles/drop-down-button/tailwind.css +27 -14
- package/styles/fabric-dark.css +302 -110
- package/styles/fabric-dark.scss +14 -4
- package/styles/fabric.css +307 -115
- package/styles/fabric.scss +14 -4
- package/styles/fluent-dark.css +310 -115
- package/styles/fluent-dark.scss +14 -4
- package/styles/fluent.css +310 -115
- package/styles/fluent.scss +14 -4
- package/styles/fluent2.css +3072 -0
- package/styles/fluent2.scss +14 -0
- package/styles/highcontrast-light.css +302 -110
- package/styles/highcontrast-light.scss +14 -4
- package/styles/highcontrast.css +302 -110
- package/styles/highcontrast.scss +14 -4
- package/styles/material-dark.css +316 -117
- package/styles/material-dark.scss +14 -4
- package/styles/material.css +318 -118
- package/styles/material.scss +14 -4
- package/styles/material3-dark.css +396 -147
- package/styles/material3-dark.scss +14 -4
- package/styles/material3.css +392 -145
- package/styles/material3.scss +14 -4
- package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
- package/styles/progress-button/_bootstrap5-definition.scss +0 -1
- package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
- package/styles/progress-button/_fabric-dark-definition.scss +0 -3
- package/styles/progress-button/_fluent-definition.scss +0 -1
- package/styles/progress-button/_fluent2-definition.scss +26 -0
- package/styles/progress-button/_fusionnew-definition.scss +0 -1
- package/styles/progress-button/_layout.scss +0 -2
- package/styles/progress-button/_material-dark-definition.scss +0 -3
- package/styles/progress-button/_material3-definition.scss +0 -1
- package/styles/progress-button/_tailwind-definition.scss +0 -1
- package/styles/progress-button/_theme.scss +115 -50
- package/styles/progress-button/bootstrap-dark.css +118 -13
- package/styles/progress-button/bootstrap.css +118 -13
- package/styles/progress-button/bootstrap4.css +118 -13
- package/styles/progress-button/bootstrap5-dark.css +118 -106
- package/styles/progress-button/bootstrap5.css +118 -106
- package/styles/progress-button/fabric-dark.css +118 -13
- package/styles/progress-button/fabric.css +118 -13
- package/styles/progress-button/fluent-dark.css +118 -13
- package/styles/progress-button/fluent.css +118 -13
- package/styles/progress-button/fluent2.css +1636 -0
- package/styles/progress-button/fluent2.scss +5 -0
- package/styles/progress-button/highcontrast-light.css +118 -13
- package/styles/progress-button/highcontrast.css +118 -13
- package/styles/progress-button/material-dark.css +118 -13
- package/styles/progress-button/material.css +118 -13
- package/styles/progress-button/material3-dark.css +119 -14
- package/styles/progress-button/material3.css +119 -14
- package/styles/progress-button/tailwind-dark.css +118 -13
- package/styles/progress-button/tailwind.css +118 -13
- package/styles/split-button/_bds-definition.scss +0 -1
- package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
- package/styles/split-button/_bootstrap4-definition.scss +0 -3
- package/styles/split-button/_bootstrap5-definition.scss +0 -1
- package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
- package/styles/split-button/_fabric-dark-definition.scss +0 -3
- package/styles/split-button/_fluent-definition.scss +0 -1
- package/styles/split-button/_fluent2-definition.scss +23 -0
- package/styles/split-button/_fusionnew-definition.scss +0 -1
- package/styles/split-button/_highcontrast-light-definition.scss +0 -3
- package/styles/split-button/_layout.scss +16 -4
- package/styles/split-button/_theme.scss +0 -2
- package/styles/split-button/bootstrap-dark.css +25 -13
- package/styles/split-button/bootstrap.css +25 -13
- package/styles/split-button/bootstrap4.css +17 -9
- package/styles/split-button/bootstrap5-dark.css +17 -9
- package/styles/split-button/bootstrap5.css +17 -9
- package/styles/split-button/fabric-dark.css +25 -13
- package/styles/split-button/fabric.css +25 -13
- package/styles/split-button/fluent-dark.css +17 -9
- package/styles/split-button/fluent.css +17 -9
- package/styles/split-button/fluent2.css +1379 -0
- package/styles/split-button/fluent2.scss +6 -0
- package/styles/split-button/highcontrast-light.css +25 -13
- package/styles/split-button/highcontrast.css +25 -13
- package/styles/split-button/material-dark.css +25 -13
- package/styles/split-button/material.css +25 -13
- package/styles/split-button/material3-dark.css +57 -28
- package/styles/split-button/material3.css +53 -26
- package/styles/split-button/tailwind-dark.css +25 -13
- package/styles/split-button/tailwind.css +25 -13
- package/styles/tailwind-dark.css +300 -111
- package/styles/tailwind-dark.scss +14 -4
- package/styles/tailwind.css +300 -111
- package/styles/tailwind.scss +14 -4
- package/CHANGELOG.md +0 -367
package/styles/material.css
CHANGED
|
@@ -3,24 +3,27 @@
|
|
|
3
3
|
content: "\e969";
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
/*! drop-down button layout */
|
|
7
6
|
.e-dropdown-btn,
|
|
8
7
|
.e-dropdown-btn.e-btn {
|
|
9
|
-
box-shadow: none;
|
|
8
|
+
-webkit-box-shadow: none;
|
|
9
|
+
box-shadow: none;
|
|
10
10
|
text-transform: none;
|
|
11
11
|
white-space: normal;
|
|
12
12
|
}
|
|
13
13
|
.e-dropdown-btn:hover,
|
|
14
14
|
.e-dropdown-btn.e-btn:hover {
|
|
15
|
-
box-shadow: none;
|
|
15
|
+
-webkit-box-shadow: none;
|
|
16
|
+
box-shadow: none;
|
|
16
17
|
}
|
|
17
18
|
.e-dropdown-btn:focus,
|
|
18
19
|
.e-dropdown-btn.e-btn:focus {
|
|
19
|
-
box-shadow: none;
|
|
20
|
+
-webkit-box-shadow: none;
|
|
21
|
+
box-shadow: none;
|
|
20
22
|
}
|
|
21
23
|
.e-dropdown-btn:active,
|
|
22
24
|
.e-dropdown-btn.e-btn:active {
|
|
23
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
25
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
26
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
24
27
|
}
|
|
25
28
|
.e-dropdown-btn .e-btn-icon,
|
|
26
29
|
.e-dropdown-btn.e-btn .e-btn-icon {
|
|
@@ -52,7 +55,6 @@
|
|
|
52
55
|
line-height: 1;
|
|
53
56
|
padding: 12px 12px;
|
|
54
57
|
}
|
|
55
|
-
|
|
56
58
|
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
57
59
|
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
58
60
|
font-size: 16px;
|
|
@@ -78,8 +80,10 @@
|
|
|
78
80
|
.e-dropdown-popup ul {
|
|
79
81
|
border: none;
|
|
80
82
|
border-radius: 0;
|
|
81
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
82
|
-
|
|
83
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
84
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
85
|
+
-webkit-box-sizing: border-box;
|
|
86
|
+
box-sizing: border-box;
|
|
83
87
|
font-size: 14px;
|
|
84
88
|
font-weight: normal;
|
|
85
89
|
list-style-image: none;
|
|
@@ -90,18 +94,23 @@
|
|
|
90
94
|
overflow: hidden;
|
|
91
95
|
padding: 8px 0;
|
|
92
96
|
-webkit-user-select: none;
|
|
97
|
+
-moz-user-select: none;
|
|
93
98
|
-ms-user-select: none;
|
|
94
99
|
user-select: none;
|
|
95
100
|
white-space: nowrap;
|
|
96
101
|
}
|
|
97
102
|
.e-dropdown-popup ul .e-item {
|
|
98
103
|
cursor: pointer;
|
|
104
|
+
display: -webkit-box;
|
|
99
105
|
display: -ms-flexbox;
|
|
100
106
|
display: flex;
|
|
101
107
|
height: 36px;
|
|
102
108
|
line-height: 36px;
|
|
103
109
|
padding: 0 16px;
|
|
104
110
|
}
|
|
111
|
+
.e-dropdown-popup ul .e-item.e-separator {
|
|
112
|
+
padding: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
113
|
+
}
|
|
105
114
|
.e-dropdown-popup ul .e-item.e-url {
|
|
106
115
|
padding: 0;
|
|
107
116
|
}
|
|
@@ -134,7 +143,8 @@
|
|
|
134
143
|
}
|
|
135
144
|
.e-dropdown-popup.e-transparent {
|
|
136
145
|
background: transparent;
|
|
137
|
-
box-shadow: none;
|
|
146
|
+
-webkit-box-shadow: none;
|
|
147
|
+
box-shadow: none;
|
|
138
148
|
}
|
|
139
149
|
.e-dropdown-popup.e-transparent .e-dropdown-menu {
|
|
140
150
|
border: 0;
|
|
@@ -152,7 +162,8 @@
|
|
|
152
162
|
|
|
153
163
|
*.e-bigger .e-dropdown-popup ul,
|
|
154
164
|
*.e-bigger.e-dropdown-popup ul {
|
|
155
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
165
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
166
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
156
167
|
font-size: 15px;
|
|
157
168
|
max-width: 280px;
|
|
158
169
|
min-width: 112px;
|
|
@@ -179,7 +190,6 @@
|
|
|
179
190
|
line-height: normal;
|
|
180
191
|
}
|
|
181
192
|
|
|
182
|
-
/*! drop-down button theme */
|
|
183
193
|
.e-dropdown-popup {
|
|
184
194
|
background: #fff;
|
|
185
195
|
color: rgba(0, 0, 0, 0.87);
|
|
@@ -192,7 +202,8 @@
|
|
|
192
202
|
}
|
|
193
203
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
204
|
background: #e0e0e0;
|
|
195
|
-
box-shadow: none;
|
|
205
|
+
-webkit-box-shadow: none;
|
|
206
|
+
box-shadow: none;
|
|
196
207
|
}
|
|
197
208
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
209
|
background: #e0e0e0;
|
|
@@ -216,7 +227,8 @@
|
|
|
216
227
|
.e-dropdown-btn.e-btn.e-inherit {
|
|
217
228
|
background: inherit;
|
|
218
229
|
border-color: transparent;
|
|
219
|
-
box-shadow: none;
|
|
230
|
+
-webkit-box-shadow: none;
|
|
231
|
+
box-shadow: none;
|
|
220
232
|
color: inherit;
|
|
221
233
|
}
|
|
222
234
|
.e-dropdown-btn.e-inherit:hover, .e-dropdown-btn.e-inherit:focus, .e-dropdown-btn.e-inherit:active, .e-dropdown-btn.e-inherit.e-active,
|
|
@@ -226,15 +238,18 @@
|
|
|
226
238
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
239
|
background: rgba(0, 0, 0, 0.056);
|
|
228
240
|
border-color: transparent;
|
|
229
|
-
box-shadow: none;
|
|
241
|
+
-webkit-box-shadow: none;
|
|
242
|
+
box-shadow: none;
|
|
230
243
|
color: inherit;
|
|
231
244
|
}
|
|
232
245
|
|
|
233
|
-
/*! splitbutton layout */
|
|
234
246
|
.e-split-btn-wrapper {
|
|
247
|
+
display: -webkit-inline-box;
|
|
235
248
|
display: -ms-inline-flexbox;
|
|
236
249
|
display: inline-flex;
|
|
237
250
|
white-space: nowrap;
|
|
251
|
+
width: -webkit-min-content;
|
|
252
|
+
width: -moz-min-content;
|
|
238
253
|
width: min-content;
|
|
239
254
|
}
|
|
240
255
|
.e-split-btn-wrapper .e-split-btn {
|
|
@@ -249,13 +264,16 @@
|
|
|
249
264
|
outline-offset: 0;
|
|
250
265
|
}
|
|
251
266
|
.e-split-btn-wrapper .e-split-btn:hover {
|
|
252
|
-
box-shadow: none;
|
|
267
|
+
-webkit-box-shadow: none;
|
|
268
|
+
box-shadow: none;
|
|
253
269
|
}
|
|
254
270
|
.e-split-btn-wrapper .e-split-btn:focus {
|
|
255
|
-
box-shadow: none;
|
|
271
|
+
-webkit-box-shadow: none;
|
|
272
|
+
box-shadow: none;
|
|
256
273
|
}
|
|
257
274
|
.e-split-btn-wrapper .e-split-btn:active {
|
|
258
|
-
box-shadow: none;
|
|
275
|
+
-webkit-box-shadow: none;
|
|
276
|
+
box-shadow: none;
|
|
259
277
|
z-index: 0;
|
|
260
278
|
}
|
|
261
279
|
.e-split-btn-wrapper .e-split-btn.e-top-icon-btn {
|
|
@@ -287,10 +305,12 @@
|
|
|
287
305
|
padding-right: 4px;
|
|
288
306
|
}
|
|
289
307
|
.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover {
|
|
290
|
-
box-shadow: none;
|
|
308
|
+
-webkit-box-shadow: none;
|
|
309
|
+
box-shadow: none;
|
|
291
310
|
}
|
|
292
311
|
.e-split-btn-wrapper .e-dropdown-btn:active {
|
|
293
|
-
box-shadow: none;
|
|
312
|
+
-webkit-box-shadow: none;
|
|
313
|
+
box-shadow: none;
|
|
294
314
|
z-index: 0;
|
|
295
315
|
}
|
|
296
316
|
.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active {
|
|
@@ -300,22 +320,28 @@
|
|
|
300
320
|
outline-offset: 0;
|
|
301
321
|
}
|
|
302
322
|
.e-split-btn-wrapper .e-btn {
|
|
303
|
-
box-shadow: none;
|
|
323
|
+
-webkit-box-shadow: none;
|
|
324
|
+
box-shadow: none;
|
|
304
325
|
}
|
|
305
326
|
.e-split-btn-wrapper .e-btn:hover {
|
|
306
|
-
box-shadow: none;
|
|
327
|
+
-webkit-box-shadow: none;
|
|
328
|
+
box-shadow: none;
|
|
307
329
|
}
|
|
308
330
|
.e-split-btn-wrapper .e-btn:focus {
|
|
309
|
-
box-shadow: none;
|
|
331
|
+
-webkit-box-shadow: none;
|
|
332
|
+
box-shadow: none;
|
|
310
333
|
}
|
|
311
334
|
.e-split-btn-wrapper .e-btn:active {
|
|
312
|
-
box-shadow: none;
|
|
335
|
+
-webkit-box-shadow: none;
|
|
336
|
+
box-shadow: none;
|
|
313
337
|
}
|
|
314
338
|
.e-split-btn-wrapper .e-btn:disabled {
|
|
315
|
-
box-shadow: none;
|
|
339
|
+
-webkit-box-shadow: none;
|
|
340
|
+
box-shadow: none;
|
|
316
341
|
}
|
|
317
342
|
.e-split-btn-wrapper .e-btn.e-inherit:focus, .e-split-btn-wrapper .e-btn.e-inherit:active {
|
|
318
|
-
box-shadow: none;
|
|
343
|
+
-webkit-box-shadow: none;
|
|
344
|
+
box-shadow: none;
|
|
319
345
|
}
|
|
320
346
|
.e-split-btn-wrapper.e-rtl .e-split-btn {
|
|
321
347
|
border-bottom-left-radius: 0;
|
|
@@ -462,7 +488,6 @@
|
|
|
462
488
|
padding-top: 0;
|
|
463
489
|
}
|
|
464
490
|
|
|
465
|
-
/*! splitbutton theme */
|
|
466
491
|
.e-split-btn-wrapper .e-split-btn {
|
|
467
492
|
border-right-color: transparent;
|
|
468
493
|
}
|
|
@@ -561,11 +586,14 @@
|
|
|
561
586
|
/* stylelint-disable */
|
|
562
587
|
*.e-btn-group,
|
|
563
588
|
*.e-css.e-btn-group {
|
|
589
|
+
display: -webkit-inline-box;
|
|
564
590
|
display: -ms-inline-flexbox;
|
|
565
591
|
display: inline-flex;
|
|
566
592
|
border-radius: 2px;
|
|
567
|
-
-
|
|
568
|
-
|
|
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
|
-
-
|
|
694
|
-
|
|
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,133 +820,182 @@
|
|
|
798
820
|
/* stylelint-disable */
|
|
799
821
|
.e-btn-group:not(.e-outline),
|
|
800
822
|
.e-css.e-btn-group:not(.e-outline) {
|
|
801
|
-
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
823
|
+
-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
824
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
802
825
|
}
|
|
803
826
|
.e-btn-group .e-btn,
|
|
804
827
|
.e-css.e-btn-group .e-btn {
|
|
805
|
-
box-shadow: none;
|
|
828
|
+
-webkit-box-shadow: none;
|
|
829
|
+
box-shadow: none;
|
|
806
830
|
}
|
|
807
831
|
.e-btn-group .e-btn:hover,
|
|
808
832
|
.e-css.e-btn-group .e-btn:hover {
|
|
809
|
-
box-shadow: none;
|
|
833
|
+
-webkit-box-shadow: none;
|
|
834
|
+
box-shadow: none;
|
|
810
835
|
}
|
|
811
836
|
.e-btn-group .e-btn:focus,
|
|
812
837
|
.e-btn-group input:focus-visible + label.e-btn,
|
|
838
|
+
.e-btn-group input:focus + label.e-btn,
|
|
813
839
|
.e-css.e-btn-group .e-btn:focus,
|
|
814
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn
|
|
840
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
841
|
+
.e-css.e-btn-group input:focus + label.e-btn {
|
|
815
842
|
background: rgba(0, 0, 0, 0.18);
|
|
816
843
|
border-color: transparent;
|
|
817
844
|
color: rgba(0, 0, 0, 0.87);
|
|
818
845
|
outline: #fafafa 0 solid;
|
|
819
846
|
outline-offset: 0;
|
|
820
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
821
|
-
|
|
847
|
+
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
848
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
849
|
+
-webkit-box-shadow: none;
|
|
850
|
+
box-shadow: none;
|
|
822
851
|
outline-color: inherit;
|
|
823
852
|
}
|
|
824
853
|
.e-btn-group .e-btn:focus.e-primary,
|
|
825
854
|
.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
855
|
+
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
826
856
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
827
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary
|
|
857
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
858
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
828
859
|
background: #ea4e82;
|
|
829
860
|
border-color: transparent;
|
|
830
861
|
color: #fff;
|
|
831
862
|
outline: #fafafa 0 solid;
|
|
832
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
833
|
-
|
|
863
|
+
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
864
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
865
|
+
-webkit-box-shadow: none;
|
|
866
|
+
box-shadow: none;
|
|
834
867
|
outline-color: inherit;
|
|
835
868
|
}
|
|
836
869
|
.e-btn-group .e-btn:focus.e-success,
|
|
837
870
|
.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
871
|
+
.e-btn-group input:focus + label.e-btn.e-success,
|
|
838
872
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
839
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success
|
|
873
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
874
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
840
875
|
background: #78a253;
|
|
841
876
|
border-color: transparent;
|
|
842
877
|
color: #fff;
|
|
843
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
844
|
-
|
|
878
|
+
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
879
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
880
|
+
-webkit-box-shadow: none;
|
|
881
|
+
box-shadow: none;
|
|
845
882
|
outline-color: inherit;
|
|
846
883
|
}
|
|
847
884
|
.e-btn-group .e-btn:focus.e-info,
|
|
848
885
|
.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
886
|
+
.e-btn-group input:focus + label.e-btn.e-info,
|
|
849
887
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
850
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info
|
|
888
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
889
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
851
890
|
background: #3f98df;
|
|
852
891
|
border-color: transparent;
|
|
853
892
|
color: #fff;
|
|
854
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
855
|
-
|
|
893
|
+
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
894
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
895
|
+
-webkit-box-shadow: none;
|
|
896
|
+
box-shadow: none;
|
|
856
897
|
outline-color: inherit;
|
|
857
898
|
}
|
|
858
899
|
.e-btn-group .e-btn:focus.e-warning,
|
|
859
900
|
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
901
|
+
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
860
902
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
861
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning
|
|
903
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
904
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
862
905
|
background: #d07f3d;
|
|
863
906
|
border-color: transparent;
|
|
864
907
|
color: #fff;
|
|
865
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
866
|
-
|
|
908
|
+
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
909
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
910
|
+
-webkit-box-shadow: none;
|
|
911
|
+
box-shadow: none;
|
|
867
912
|
outline-color: inherit;
|
|
868
913
|
}
|
|
869
914
|
.e-btn-group .e-btn:focus.e-danger,
|
|
870
915
|
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
916
|
+
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
871
917
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
872
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger
|
|
918
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
919
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
873
920
|
background: #e06f4c;
|
|
874
921
|
border-color: transparent;
|
|
875
922
|
color: #fff;
|
|
876
|
-
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
877
|
-
|
|
923
|
+
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
924
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
925
|
+
-webkit-box-shadow: none;
|
|
926
|
+
box-shadow: none;
|
|
878
927
|
outline-color: inherit;
|
|
879
928
|
}
|
|
880
929
|
.e-btn-group .e-btn:focus.e-link,
|
|
881
930
|
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
931
|
+
.e-btn-group input:focus + label.e-btn.e-link,
|
|
882
932
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
883
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link
|
|
933
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
934
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
884
935
|
border-radius: 0;
|
|
885
936
|
text-decoration: underline;
|
|
886
937
|
color: #0a3576;
|
|
887
938
|
background-color: transparent;
|
|
888
939
|
border-color: transparent;
|
|
889
|
-
box-shadow: none;
|
|
940
|
+
-webkit-box-shadow: none;
|
|
941
|
+
box-shadow: none;
|
|
890
942
|
outline: none;
|
|
891
943
|
}
|
|
892
944
|
.e-btn-group .e-btn:focus.e-outline,
|
|
893
945
|
.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
946
|
+
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
894
947
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
895
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline
|
|
896
|
-
|
|
897
|
-
box-shadow:
|
|
948
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
949
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
950
|
+
-webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
951
|
+
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
|
|
952
|
+
-webkit-box-shadow: none;
|
|
953
|
+
box-shadow: none;
|
|
898
954
|
}
|
|
899
955
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
900
956
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
957
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
901
958
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
902
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary
|
|
903
|
-
|
|
959
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
960
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
961
|
+
-webkit-box-shadow: none;
|
|
962
|
+
box-shadow: none;
|
|
904
963
|
}
|
|
905
964
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
906
965
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
966
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
907
967
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
908
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success
|
|
909
|
-
|
|
968
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
969
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
970
|
+
-webkit-box-shadow: none;
|
|
971
|
+
box-shadow: none;
|
|
910
972
|
}
|
|
911
973
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
912
974
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
975
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
913
976
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
914
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info
|
|
915
|
-
|
|
977
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
978
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
979
|
+
-webkit-box-shadow: none;
|
|
980
|
+
box-shadow: none;
|
|
916
981
|
}
|
|
917
982
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
918
983
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
984
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
919
985
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
920
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning
|
|
921
|
-
|
|
986
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
987
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
988
|
+
-webkit-box-shadow: none;
|
|
989
|
+
box-shadow: none;
|
|
922
990
|
}
|
|
923
991
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
924
992
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
993
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
925
994
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
926
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger
|
|
927
|
-
|
|
995
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
996
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
997
|
+
-webkit-box-shadow: none;
|
|
998
|
+
box-shadow: none;
|
|
928
999
|
}
|
|
929
1000
|
.e-btn-group .e-btn:active,
|
|
930
1001
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -948,7 +1019,8 @@
|
|
|
948
1019
|
border-color: transparent;
|
|
949
1020
|
color: #fff;
|
|
950
1021
|
outline: #fafafa 0 solid;
|
|
951
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1022
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1023
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
952
1024
|
}
|
|
953
1025
|
.e-btn-group .e-btn:active.e-success,
|
|
954
1026
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
@@ -959,7 +1031,8 @@
|
|
|
959
1031
|
background: #86ab65;
|
|
960
1032
|
border-color: transparent;
|
|
961
1033
|
color: #fff;
|
|
962
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1034
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1035
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
963
1036
|
}
|
|
964
1037
|
.e-btn-group .e-btn:active.e-info,
|
|
965
1038
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
@@ -970,7 +1043,8 @@
|
|
|
970
1043
|
background: #54a3e2;
|
|
971
1044
|
color: #fff;
|
|
972
1045
|
border-color: transparent;
|
|
973
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1046
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1047
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
974
1048
|
}
|
|
975
1049
|
.e-btn-group .e-btn:active.e-warning,
|
|
976
1050
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
@@ -981,7 +1055,8 @@
|
|
|
981
1055
|
background: #d58d52;
|
|
982
1056
|
border-color: transparent;
|
|
983
1057
|
color: #fff;
|
|
984
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1058
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1059
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
985
1060
|
}
|
|
986
1061
|
.e-btn-group .e-btn:active.e-danger,
|
|
987
1062
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
@@ -992,7 +1067,8 @@
|
|
|
992
1067
|
background: #e37e5f;
|
|
993
1068
|
border-color: transparent;
|
|
994
1069
|
color: #fff;
|
|
995
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1070
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1071
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
996
1072
|
}
|
|
997
1073
|
.e-btn-group .e-btn:active.e-outline,
|
|
998
1074
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
@@ -1002,7 +1078,8 @@
|
|
|
1002
1078
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
1003
1079
|
background: rgba(0, 0, 0, 0.32);
|
|
1004
1080
|
border-color: #adadad;
|
|
1005
|
-
box-shadow: none;
|
|
1081
|
+
-webkit-box-shadow: none;
|
|
1082
|
+
box-shadow: none;
|
|
1006
1083
|
color: rgba(0, 0, 0, 0.87);
|
|
1007
1084
|
}
|
|
1008
1085
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
@@ -1013,7 +1090,8 @@
|
|
|
1013
1090
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
1014
1091
|
background: #ec618f;
|
|
1015
1092
|
border-color: transparent;
|
|
1016
|
-
box-shadow: none;
|
|
1093
|
+
-webkit-box-shadow: none;
|
|
1094
|
+
box-shadow: none;
|
|
1017
1095
|
color: #fff;
|
|
1018
1096
|
}
|
|
1019
1097
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
@@ -1024,7 +1102,8 @@
|
|
|
1024
1102
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
1025
1103
|
background: #86ab65;
|
|
1026
1104
|
border-color: transparent;
|
|
1027
|
-
box-shadow: none;
|
|
1105
|
+
-webkit-box-shadow: none;
|
|
1106
|
+
box-shadow: none;
|
|
1028
1107
|
color: #fff;
|
|
1029
1108
|
}
|
|
1030
1109
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
@@ -1035,7 +1114,8 @@
|
|
|
1035
1114
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
1036
1115
|
background: #54a3e2;
|
|
1037
1116
|
border-color: transparent;
|
|
1038
|
-
box-shadow: none;
|
|
1117
|
+
-webkit-box-shadow: none;
|
|
1118
|
+
box-shadow: none;
|
|
1039
1119
|
color: #fff;
|
|
1040
1120
|
}
|
|
1041
1121
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
@@ -1046,7 +1126,8 @@
|
|
|
1046
1126
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
1047
1127
|
background: #d58d52;
|
|
1048
1128
|
border-color: transparent;
|
|
1049
|
-
box-shadow: none;
|
|
1129
|
+
-webkit-box-shadow: none;
|
|
1130
|
+
box-shadow: none;
|
|
1050
1131
|
color: #fff;
|
|
1051
1132
|
}
|
|
1052
1133
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
@@ -1057,7 +1138,8 @@
|
|
|
1057
1138
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
1058
1139
|
background: #e37e5f;
|
|
1059
1140
|
border-color: transparent;
|
|
1060
|
-
box-shadow: none;
|
|
1141
|
+
-webkit-box-shadow: none;
|
|
1142
|
+
box-shadow: none;
|
|
1061
1143
|
color: #fff;
|
|
1062
1144
|
}
|
|
1063
1145
|
.e-btn-group .e-btn:disabled,
|
|
@@ -1066,7 +1148,8 @@
|
|
|
1066
1148
|
.e-css.e-btn-group input:disabled + label.e-btn {
|
|
1067
1149
|
background-color: rgba(0, 0, 0, 0.12);
|
|
1068
1150
|
border-color: transparent;
|
|
1069
|
-
box-shadow: none;
|
|
1151
|
+
-webkit-box-shadow: none;
|
|
1152
|
+
box-shadow: none;
|
|
1070
1153
|
color: rgba(0, 0, 0, 0.26);
|
|
1071
1154
|
border-color: transparent;
|
|
1072
1155
|
}
|
|
@@ -1076,7 +1159,8 @@
|
|
|
1076
1159
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
1077
1160
|
background: rgba(0, 0, 0, 0.12);
|
|
1078
1161
|
border-color: transparent;
|
|
1079
|
-
box-shadow: none;
|
|
1162
|
+
-webkit-box-shadow: none;
|
|
1163
|
+
box-shadow: none;
|
|
1080
1164
|
color: rgba(0, 0, 0, 0.26);
|
|
1081
1165
|
border-color: transparent;
|
|
1082
1166
|
}
|
|
@@ -1086,7 +1170,8 @@
|
|
|
1086
1170
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
1087
1171
|
background: rgba(0, 0, 0, 0.12);
|
|
1088
1172
|
border-color: transparent;
|
|
1089
|
-
box-shadow: none;
|
|
1173
|
+
-webkit-box-shadow: none;
|
|
1174
|
+
box-shadow: none;
|
|
1090
1175
|
color: rgba(0, 0, 0, 0.26);
|
|
1091
1176
|
border-color: transparent;
|
|
1092
1177
|
}
|
|
@@ -1096,7 +1181,8 @@
|
|
|
1096
1181
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
1097
1182
|
background: rgba(0, 0, 0, 0.12);
|
|
1098
1183
|
border-color: transparent;
|
|
1099
|
-
box-shadow: none;
|
|
1184
|
+
-webkit-box-shadow: none;
|
|
1185
|
+
box-shadow: none;
|
|
1100
1186
|
color: rgba(0, 0, 0, 0.26);
|
|
1101
1187
|
border-color: transparent;
|
|
1102
1188
|
}
|
|
@@ -1106,7 +1192,8 @@
|
|
|
1106
1192
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
1107
1193
|
background: rgba(0, 0, 0, 0.12);
|
|
1108
1194
|
border-color: transparent;
|
|
1109
|
-
box-shadow: none;
|
|
1195
|
+
-webkit-box-shadow: none;
|
|
1196
|
+
box-shadow: none;
|
|
1110
1197
|
color: rgba(0, 0, 0, 0.26);
|
|
1111
1198
|
border-color: transparent;
|
|
1112
1199
|
}
|
|
@@ -1116,7 +1203,8 @@
|
|
|
1116
1203
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
1117
1204
|
background: rgba(0, 0, 0, 0.12);
|
|
1118
1205
|
border-color: transparent;
|
|
1119
|
-
box-shadow: none;
|
|
1206
|
+
-webkit-box-shadow: none;
|
|
1207
|
+
box-shadow: none;
|
|
1120
1208
|
color: rgba(0, 0, 0, 0.26);
|
|
1121
1209
|
border-color: transparent;
|
|
1122
1210
|
}
|
|
@@ -1126,7 +1214,8 @@
|
|
|
1126
1214
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
1127
1215
|
color: rgba(0, 0, 0, 0.26);
|
|
1128
1216
|
background: transparent;
|
|
1129
|
-
box-shadow: none;
|
|
1217
|
+
-webkit-box-shadow: none;
|
|
1218
|
+
box-shadow: none;
|
|
1130
1219
|
text-decoration: none;
|
|
1131
1220
|
border-color: transparent;
|
|
1132
1221
|
}
|
|
@@ -1136,7 +1225,8 @@
|
|
|
1136
1225
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
1137
1226
|
background: transparent;
|
|
1138
1227
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1139
|
-
box-shadow: none;
|
|
1228
|
+
-webkit-box-shadow: none;
|
|
1229
|
+
box-shadow: none;
|
|
1140
1230
|
color: rgba(0, 0, 0, 0.26);
|
|
1141
1231
|
border-color: #adadad;
|
|
1142
1232
|
}
|
|
@@ -1146,7 +1236,8 @@
|
|
|
1146
1236
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
1147
1237
|
background: transparent;
|
|
1148
1238
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1149
|
-
box-shadow: none;
|
|
1239
|
+
-webkit-box-shadow: none;
|
|
1240
|
+
box-shadow: none;
|
|
1150
1241
|
color: rgba(0, 0, 0, 0.26);
|
|
1151
1242
|
border-color: #e3165b;
|
|
1152
1243
|
}
|
|
@@ -1156,7 +1247,8 @@
|
|
|
1156
1247
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
1157
1248
|
background: transparent;
|
|
1158
1249
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1159
|
-
box-shadow: none;
|
|
1250
|
+
-webkit-box-shadow: none;
|
|
1251
|
+
box-shadow: none;
|
|
1160
1252
|
color: rgba(0, 0, 0, 0.26);
|
|
1161
1253
|
border-color: #4d841d;
|
|
1162
1254
|
}
|
|
@@ -1166,7 +1258,8 @@
|
|
|
1166
1258
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
1167
1259
|
background: transparent;
|
|
1168
1260
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1169
|
-
box-shadow: none;
|
|
1261
|
+
-webkit-box-shadow: none;
|
|
1262
|
+
box-shadow: none;
|
|
1170
1263
|
color: rgba(0, 0, 0, 0.26);
|
|
1171
1264
|
border-color: #0378d5;
|
|
1172
1265
|
}
|
|
@@ -1176,7 +1269,8 @@
|
|
|
1176
1269
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
1177
1270
|
background: transparent;
|
|
1178
1271
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1179
|
-
box-shadow: none;
|
|
1272
|
+
-webkit-box-shadow: none;
|
|
1273
|
+
box-shadow: none;
|
|
1180
1274
|
color: rgba(0, 0, 0, 0.26);
|
|
1181
1275
|
border-color: #c15700;
|
|
1182
1276
|
}
|
|
@@ -1186,7 +1280,8 @@
|
|
|
1186
1280
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
1187
1281
|
background: transparent;
|
|
1188
1282
|
border-color: rgba(0, 0, 0, 0.26);
|
|
1189
|
-
box-shadow: none;
|
|
1283
|
+
-webkit-box-shadow: none;
|
|
1284
|
+
box-shadow: none;
|
|
1190
1285
|
color: rgba(0, 0, 0, 0.26);
|
|
1191
1286
|
border-color: #d64113;
|
|
1192
1287
|
}
|
|
@@ -1315,23 +1410,46 @@
|
|
|
1315
1410
|
}
|
|
1316
1411
|
|
|
1317
1412
|
/* stylelint-disable property-no-vendor-prefix */
|
|
1413
|
+
@-webkit-keyframes material-spinner-rotate {
|
|
1414
|
+
0% {
|
|
1415
|
+
-webkit-transform: rotate(0deg);
|
|
1416
|
+
transform: rotate(0deg);
|
|
1417
|
+
}
|
|
1418
|
+
100% {
|
|
1419
|
+
-webkit-transform: rotate(360deg);
|
|
1420
|
+
transform: rotate(360deg);
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1318
1423
|
@keyframes material-spinner-rotate {
|
|
1319
1424
|
0% {
|
|
1425
|
+
-webkit-transform: rotate(0deg);
|
|
1320
1426
|
transform: rotate(0deg);
|
|
1321
1427
|
}
|
|
1322
1428
|
100% {
|
|
1429
|
+
-webkit-transform: rotate(360deg);
|
|
1430
|
+
transform: rotate(360deg);
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1433
|
+
@-webkit-keyframes fabric-spinner-rotate {
|
|
1434
|
+
0% {
|
|
1435
|
+
-webkit-transform: rotate(0deg);
|
|
1436
|
+
transform: rotate(0deg);
|
|
1437
|
+
}
|
|
1438
|
+
100% {
|
|
1439
|
+
-webkit-transform: rotate(360deg);
|
|
1323
1440
|
transform: rotate(360deg);
|
|
1324
1441
|
}
|
|
1325
1442
|
}
|
|
1326
1443
|
@keyframes fabric-spinner-rotate {
|
|
1327
1444
|
0% {
|
|
1445
|
+
-webkit-transform: rotate(0deg);
|
|
1328
1446
|
transform: rotate(0deg);
|
|
1329
1447
|
}
|
|
1330
1448
|
100% {
|
|
1449
|
+
-webkit-transform: rotate(360deg);
|
|
1331
1450
|
transform: rotate(360deg);
|
|
1332
1451
|
}
|
|
1333
1452
|
}
|
|
1334
|
-
/*! Progress Button Layout */
|
|
1335
1453
|
.e-progress-btn {
|
|
1336
1454
|
position: relative;
|
|
1337
1455
|
}
|
|
@@ -1341,9 +1459,11 @@
|
|
|
1341
1459
|
opacity: 0;
|
|
1342
1460
|
position: absolute;
|
|
1343
1461
|
top: 0;
|
|
1462
|
+
-webkit-transition: opacity 0.3s linear;
|
|
1344
1463
|
transition: opacity 0.3s linear;
|
|
1345
1464
|
}
|
|
1346
1465
|
.e-progress-btn .e-spinner {
|
|
1466
|
+
-webkit-transition: all 0.3s linear;
|
|
1347
1467
|
transition: all 0.3s linear;
|
|
1348
1468
|
}
|
|
1349
1469
|
.e-progress-btn .e-btn-content {
|
|
@@ -1376,6 +1496,7 @@
|
|
|
1376
1496
|
opacity: 0;
|
|
1377
1497
|
}
|
|
1378
1498
|
.e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom {
|
|
1499
|
+
-webkit-transition: padding 0.3s linear;
|
|
1379
1500
|
transition: padding 0.3s linear;
|
|
1380
1501
|
}
|
|
1381
1502
|
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content,
|
|
@@ -1385,10 +1506,12 @@
|
|
|
1385
1506
|
line-height: 1;
|
|
1386
1507
|
}
|
|
1387
1508
|
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner {
|
|
1509
|
+
display: -webkit-box;
|
|
1388
1510
|
display: -ms-flexbox;
|
|
1389
1511
|
display: flex;
|
|
1390
|
-
-
|
|
1391
|
-
|
|
1512
|
+
-webkit-box-pack: center;
|
|
1513
|
+
-ms-flex-pack: center;
|
|
1514
|
+
justify-content: center;
|
|
1392
1515
|
}
|
|
1393
1516
|
.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner {
|
|
1394
1517
|
padding-right: 12px;
|
|
@@ -1474,21 +1597,35 @@
|
|
|
1474
1597
|
left: auto;
|
|
1475
1598
|
position: relative;
|
|
1476
1599
|
top: auto;
|
|
1477
|
-
transform: none;
|
|
1600
|
+
-webkit-transform: none;
|
|
1601
|
+
transform: none;
|
|
1478
1602
|
}
|
|
1479
1603
|
.e-progress-btn .e-cont-animate {
|
|
1480
|
-
-
|
|
1481
|
-
align
|
|
1604
|
+
-webkit-box-align: center;
|
|
1605
|
+
-ms-flex-align: center;
|
|
1606
|
+
align-items: center;
|
|
1607
|
+
display: -webkit-inline-box;
|
|
1482
1608
|
display: -ms-inline-flexbox;
|
|
1483
1609
|
display: inline-flex;
|
|
1484
1610
|
height: 100%;
|
|
1485
|
-
-
|
|
1486
|
-
|
|
1611
|
+
-webkit-box-pack: center;
|
|
1612
|
+
-ms-flex-pack: center;
|
|
1613
|
+
justify-content: center;
|
|
1487
1614
|
left: 0;
|
|
1488
1615
|
position: absolute;
|
|
1489
1616
|
top: 0;
|
|
1490
1617
|
width: 100%;
|
|
1491
1618
|
}
|
|
1619
|
+
@-webkit-keyframes ProgressSlideLeft {
|
|
1620
|
+
from {
|
|
1621
|
+
left: 0%;
|
|
1622
|
+
opacity: 1;
|
|
1623
|
+
}
|
|
1624
|
+
to {
|
|
1625
|
+
left: -100%;
|
|
1626
|
+
opacity: 0;
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1492
1629
|
@keyframes ProgressSlideLeft {
|
|
1493
1630
|
from {
|
|
1494
1631
|
left: 0%;
|
|
@@ -1499,6 +1636,16 @@
|
|
|
1499
1636
|
opacity: 0;
|
|
1500
1637
|
}
|
|
1501
1638
|
}
|
|
1639
|
+
@-webkit-keyframes ProgressSlideRight {
|
|
1640
|
+
from {
|
|
1641
|
+
left: 0%;
|
|
1642
|
+
opacity: 1;
|
|
1643
|
+
}
|
|
1644
|
+
to {
|
|
1645
|
+
left: 100%;
|
|
1646
|
+
opacity: 0;
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1502
1649
|
@keyframes ProgressSlideRight {
|
|
1503
1650
|
from {
|
|
1504
1651
|
left: 0%;
|
|
@@ -1509,6 +1656,18 @@
|
|
|
1509
1656
|
opacity: 0;
|
|
1510
1657
|
}
|
|
1511
1658
|
}
|
|
1659
|
+
@-webkit-keyframes ProgressSlideUp {
|
|
1660
|
+
from {
|
|
1661
|
+
height: auto;
|
|
1662
|
+
opacity: 1;
|
|
1663
|
+
top: 0;
|
|
1664
|
+
}
|
|
1665
|
+
to {
|
|
1666
|
+
height: auto;
|
|
1667
|
+
opacity: 0;
|
|
1668
|
+
top: -100px;
|
|
1669
|
+
}
|
|
1670
|
+
}
|
|
1512
1671
|
@keyframes ProgressSlideUp {
|
|
1513
1672
|
from {
|
|
1514
1673
|
height: auto;
|
|
@@ -1521,6 +1680,18 @@
|
|
|
1521
1680
|
top: -100px;
|
|
1522
1681
|
}
|
|
1523
1682
|
}
|
|
1683
|
+
@-webkit-keyframes ProgressSlideDown {
|
|
1684
|
+
from {
|
|
1685
|
+
height: auto;
|
|
1686
|
+
opacity: 1;
|
|
1687
|
+
top: 0;
|
|
1688
|
+
}
|
|
1689
|
+
to {
|
|
1690
|
+
height: auto;
|
|
1691
|
+
opacity: 0;
|
|
1692
|
+
top: 100px;
|
|
1693
|
+
}
|
|
1694
|
+
}
|
|
1524
1695
|
@keyframes ProgressSlideDown {
|
|
1525
1696
|
from {
|
|
1526
1697
|
height: auto;
|
|
@@ -1533,22 +1704,48 @@
|
|
|
1533
1704
|
top: 100px;
|
|
1534
1705
|
}
|
|
1535
1706
|
}
|
|
1707
|
+
@-webkit-keyframes ProgressZoomIn {
|
|
1708
|
+
from {
|
|
1709
|
+
opacity: 1;
|
|
1710
|
+
-webkit-transform: translate(0, 0) scale(1);
|
|
1711
|
+
transform: translate(0, 0) scale(1);
|
|
1712
|
+
}
|
|
1713
|
+
to {
|
|
1714
|
+
opacity: 0;
|
|
1715
|
+
-webkit-transform: translate(0, 0) scale(3);
|
|
1716
|
+
transform: translate(0, 0) scale(3);
|
|
1717
|
+
}
|
|
1718
|
+
}
|
|
1536
1719
|
@keyframes ProgressZoomIn {
|
|
1537
1720
|
from {
|
|
1538
1721
|
opacity: 1;
|
|
1539
|
-
transform: translate(0, 0) scale(1);
|
|
1722
|
+
-webkit-transform: translate(0, 0) scale(1);
|
|
1723
|
+
transform: translate(0, 0) scale(1);
|
|
1540
1724
|
}
|
|
1541
1725
|
to {
|
|
1542
1726
|
opacity: 0;
|
|
1543
|
-
transform: translate(0, 0) scale(3);
|
|
1727
|
+
-webkit-transform: translate(0, 0) scale(3);
|
|
1728
|
+
transform: translate(0, 0) scale(3);
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
@-webkit-keyframes ProgressZoomOut {
|
|
1732
|
+
from {
|
|
1733
|
+
-webkit-transform: translate(0, 0) scale(1);
|
|
1734
|
+
transform: translate(0, 0) scale(1);
|
|
1735
|
+
}
|
|
1736
|
+
to {
|
|
1737
|
+
-webkit-transform: translate(0, 0) scale(0);
|
|
1738
|
+
transform: translate(0, 0) scale(0);
|
|
1544
1739
|
}
|
|
1545
1740
|
}
|
|
1546
1741
|
@keyframes ProgressZoomOut {
|
|
1547
1742
|
from {
|
|
1548
|
-
transform: translate(0, 0) scale(1);
|
|
1743
|
+
-webkit-transform: translate(0, 0) scale(1);
|
|
1744
|
+
transform: translate(0, 0) scale(1);
|
|
1549
1745
|
}
|
|
1550
1746
|
to {
|
|
1551
|
-
transform: translate(0, 0) scale(0);
|
|
1747
|
+
-webkit-transform: translate(0, 0) scale(0);
|
|
1748
|
+
transform: translate(0, 0) scale(0);
|
|
1552
1749
|
}
|
|
1553
1750
|
}
|
|
1554
1751
|
|
|
@@ -1800,7 +1997,10 @@
|
|
|
1800
1997
|
|
|
1801
1998
|
*.e-primary .e-progress,
|
|
1802
1999
|
*.e-success .e-progress,
|
|
1803
|
-
*.e-danger .e-progress
|
|
2000
|
+
*.e-danger .e-progress {
|
|
2001
|
+
background: rgba(0, 0, 0, 0.2);
|
|
2002
|
+
}
|
|
2003
|
+
|
|
1804
2004
|
*.e-info .e-progress {
|
|
1805
2005
|
background: rgba(0, 0, 0, 0.2);
|
|
1806
2006
|
}
|