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