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