@syncfusion/ej2-splitbuttons 25.2.4 → 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 +263 -97
- package/styles/bootstrap-dark.scss +14 -4
- package/styles/bootstrap.css +263 -97
- package/styles/bootstrap.scss +14 -4
- package/styles/bootstrap4.css +227 -80
- package/styles/bootstrap4.scss +14 -4
- package/styles/bootstrap5-dark.css +227 -174
- package/styles/bootstrap5-dark.scss +14 -4
- package/styles/bootstrap5.css +227 -174
- 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 +30 -84
- package/styles/button-group/bootstrap-dark.css +93 -57
- package/styles/button-group/bootstrap.css +93 -57
- package/styles/button-group/bootstrap4.css +69 -46
- package/styles/button-group/bootstrap5-dark.css +69 -46
- package/styles/button-group/bootstrap5.css +69 -46
- package/styles/button-group/fabric-dark.css +93 -57
- package/styles/button-group/fabric.css +98 -62
- package/styles/button-group/fluent-dark.css +109 -65
- package/styles/button-group/fluent.css +109 -65
- package/styles/button-group/fluent2.css +1849 -0
- package/styles/button-group/fluent2.scss +4 -0
- package/styles/button-group/highcontrast-light.css +93 -57
- package/styles/button-group/highcontrast.css +93 -57
- package/styles/button-group/material-dark.css +107 -64
- package/styles/button-group/material.css +109 -65
- package/styles/button-group/material3-dark.css +151 -77
- package/styles/button-group/material3.css +151 -77
- package/styles/button-group/tailwind-dark.css +91 -57
- package/styles/button-group/tailwind.css +91 -57
- 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 +263 -97
- package/styles/fabric-dark.scss +14 -4
- package/styles/fabric.css +268 -102
- package/styles/fabric.scss +14 -4
- package/styles/fluent-dark.css +271 -102
- package/styles/fluent-dark.scss +14 -4
- package/styles/fluent.css +271 -102
- package/styles/fluent.scss +14 -4
- package/styles/fluent2.css +3072 -0
- package/styles/fluent2.scss +14 -0
- package/styles/highcontrast-light.css +263 -97
- package/styles/highcontrast-light.scss +14 -4
- package/styles/highcontrast.css +263 -97
- package/styles/highcontrast.scss +14 -4
- package/styles/material-dark.css +277 -104
- package/styles/material-dark.scss +14 -4
- package/styles/material.css +279 -105
- package/styles/material.scss +14 -4
- package/styles/material3-dark.css +357 -134
- package/styles/material3-dark.scss +14 -4
- package/styles/material3.css +353 -132
- 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 +261 -98
- package/styles/tailwind-dark.scss +14 -4
- package/styles/tailwind.css +261 -98
- package/styles/tailwind.scss +14 -4
- package/CHANGELOG.md +0 -373
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/* stylelint-disable */
|
|
2
2
|
*.e-btn-group,
|
|
3
3
|
*.e-css.e-btn-group {
|
|
4
|
+
display: -webkit-inline-box;
|
|
4
5
|
display: -ms-inline-flexbox;
|
|
5
6
|
display: inline-flex;
|
|
6
7
|
border-radius: 0;
|
|
7
|
-
-
|
|
8
|
-
|
|
8
|
+
-webkit-box-orient: horizontal;
|
|
9
|
+
-webkit-box-direction: normal;
|
|
10
|
+
-ms-flex-direction: row;
|
|
11
|
+
flex-direction: row;
|
|
9
12
|
position: relative;
|
|
10
13
|
}
|
|
11
14
|
*.e-btn-group input + label.e-btn,
|
|
@@ -40,8 +43,9 @@
|
|
|
40
43
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
41
44
|
border-radius: 0;
|
|
42
45
|
}
|
|
43
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
44
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type
|
|
46
|
+
*.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),
|
|
47
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
48
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
45
49
|
border-bottom-right-radius: 0;
|
|
46
50
|
border-top-right-radius: 0;
|
|
47
51
|
}
|
|
@@ -50,11 +54,6 @@
|
|
|
50
54
|
border-bottom-left-radius: 0;
|
|
51
55
|
border-top-left-radius: 0;
|
|
52
56
|
}
|
|
53
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
|
|
54
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
55
|
-
border-bottom-right-radius: 0;
|
|
56
|
-
border-top-right-radius: 0;
|
|
57
|
-
}
|
|
58
57
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
|
|
59
58
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
|
|
60
59
|
border-bottom-left-radius: 0;
|
|
@@ -88,8 +87,9 @@
|
|
|
88
87
|
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
89
88
|
border-radius: 0;
|
|
90
89
|
}
|
|
91
|
-
*.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
92
|
-
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type
|
|
90
|
+
*.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
91
|
+
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
92
|
+
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
93
93
|
border-bottom-left-radius: 0;
|
|
94
94
|
border-top-left-radius: 0;
|
|
95
95
|
}
|
|
@@ -98,11 +98,6 @@
|
|
|
98
98
|
border-bottom-right-radius: 0;
|
|
99
99
|
border-top-right-radius: 0;
|
|
100
100
|
}
|
|
101
|
-
*.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
102
|
-
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
103
|
-
border-bottom-left-radius: 0;
|
|
104
|
-
border-top-left-radius: 0;
|
|
105
|
-
}
|
|
106
101
|
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
107
102
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
108
103
|
border-bottom-right-radius: 0;
|
|
@@ -130,8 +125,10 @@
|
|
|
130
125
|
}
|
|
131
126
|
*.e-btn-group.e-vertical,
|
|
132
127
|
*.e-css.e-btn-group.e-vertical {
|
|
133
|
-
-
|
|
134
|
-
|
|
128
|
+
-webkit-box-orient: vertical;
|
|
129
|
+
-webkit-box-direction: normal;
|
|
130
|
+
-ms-flex-direction: column;
|
|
131
|
+
flex-direction: column;
|
|
135
132
|
}
|
|
136
133
|
*.e-btn-group.e-vertical input,
|
|
137
134
|
*.e-css.e-btn-group.e-vertical input {
|
|
@@ -238,11 +235,13 @@
|
|
|
238
235
|
/* stylelint-disable */
|
|
239
236
|
.e-btn-group:not(.e-outline),
|
|
240
237
|
.e-css.e-btn-group:not(.e-outline) {
|
|
241
|
-
box-shadow: none;
|
|
238
|
+
-webkit-box-shadow: none;
|
|
239
|
+
box-shadow: none;
|
|
242
240
|
}
|
|
243
241
|
.e-btn-group .e-btn:hover,
|
|
244
242
|
.e-css.e-btn-group .e-btn:hover {
|
|
245
|
-
box-shadow: none;
|
|
243
|
+
-webkit-box-shadow: none;
|
|
244
|
+
box-shadow: none;
|
|
246
245
|
}
|
|
247
246
|
.e-btn-group .e-btn:focus,
|
|
248
247
|
.e-btn-group input:focus-visible + label.e-btn,
|
|
@@ -255,7 +254,8 @@
|
|
|
255
254
|
color: #333;
|
|
256
255
|
outline: #767676 1px solid;
|
|
257
256
|
outline-offset: 0;
|
|
258
|
-
box-shadow: none;
|
|
257
|
+
-webkit-box-shadow: none;
|
|
258
|
+
box-shadow: none;
|
|
259
259
|
box-shadow: none;
|
|
260
260
|
outline-color: #767676;
|
|
261
261
|
outline-offset: -2px;
|
|
@@ -270,10 +270,11 @@
|
|
|
270
270
|
border-color: #fff;
|
|
271
271
|
color: #fff;
|
|
272
272
|
outline: #767676 1px solid;
|
|
273
|
+
-webkit-box-shadow: none;
|
|
274
|
+
box-shadow: none;
|
|
273
275
|
box-shadow: none;
|
|
274
|
-
box-shadow: none;
|
|
275
|
-
outline-color: #fff;
|
|
276
276
|
border-color: transparent;
|
|
277
|
+
outline-color: #fff;
|
|
277
278
|
}
|
|
278
279
|
.e-btn-group .e-btn:focus.e-success,
|
|
279
280
|
.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
@@ -284,10 +285,11 @@
|
|
|
284
285
|
background: #137c10;
|
|
285
286
|
border-color: #fff;
|
|
286
287
|
color: #fff;
|
|
288
|
+
-webkit-box-shadow: none;
|
|
289
|
+
box-shadow: none;
|
|
287
290
|
box-shadow: none;
|
|
288
|
-
box-shadow: none;
|
|
289
|
-
outline-color: #fff;
|
|
290
291
|
border-color: transparent;
|
|
292
|
+
outline-color: #fff;
|
|
291
293
|
}
|
|
292
294
|
.e-btn-group .e-btn:focus.e-info,
|
|
293
295
|
.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
@@ -298,10 +300,11 @@
|
|
|
298
300
|
background: #0378d5;
|
|
299
301
|
border-color: #fff;
|
|
300
302
|
color: #fff;
|
|
303
|
+
-webkit-box-shadow: none;
|
|
304
|
+
box-shadow: none;
|
|
301
305
|
box-shadow: none;
|
|
302
|
-
box-shadow: none;
|
|
303
|
-
outline-color: #fff;
|
|
304
306
|
border-color: transparent;
|
|
307
|
+
outline-color: #fff;
|
|
305
308
|
}
|
|
306
309
|
.e-btn-group .e-btn:focus.e-warning,
|
|
307
310
|
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
@@ -312,10 +315,11 @@
|
|
|
312
315
|
background: #d83b01;
|
|
313
316
|
border-color: #fff;
|
|
314
317
|
color: #fff;
|
|
318
|
+
-webkit-box-shadow: none;
|
|
319
|
+
box-shadow: none;
|
|
315
320
|
box-shadow: none;
|
|
316
|
-
box-shadow: none;
|
|
317
|
-
outline-color: #fff;
|
|
318
321
|
border-color: transparent;
|
|
322
|
+
outline-color: #fff;
|
|
319
323
|
}
|
|
320
324
|
.e-btn-group .e-btn:focus.e-danger,
|
|
321
325
|
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
@@ -326,10 +330,11 @@
|
|
|
326
330
|
background: #a80000;
|
|
327
331
|
border-color: #fff;
|
|
328
332
|
color: #fff;
|
|
333
|
+
-webkit-box-shadow: none;
|
|
334
|
+
box-shadow: none;
|
|
329
335
|
box-shadow: none;
|
|
330
|
-
box-shadow: none;
|
|
331
|
-
outline-color: #fff;
|
|
332
336
|
border-color: transparent;
|
|
337
|
+
outline-color: #fff;
|
|
333
338
|
}
|
|
334
339
|
.e-btn-group .e-btn:focus.e-link,
|
|
335
340
|
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
@@ -342,7 +347,8 @@
|
|
|
342
347
|
color: #0a3576;
|
|
343
348
|
background-color: transparent;
|
|
344
349
|
border-color: transparent;
|
|
345
|
-
box-shadow: none;
|
|
350
|
+
-webkit-box-shadow: none;
|
|
351
|
+
box-shadow: none;
|
|
346
352
|
outline: none;
|
|
347
353
|
}
|
|
348
354
|
.e-btn-group .e-btn:focus.e-outline,
|
|
@@ -351,7 +357,8 @@
|
|
|
351
357
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
352
358
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
353
359
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
354
|
-
box-shadow: none;
|
|
360
|
+
-webkit-box-shadow: none;
|
|
361
|
+
box-shadow: none;
|
|
355
362
|
box-shadow: none;
|
|
356
363
|
}
|
|
357
364
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
@@ -360,7 +367,8 @@
|
|
|
360
367
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
361
368
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
362
369
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
363
|
-
box-shadow: none;
|
|
370
|
+
-webkit-box-shadow: none;
|
|
371
|
+
box-shadow: none;
|
|
364
372
|
}
|
|
365
373
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
366
374
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
@@ -368,7 +376,8 @@
|
|
|
368
376
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
369
377
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
370
378
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
371
|
-
box-shadow: none;
|
|
379
|
+
-webkit-box-shadow: none;
|
|
380
|
+
box-shadow: none;
|
|
372
381
|
}
|
|
373
382
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
374
383
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
@@ -376,7 +385,8 @@
|
|
|
376
385
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
377
386
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
378
387
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
379
|
-
box-shadow: none;
|
|
388
|
+
-webkit-box-shadow: none;
|
|
389
|
+
box-shadow: none;
|
|
380
390
|
}
|
|
381
391
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
382
392
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
@@ -384,7 +394,8 @@
|
|
|
384
394
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
385
395
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
386
396
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
387
|
-
box-shadow: none;
|
|
397
|
+
-webkit-box-shadow: none;
|
|
398
|
+
box-shadow: none;
|
|
388
399
|
}
|
|
389
400
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
390
401
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
@@ -392,7 +403,8 @@
|
|
|
392
403
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
393
404
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
394
405
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
395
|
-
box-shadow: none;
|
|
406
|
+
-webkit-box-shadow: none;
|
|
407
|
+
box-shadow: none;
|
|
396
408
|
}
|
|
397
409
|
.e-btn-group .e-btn:active,
|
|
398
410
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -416,7 +428,8 @@
|
|
|
416
428
|
border-color: #005ba3;
|
|
417
429
|
color: #fff;
|
|
418
430
|
outline: #eaeaea 0 solid;
|
|
419
|
-
box-shadow: none;
|
|
431
|
+
-webkit-box-shadow: none;
|
|
432
|
+
box-shadow: none;
|
|
420
433
|
}
|
|
421
434
|
.e-btn-group .e-btn:active.e-success,
|
|
422
435
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
@@ -427,7 +440,8 @@
|
|
|
427
440
|
background: #004b1d;
|
|
428
441
|
border-color: #004b1d;
|
|
429
442
|
color: #fff;
|
|
430
|
-
box-shadow: none;
|
|
443
|
+
-webkit-box-shadow: none;
|
|
444
|
+
box-shadow: none;
|
|
431
445
|
}
|
|
432
446
|
.e-btn-group .e-btn:active.e-info,
|
|
433
447
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
@@ -438,7 +452,8 @@
|
|
|
438
452
|
background: #065fa6;
|
|
439
453
|
color: #fff;
|
|
440
454
|
border-color: #065fa6;
|
|
441
|
-
box-shadow: none;
|
|
455
|
+
-webkit-box-shadow: none;
|
|
456
|
+
box-shadow: none;
|
|
442
457
|
}
|
|
443
458
|
.e-btn-group .e-btn:active.e-warning,
|
|
444
459
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
@@ -449,7 +464,8 @@
|
|
|
449
464
|
background: #a22c01;
|
|
450
465
|
border-color: #a22c01;
|
|
451
466
|
color: #fff;
|
|
452
|
-
box-shadow: none;
|
|
467
|
+
-webkit-box-shadow: none;
|
|
468
|
+
box-shadow: none;
|
|
453
469
|
}
|
|
454
470
|
.e-btn-group .e-btn:active.e-danger,
|
|
455
471
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
@@ -460,7 +476,8 @@
|
|
|
460
476
|
background: #7c0101;
|
|
461
477
|
border-color: #7c0101;
|
|
462
478
|
color: #fff;
|
|
463
|
-
box-shadow: none;
|
|
479
|
+
-webkit-box-shadow: none;
|
|
480
|
+
box-shadow: none;
|
|
464
481
|
}
|
|
465
482
|
.e-btn-group .e-btn:active.e-outline,
|
|
466
483
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
@@ -470,7 +487,8 @@
|
|
|
470
487
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
471
488
|
background: #c8c8c8;
|
|
472
489
|
border-color: #c8c8c8;
|
|
473
|
-
box-shadow: none;
|
|
490
|
+
-webkit-box-shadow: none;
|
|
491
|
+
box-shadow: none;
|
|
474
492
|
color: #000;
|
|
475
493
|
}
|
|
476
494
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
@@ -481,7 +499,8 @@
|
|
|
481
499
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
482
500
|
background: #005ba3;
|
|
483
501
|
border-color: #0078d6;
|
|
484
|
-
box-shadow: none;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
485
504
|
color: #fff;
|
|
486
505
|
}
|
|
487
506
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
@@ -492,7 +511,8 @@
|
|
|
492
511
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
493
512
|
background: #004b1d;
|
|
494
513
|
border-color: #004b1d;
|
|
495
|
-
box-shadow: none;
|
|
514
|
+
-webkit-box-shadow: none;
|
|
515
|
+
box-shadow: none;
|
|
496
516
|
color: #fff;
|
|
497
517
|
}
|
|
498
518
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
@@ -503,7 +523,8 @@
|
|
|
503
523
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
504
524
|
background: #065fa6;
|
|
505
525
|
border-color: #065fa6;
|
|
506
|
-
box-shadow: none;
|
|
526
|
+
-webkit-box-shadow: none;
|
|
527
|
+
box-shadow: none;
|
|
507
528
|
color: #fff;
|
|
508
529
|
}
|
|
509
530
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
@@ -514,7 +535,8 @@
|
|
|
514
535
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
515
536
|
background: #a22c01;
|
|
516
537
|
border-color: #a22c01;
|
|
517
|
-
box-shadow: none;
|
|
538
|
+
-webkit-box-shadow: none;
|
|
539
|
+
box-shadow: none;
|
|
518
540
|
color: #fff;
|
|
519
541
|
}
|
|
520
542
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
@@ -525,7 +547,8 @@
|
|
|
525
547
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
526
548
|
background: #7c0101;
|
|
527
549
|
border-color: #7c0101;
|
|
528
|
-
box-shadow: none;
|
|
550
|
+
-webkit-box-shadow: none;
|
|
551
|
+
box-shadow: none;
|
|
529
552
|
color: #fff;
|
|
530
553
|
}
|
|
531
554
|
.e-btn-group .e-btn:disabled,
|
|
@@ -534,7 +557,8 @@
|
|
|
534
557
|
.e-css.e-btn-group input:disabled + label.e-btn {
|
|
535
558
|
background-color: #f4f4f4;
|
|
536
559
|
border-color: #f4f4f4;
|
|
537
|
-
box-shadow: none;
|
|
560
|
+
-webkit-box-shadow: none;
|
|
561
|
+
box-shadow: none;
|
|
538
562
|
color: #a6a6a6;
|
|
539
563
|
border-color: #f4f4f4;
|
|
540
564
|
}
|
|
@@ -544,7 +568,8 @@
|
|
|
544
568
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
545
569
|
background: #f4f4f4;
|
|
546
570
|
border-color: #f4f4f4;
|
|
547
|
-
box-shadow: none;
|
|
571
|
+
-webkit-box-shadow: none;
|
|
572
|
+
box-shadow: none;
|
|
548
573
|
color: #a6a6a6;
|
|
549
574
|
border-color: #0078d6;
|
|
550
575
|
}
|
|
@@ -554,7 +579,8 @@
|
|
|
554
579
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
555
580
|
background: #f4f4f4;
|
|
556
581
|
border-color: #f4f4f4;
|
|
557
|
-
box-shadow: none;
|
|
582
|
+
-webkit-box-shadow: none;
|
|
583
|
+
box-shadow: none;
|
|
558
584
|
color: #a6a6a6;
|
|
559
585
|
border-color: #137c10;
|
|
560
586
|
}
|
|
@@ -564,7 +590,8 @@
|
|
|
564
590
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
565
591
|
background: #f4f4f4;
|
|
566
592
|
border-color: #f4f4f4;
|
|
567
|
-
box-shadow: none;
|
|
593
|
+
-webkit-box-shadow: none;
|
|
594
|
+
box-shadow: none;
|
|
568
595
|
color: #a6a6a6;
|
|
569
596
|
border-color: #0378d5;
|
|
570
597
|
}
|
|
@@ -574,7 +601,8 @@
|
|
|
574
601
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
575
602
|
background: #f4f4f4;
|
|
576
603
|
border-color: #f4f4f4;
|
|
577
|
-
box-shadow: none;
|
|
604
|
+
-webkit-box-shadow: none;
|
|
605
|
+
box-shadow: none;
|
|
578
606
|
color: #a6a6a6;
|
|
579
607
|
border-color: #d83b01;
|
|
580
608
|
}
|
|
@@ -584,7 +612,8 @@
|
|
|
584
612
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
585
613
|
background: #f4f4f4;
|
|
586
614
|
border-color: #f4f4f4;
|
|
587
|
-
box-shadow: none;
|
|
615
|
+
-webkit-box-shadow: none;
|
|
616
|
+
box-shadow: none;
|
|
588
617
|
color: #a6a6a6;
|
|
589
618
|
border-color: #a80000;
|
|
590
619
|
}
|
|
@@ -594,7 +623,8 @@
|
|
|
594
623
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
595
624
|
color: #a6a6a6;
|
|
596
625
|
background: transparent;
|
|
597
|
-
box-shadow: none;
|
|
626
|
+
-webkit-box-shadow: none;
|
|
627
|
+
box-shadow: none;
|
|
598
628
|
text-decoration: none;
|
|
599
629
|
border-color: transparent;
|
|
600
630
|
}
|
|
@@ -604,7 +634,8 @@
|
|
|
604
634
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
605
635
|
background: transparent;
|
|
606
636
|
border-color: #f4f4f4;
|
|
607
|
-
box-shadow: none;
|
|
637
|
+
-webkit-box-shadow: none;
|
|
638
|
+
box-shadow: none;
|
|
608
639
|
color: #a6a6a6;
|
|
609
640
|
border-color: #d0d0d0;
|
|
610
641
|
}
|
|
@@ -614,7 +645,8 @@
|
|
|
614
645
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
615
646
|
background: transparent;
|
|
616
647
|
border-color: #f4f4f4;
|
|
617
|
-
box-shadow: none;
|
|
648
|
+
-webkit-box-shadow: none;
|
|
649
|
+
box-shadow: none;
|
|
618
650
|
color: #a6a6a6;
|
|
619
651
|
border-color: #0078d6;
|
|
620
652
|
}
|
|
@@ -624,7 +656,8 @@
|
|
|
624
656
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
625
657
|
background: transparent;
|
|
626
658
|
border-color: #f4f4f4;
|
|
627
|
-
box-shadow: none;
|
|
659
|
+
-webkit-box-shadow: none;
|
|
660
|
+
box-shadow: none;
|
|
628
661
|
color: #a6a6a6;
|
|
629
662
|
border-color: #137c10;
|
|
630
663
|
}
|
|
@@ -634,7 +667,8 @@
|
|
|
634
667
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
635
668
|
background: transparent;
|
|
636
669
|
border-color: #f4f4f4;
|
|
637
|
-
box-shadow: none;
|
|
670
|
+
-webkit-box-shadow: none;
|
|
671
|
+
box-shadow: none;
|
|
638
672
|
color: #a6a6a6;
|
|
639
673
|
border-color: #0378d5;
|
|
640
674
|
}
|
|
@@ -644,7 +678,8 @@
|
|
|
644
678
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
645
679
|
background: transparent;
|
|
646
680
|
border-color: #f4f4f4;
|
|
647
|
-
box-shadow: none;
|
|
681
|
+
-webkit-box-shadow: none;
|
|
682
|
+
box-shadow: none;
|
|
648
683
|
color: #a6a6a6;
|
|
649
684
|
border-color: #d83b01;
|
|
650
685
|
}
|
|
@@ -654,7 +689,8 @@
|
|
|
654
689
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
655
690
|
background: transparent;
|
|
656
691
|
border-color: #f4f4f4;
|
|
657
|
-
box-shadow: none;
|
|
692
|
+
-webkit-box-shadow: none;
|
|
693
|
+
box-shadow: none;
|
|
658
694
|
color: #a6a6a6;
|
|
659
695
|
border-color: #a80000;
|
|
660
696
|
}
|