@syncfusion/ej2-splitbuttons 25.2.3 → 26.1.35
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
|
@@ -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: 4px;
|
|
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,129 +235,177 @@
|
|
|
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,
|
|
248
|
+
.e-btn-group input:focus + label.e-btn,
|
|
249
249
|
.e-css.e-btn-group .e-btn:focus,
|
|
250
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn
|
|
250
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
251
|
+
.e-css.e-btn-group input:focus + label.e-btn {
|
|
251
252
|
background: #f3f2f1;
|
|
252
253
|
border-color: #8a8886;
|
|
253
254
|
color: #323130;
|
|
254
255
|
outline: 1px solid;
|
|
255
256
|
outline-offset: -3px;
|
|
256
|
-
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
257
|
-
|
|
257
|
+
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
258
|
+
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
259
|
+
-webkit-box-shadow: none;
|
|
260
|
+
box-shadow: none;
|
|
258
261
|
outline-color: inherit;
|
|
259
262
|
}
|
|
260
263
|
.e-btn-group .e-btn:focus.e-primary,
|
|
261
264
|
.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
265
|
+
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
262
266
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
263
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary
|
|
267
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
268
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
264
269
|
background: #006cbf;
|
|
265
270
|
border-color: #0078d4;
|
|
266
271
|
color: #fff;
|
|
267
272
|
outline: 1px solid;
|
|
268
|
-
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
269
|
-
|
|
273
|
+
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
274
|
+
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
275
|
+
-webkit-box-shadow: none;
|
|
276
|
+
box-shadow: none;
|
|
270
277
|
outline-color: inherit;
|
|
271
278
|
}
|
|
272
279
|
.e-btn-group .e-btn:focus.e-success,
|
|
273
280
|
.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
281
|
+
.e-btn-group input:focus + label.e-btn.e-success,
|
|
274
282
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
275
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success
|
|
283
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
284
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
276
285
|
background: #0a5f0a;
|
|
277
286
|
border-color: #0b6a0b;
|
|
278
287
|
color: #fff;
|
|
279
|
-
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
280
|
-
|
|
288
|
+
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
289
|
+
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
290
|
+
-webkit-box-shadow: none;
|
|
291
|
+
box-shadow: none;
|
|
281
292
|
outline-color: inherit;
|
|
282
293
|
}
|
|
283
294
|
.e-btn-group .e-btn:focus.e-info,
|
|
284
295
|
.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
296
|
+
.e-btn-group input:focus + label.e-btn.e-info,
|
|
285
297
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
286
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info
|
|
298
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
299
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
287
300
|
background: #03767a;
|
|
288
301
|
border-color: #038387;
|
|
289
302
|
color: #fff;
|
|
290
|
-
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
291
|
-
|
|
303
|
+
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
304
|
+
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
305
|
+
-webkit-box-shadow: none;
|
|
306
|
+
box-shadow: none;
|
|
292
307
|
outline-color: inherit;
|
|
293
308
|
}
|
|
294
309
|
.e-btn-group .e-btn:focus.e-warning,
|
|
295
310
|
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
311
|
+
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
296
312
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
297
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning
|
|
313
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
314
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-warning {
|
|
298
315
|
background: #cf6228;
|
|
299
316
|
border-color: #ca5010;
|
|
300
317
|
color: #fff;
|
|
301
|
-
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
302
|
-
|
|
318
|
+
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
319
|
+
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
320
|
+
-webkit-box-shadow: none;
|
|
321
|
+
box-shadow: none;
|
|
303
322
|
outline-color: inherit;
|
|
304
323
|
}
|
|
305
324
|
.e-btn-group .e-btn:focus.e-danger,
|
|
306
325
|
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
326
|
+
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
307
327
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
308
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger
|
|
328
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
329
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
309
330
|
background: #bc2f32;
|
|
310
331
|
border-color: #d13438;
|
|
311
332
|
color: #fff;
|
|
312
|
-
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
313
|
-
|
|
333
|
+
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
334
|
+
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
335
|
+
-webkit-box-shadow: none;
|
|
336
|
+
box-shadow: none;
|
|
314
337
|
outline-color: inherit;
|
|
315
338
|
}
|
|
316
339
|
.e-btn-group .e-btn:focus.e-link,
|
|
317
340
|
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
341
|
+
.e-btn-group input:focus + label.e-btn.e-link,
|
|
318
342
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
319
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link
|
|
343
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
344
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
320
345
|
border-radius: 0;
|
|
321
346
|
text-decoration: underline;
|
|
322
347
|
color: #0060aa;
|
|
323
348
|
background-color: transparent;
|
|
324
349
|
border-color: transparent;
|
|
325
|
-
box-shadow: none;
|
|
350
|
+
-webkit-box-shadow: none;
|
|
351
|
+
box-shadow: none;
|
|
326
352
|
outline: none;
|
|
327
353
|
}
|
|
328
354
|
.e-btn-group .e-btn:focus.e-outline,
|
|
329
355
|
.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
356
|
+
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
330
357
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
331
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline
|
|
332
|
-
|
|
333
|
-
box-shadow:
|
|
358
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
359
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
360
|
+
-webkit-box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
361
|
+
box-shadow: 0 0 rgba(0, 0, 0, 0);
|
|
362
|
+
-webkit-box-shadow: none;
|
|
363
|
+
box-shadow: none;
|
|
334
364
|
}
|
|
335
365
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
336
366
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
367
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
337
368
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
338
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary
|
|
339
|
-
|
|
369
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
370
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
371
|
+
-webkit-box-shadow: none;
|
|
372
|
+
box-shadow: none;
|
|
340
373
|
}
|
|
341
374
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
342
375
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
376
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
343
377
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
344
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success
|
|
345
|
-
|
|
378
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
379
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
380
|
+
-webkit-box-shadow: none;
|
|
381
|
+
box-shadow: none;
|
|
346
382
|
}
|
|
347
383
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
348
384
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
385
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
349
386
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
350
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info
|
|
351
|
-
|
|
387
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
388
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
389
|
+
-webkit-box-shadow: none;
|
|
390
|
+
box-shadow: none;
|
|
352
391
|
}
|
|
353
392
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
354
393
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
394
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
355
395
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
356
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning
|
|
357
|
-
|
|
396
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
397
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
398
|
+
-webkit-box-shadow: none;
|
|
399
|
+
box-shadow: none;
|
|
358
400
|
}
|
|
359
401
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
360
402
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
403
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
361
404
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
362
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger
|
|
363
|
-
|
|
405
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
406
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
407
|
+
-webkit-box-shadow: none;
|
|
408
|
+
box-shadow: none;
|
|
364
409
|
}
|
|
365
410
|
.e-btn-group .e-btn:active,
|
|
366
411
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -371,7 +416,8 @@
|
|
|
371
416
|
background: #edebe9;
|
|
372
417
|
border-color: #8a8886;
|
|
373
418
|
color: #323130;
|
|
374
|
-
box-shadow: none;
|
|
419
|
+
-webkit-box-shadow: none;
|
|
420
|
+
box-shadow: none;
|
|
375
421
|
}
|
|
376
422
|
.e-btn-group .e-btn:active.e-primary,
|
|
377
423
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
@@ -382,7 +428,8 @@
|
|
|
382
428
|
background: #0060aa;
|
|
383
429
|
border-color: #0060aa;
|
|
384
430
|
color: #fff;
|
|
385
|
-
box-shadow: none;
|
|
431
|
+
-webkit-box-shadow: none;
|
|
432
|
+
box-shadow: none;
|
|
386
433
|
}
|
|
387
434
|
.e-btn-group .e-btn:active.e-success,
|
|
388
435
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
@@ -393,7 +440,8 @@
|
|
|
393
440
|
background: #095509;
|
|
394
441
|
border-color: #095509;
|
|
395
442
|
color: #fff;
|
|
396
|
-
box-shadow: none;
|
|
443
|
+
-webkit-box-shadow: none;
|
|
444
|
+
box-shadow: none;
|
|
397
445
|
}
|
|
398
446
|
.e-btn-group .e-btn:active.e-info,
|
|
399
447
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
@@ -404,7 +452,8 @@
|
|
|
404
452
|
background: #359c9f;
|
|
405
453
|
color: #fff;
|
|
406
454
|
border-color: #359c9f;
|
|
407
|
-
box-shadow: none;
|
|
455
|
+
-webkit-box-shadow: none;
|
|
456
|
+
box-shadow: none;
|
|
408
457
|
}
|
|
409
458
|
.e-btn-group .e-btn:active.e-warning,
|
|
410
459
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
@@ -415,7 +464,8 @@
|
|
|
415
464
|
background: #d57340;
|
|
416
465
|
border-color: #d57340;
|
|
417
466
|
color: #fff;
|
|
418
|
-
box-shadow: none;
|
|
467
|
+
-webkit-box-shadow: none;
|
|
468
|
+
box-shadow: none;
|
|
419
469
|
}
|
|
420
470
|
.e-btn-group .e-btn:active.e-danger,
|
|
421
471
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
@@ -426,7 +476,8 @@
|
|
|
426
476
|
background: #a72a2d;
|
|
427
477
|
border-color: #a72a2d;
|
|
428
478
|
color: #fff;
|
|
429
|
-
box-shadow: none;
|
|
479
|
+
-webkit-box-shadow: none;
|
|
480
|
+
box-shadow: none;
|
|
430
481
|
}
|
|
431
482
|
.e-btn-group .e-btn:active.e-outline,
|
|
432
483
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
@@ -436,7 +487,8 @@
|
|
|
436
487
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
437
488
|
background: #edebe9;
|
|
438
489
|
border-color: #8a8886;
|
|
439
|
-
box-shadow: none;
|
|
490
|
+
-webkit-box-shadow: none;
|
|
491
|
+
box-shadow: none;
|
|
440
492
|
color: #323130;
|
|
441
493
|
}
|
|
442
494
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
@@ -447,7 +499,8 @@
|
|
|
447
499
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
|
|
448
500
|
background: #0060aa;
|
|
449
501
|
border-color: #0078d4;
|
|
450
|
-
box-shadow: none;
|
|
502
|
+
-webkit-box-shadow: none;
|
|
503
|
+
box-shadow: none;
|
|
451
504
|
color: #fff;
|
|
452
505
|
}
|
|
453
506
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
@@ -458,7 +511,8 @@
|
|
|
458
511
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
|
|
459
512
|
background: #095509;
|
|
460
513
|
border-color: #095509;
|
|
461
|
-
box-shadow: none;
|
|
514
|
+
-webkit-box-shadow: none;
|
|
515
|
+
box-shadow: none;
|
|
462
516
|
color: #fff;
|
|
463
517
|
}
|
|
464
518
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
@@ -469,7 +523,8 @@
|
|
|
469
523
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
470
524
|
background: #359c9f;
|
|
471
525
|
border-color: #359c9f;
|
|
472
|
-
box-shadow: none;
|
|
526
|
+
-webkit-box-shadow: none;
|
|
527
|
+
box-shadow: none;
|
|
473
528
|
color: #fff;
|
|
474
529
|
}
|
|
475
530
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
@@ -480,7 +535,8 @@
|
|
|
480
535
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
|
|
481
536
|
background: #d57340;
|
|
482
537
|
border-color: #d57340;
|
|
483
|
-
box-shadow: none;
|
|
538
|
+
-webkit-box-shadow: none;
|
|
539
|
+
box-shadow: none;
|
|
484
540
|
color: #fff;
|
|
485
541
|
}
|
|
486
542
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
@@ -491,7 +547,8 @@
|
|
|
491
547
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
|
|
492
548
|
background: #a72a2d;
|
|
493
549
|
border-color: #a72a2d;
|
|
494
|
-
box-shadow: none;
|
|
550
|
+
-webkit-box-shadow: none;
|
|
551
|
+
box-shadow: none;
|
|
495
552
|
color: #fff;
|
|
496
553
|
}
|
|
497
554
|
.e-btn-group .e-btn:disabled,
|
|
@@ -500,7 +557,8 @@
|
|
|
500
557
|
.e-css.e-btn-group input:disabled + label.e-btn {
|
|
501
558
|
background-color: #f3f2f1;
|
|
502
559
|
border-color: #f3f2f1;
|
|
503
|
-
box-shadow: none;
|
|
560
|
+
-webkit-box-shadow: none;
|
|
561
|
+
box-shadow: none;
|
|
504
562
|
color: #a19f9d;
|
|
505
563
|
border-color: #8a8886;
|
|
506
564
|
}
|
|
@@ -510,7 +568,8 @@
|
|
|
510
568
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
511
569
|
background: #f3f2f1;
|
|
512
570
|
border-color: #f3f2f1;
|
|
513
|
-
box-shadow: none;
|
|
571
|
+
-webkit-box-shadow: none;
|
|
572
|
+
box-shadow: none;
|
|
514
573
|
color: #a19f9d;
|
|
515
574
|
outline: none;
|
|
516
575
|
border-color: #0078d4;
|
|
@@ -521,7 +580,8 @@
|
|
|
521
580
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
522
581
|
background: #f3f2f1;
|
|
523
582
|
border-color: #f3f2f1;
|
|
524
|
-
box-shadow: none;
|
|
583
|
+
-webkit-box-shadow: none;
|
|
584
|
+
box-shadow: none;
|
|
525
585
|
color: #a19f9d;
|
|
526
586
|
outline: none;
|
|
527
587
|
border-color: #0b6a0b;
|
|
@@ -532,7 +592,8 @@
|
|
|
532
592
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
533
593
|
background: #f3f2f1;
|
|
534
594
|
border-color: #f3f2f1;
|
|
535
|
-
box-shadow: none;
|
|
595
|
+
-webkit-box-shadow: none;
|
|
596
|
+
box-shadow: none;
|
|
536
597
|
color: #a19f9d;
|
|
537
598
|
outline: none;
|
|
538
599
|
border-color: #038387;
|
|
@@ -543,7 +604,8 @@
|
|
|
543
604
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
544
605
|
background: #f3f2f1;
|
|
545
606
|
border-color: #f3f2f1;
|
|
546
|
-
box-shadow: none;
|
|
607
|
+
-webkit-box-shadow: none;
|
|
608
|
+
box-shadow: none;
|
|
547
609
|
color: #a19f9d;
|
|
548
610
|
outline: none;
|
|
549
611
|
border-color: #ca5010;
|
|
@@ -554,7 +616,8 @@
|
|
|
554
616
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
555
617
|
background: #f3f2f1;
|
|
556
618
|
border-color: #f3f2f1;
|
|
557
|
-
box-shadow: none;
|
|
619
|
+
-webkit-box-shadow: none;
|
|
620
|
+
box-shadow: none;
|
|
558
621
|
color: #a19f9d;
|
|
559
622
|
outline: none;
|
|
560
623
|
border-color: #d13438;
|
|
@@ -565,7 +628,8 @@
|
|
|
565
628
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
566
629
|
color: #a19f9d;
|
|
567
630
|
background: transparent;
|
|
568
|
-
box-shadow: none;
|
|
631
|
+
-webkit-box-shadow: none;
|
|
632
|
+
box-shadow: none;
|
|
569
633
|
text-decoration: none;
|
|
570
634
|
outline: none;
|
|
571
635
|
border-color: transparent;
|
|
@@ -576,7 +640,8 @@
|
|
|
576
640
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline {
|
|
577
641
|
background: transparent;
|
|
578
642
|
border-color: #f3f2f1;
|
|
579
|
-
box-shadow: none;
|
|
643
|
+
-webkit-box-shadow: none;
|
|
644
|
+
box-shadow: none;
|
|
580
645
|
color: #a19f9d;
|
|
581
646
|
border-color: #8a8886;
|
|
582
647
|
}
|
|
@@ -586,7 +651,8 @@
|
|
|
586
651
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
587
652
|
background: transparent;
|
|
588
653
|
border-color: #f3f2f1;
|
|
589
|
-
box-shadow: none;
|
|
654
|
+
-webkit-box-shadow: none;
|
|
655
|
+
box-shadow: none;
|
|
590
656
|
color: #a19f9d;
|
|
591
657
|
border-color: #0078d4;
|
|
592
658
|
}
|
|
@@ -596,7 +662,8 @@
|
|
|
596
662
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
597
663
|
background: transparent;
|
|
598
664
|
border-color: #f3f2f1;
|
|
599
|
-
box-shadow: none;
|
|
665
|
+
-webkit-box-shadow: none;
|
|
666
|
+
box-shadow: none;
|
|
600
667
|
color: #a19f9d;
|
|
601
668
|
border-color: #0b6a0b;
|
|
602
669
|
}
|
|
@@ -606,7 +673,8 @@
|
|
|
606
673
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
607
674
|
background: transparent;
|
|
608
675
|
border-color: #f3f2f1;
|
|
609
|
-
box-shadow: none;
|
|
676
|
+
-webkit-box-shadow: none;
|
|
677
|
+
box-shadow: none;
|
|
610
678
|
color: #a19f9d;
|
|
611
679
|
border-color: #038387;
|
|
612
680
|
}
|
|
@@ -616,7 +684,8 @@
|
|
|
616
684
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
617
685
|
background: transparent;
|
|
618
686
|
border-color: #f3f2f1;
|
|
619
|
-
box-shadow: none;
|
|
687
|
+
-webkit-box-shadow: none;
|
|
688
|
+
box-shadow: none;
|
|
620
689
|
color: #a19f9d;
|
|
621
690
|
border-color: #ca5010;
|
|
622
691
|
}
|
|
@@ -626,7 +695,8 @@
|
|
|
626
695
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
627
696
|
background: transparent;
|
|
628
697
|
border-color: #f3f2f1;
|
|
629
|
-
box-shadow: none;
|
|
698
|
+
-webkit-box-shadow: none;
|
|
699
|
+
box-shadow: none;
|
|
630
700
|
color: #a19f9d;
|
|
631
701
|
border-color: #d13438;
|
|
632
702
|
}
|