@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: 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:focus + label.e-btn,
|
|
@@ -48,8 +51,9 @@
|
|
|
48
51
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
49
52
|
border-radius: 0;
|
|
50
53
|
}
|
|
51
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
52
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type
|
|
54
|
+
*.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),
|
|
55
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
56
|
+
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
53
57
|
border-bottom-right-radius: 0;
|
|
54
58
|
border-top-right-radius: 0;
|
|
55
59
|
}
|
|
@@ -58,11 +62,6 @@
|
|
|
58
62
|
border-bottom-left-radius: 0;
|
|
59
63
|
border-top-left-radius: 0;
|
|
60
64
|
}
|
|
61
|
-
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
|
|
62
|
-
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
63
|
-
border-bottom-right-radius: 0;
|
|
64
|
-
border-top-right-radius: 0;
|
|
65
|
-
}
|
|
66
65
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
|
|
67
66
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
|
|
68
67
|
border-bottom-left-radius: 0;
|
|
@@ -96,8 +95,9 @@
|
|
|
96
95
|
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
97
96
|
border-radius: 0;
|
|
98
97
|
}
|
|
99
|
-
*.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
100
|
-
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type
|
|
98
|
+
*.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
99
|
+
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
100
|
+
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
101
101
|
border-bottom-left-radius: 0;
|
|
102
102
|
border-top-left-radius: 0;
|
|
103
103
|
}
|
|
@@ -106,11 +106,6 @@
|
|
|
106
106
|
border-bottom-right-radius: 0;
|
|
107
107
|
border-top-right-radius: 0;
|
|
108
108
|
}
|
|
109
|
-
*.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
110
|
-
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
111
|
-
border-bottom-left-radius: 0;
|
|
112
|
-
border-top-left-radius: 0;
|
|
113
|
-
}
|
|
114
109
|
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
115
110
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
116
111
|
border-bottom-right-radius: 0;
|
|
@@ -138,8 +133,10 @@
|
|
|
138
133
|
}
|
|
139
134
|
*.e-btn-group.e-vertical,
|
|
140
135
|
*.e-css.e-btn-group.e-vertical {
|
|
141
|
-
-
|
|
142
|
-
|
|
136
|
+
-webkit-box-orient: vertical;
|
|
137
|
+
-webkit-box-direction: normal;
|
|
138
|
+
-ms-flex-direction: column;
|
|
139
|
+
flex-direction: column;
|
|
143
140
|
}
|
|
144
141
|
*.e-btn-group.e-vertical input,
|
|
145
142
|
*.e-css.e-btn-group.e-vertical input {
|
|
@@ -246,84 +243,107 @@
|
|
|
246
243
|
/* stylelint-disable */
|
|
247
244
|
.e-btn-group:not(.e-outline),
|
|
248
245
|
.e-css.e-btn-group:not(.e-outline) {
|
|
249
|
-
box-shadow: none;
|
|
246
|
+
-webkit-box-shadow: none;
|
|
247
|
+
box-shadow: none;
|
|
250
248
|
}
|
|
251
249
|
.e-btn-group .e-btn:hover,
|
|
252
250
|
.e-css.e-btn-group .e-btn:hover {
|
|
253
|
-
box-shadow: none;
|
|
251
|
+
-webkit-box-shadow: none;
|
|
252
|
+
box-shadow: none;
|
|
254
253
|
}
|
|
255
254
|
.e-btn-group .e-btn:focus,
|
|
256
255
|
.e-btn-group input:focus-visible + label.e-btn,
|
|
256
|
+
.e-btn-group input:focus + label.e-btn,
|
|
257
257
|
.e-css.e-btn-group .e-btn:focus,
|
|
258
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn
|
|
258
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn,
|
|
259
|
+
.e-css.e-btn-group input:focus + label.e-btn {
|
|
259
260
|
background: #5b636a;
|
|
260
261
|
border-color: #60686f;
|
|
261
262
|
color: #fff;
|
|
262
263
|
outline: #6c757d 0 solid;
|
|
263
264
|
outline-offset: 0;
|
|
264
|
-
box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
|
|
265
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
|
|
266
|
+
box-shadow: 0 0 0 0.25em rgba(115, 122, 129, 0.5);
|
|
265
267
|
outline-color: inherit;
|
|
266
268
|
}
|
|
267
269
|
.e-btn-group .e-btn:focus.e-primary,
|
|
268
270
|
.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
271
|
+
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
269
272
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
270
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary
|
|
273
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
|
|
274
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-primary {
|
|
271
275
|
background: #006adb;
|
|
272
276
|
border-color: #006fe6;
|
|
273
277
|
color: #fff;
|
|
274
278
|
outline: #6c757d 0 solid;
|
|
275
|
-
box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
|
|
279
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
|
|
280
|
+
box-shadow: 0 0 0 0.25em rgba(33, 130, 234, 0.5);
|
|
276
281
|
outline-color: inherit;
|
|
277
282
|
}
|
|
278
283
|
.e-btn-group .e-btn:focus.e-success,
|
|
279
284
|
.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
285
|
+
.e-btn-group input:focus + label.e-btn.e-success,
|
|
280
286
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
281
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success
|
|
287
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
|
|
288
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-success {
|
|
282
289
|
background: #218a39;
|
|
283
290
|
border-color: #23923d;
|
|
284
291
|
color: #fff;
|
|
285
|
-
box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
292
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
293
|
+
box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
286
294
|
outline-color: inherit;
|
|
287
295
|
}
|
|
288
296
|
.e-btn-group .e-btn:focus.e-info,
|
|
289
297
|
.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
298
|
+
.e-btn-group input:focus + label.e-btn.e-info,
|
|
290
299
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
291
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info
|
|
300
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
|
|
301
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-info {
|
|
292
302
|
background: #138698;
|
|
293
303
|
border-color: #148ea1;
|
|
294
304
|
color: #fff;
|
|
295
|
-
box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
305
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
306
|
+
box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
296
307
|
outline-color: inherit;
|
|
297
308
|
}
|
|
298
309
|
.e-btn-group .e-btn:focus.e-warning,
|
|
299
310
|
.e-btn-group input:focus-visible + label.e-btn.e-warning,
|
|
311
|
+
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
300
312
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
301
|
-
.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 {
|
|
302
315
|
background: #e2aa00;
|
|
303
316
|
border-color: #edb100;
|
|
304
317
|
color: #212529;
|
|
305
|
-
box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
318
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
319
|
+
box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
306
320
|
outline-color: inherit;
|
|
307
321
|
}
|
|
308
322
|
.e-btn-group .e-btn:focus.e-danger,
|
|
309
323
|
.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
324
|
+
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
310
325
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
311
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger
|
|
326
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
|
|
327
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-danger {
|
|
312
328
|
background: #ca2333;
|
|
313
329
|
border-color: #d32535;
|
|
314
330
|
color: #fff;
|
|
315
|
-
box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
331
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
332
|
+
box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
316
333
|
outline-color: inherit;
|
|
317
334
|
}
|
|
318
335
|
.e-btn-group .e-btn:focus.e-link,
|
|
319
336
|
.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
337
|
+
.e-btn-group input:focus + label.e-btn.e-link,
|
|
320
338
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
321
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link
|
|
339
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
|
|
340
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-link {
|
|
322
341
|
border-radius: 0;
|
|
323
342
|
text-decoration: underline;
|
|
324
343
|
background: transparent;
|
|
325
344
|
border-color: transparent;
|
|
326
|
-
box-shadow: none;
|
|
345
|
+
-webkit-box-shadow: none;
|
|
346
|
+
box-shadow: none;
|
|
327
347
|
color: #0056b3;
|
|
328
348
|
background-color: transparent;
|
|
329
349
|
border-color: transparent;
|
|
@@ -332,40 +352,57 @@
|
|
|
332
352
|
}
|
|
333
353
|
.e-btn-group .e-btn:focus.e-outline,
|
|
334
354
|
.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
355
|
+
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
335
356
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
336
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline
|
|
337
|
-
|
|
338
|
-
box-shadow:
|
|
357
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
358
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
359
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
|
|
360
|
+
box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
|
|
339
361
|
}
|
|
340
362
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
341
363
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
364
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
342
365
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
343
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary
|
|
344
|
-
|
|
366
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
367
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
368
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
|
|
369
|
+
box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
|
|
345
370
|
}
|
|
346
371
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
347
372
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
373
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
348
374
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
349
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success
|
|
350
|
-
|
|
375
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
376
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
377
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
378
|
+
box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
351
379
|
}
|
|
352
380
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
353
381
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
382
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
354
383
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
355
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info
|
|
356
|
-
|
|
384
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
385
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
386
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
387
|
+
box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
357
388
|
}
|
|
358
389
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
359
390
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
391
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
360
392
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
361
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning
|
|
362
|
-
|
|
393
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
394
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
395
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
396
|
+
box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
363
397
|
}
|
|
364
398
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
365
399
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
400
|
+
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
366
401
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
367
|
-
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger
|
|
368
|
-
|
|
402
|
+
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
403
|
+
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
404
|
+
-webkit-box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
405
|
+
box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
369
406
|
}
|
|
370
407
|
.e-btn-group .e-btn:active,
|
|
371
408
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -496,7 +533,8 @@
|
|
|
496
533
|
.e-css.e-btn-group input:disabled + label.e-btn {
|
|
497
534
|
background-color: rgba(108, 117, 125, 0.65);
|
|
498
535
|
border-color: transparent;
|
|
499
|
-
box-shadow: none;
|
|
536
|
+
-webkit-box-shadow: none;
|
|
537
|
+
box-shadow: none;
|
|
500
538
|
color: #fff;
|
|
501
539
|
}
|
|
502
540
|
.e-btn-group .e-btn:disabled.e-primary,
|
|
@@ -505,7 +543,8 @@
|
|
|
505
543
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
506
544
|
background: rgba(0, 123, 255, 0.65);
|
|
507
545
|
border-color: transparent;
|
|
508
|
-
box-shadow: none;
|
|
546
|
+
-webkit-box-shadow: none;
|
|
547
|
+
box-shadow: none;
|
|
509
548
|
color: #fff;
|
|
510
549
|
}
|
|
511
550
|
.e-btn-group .e-btn:disabled.e-success,
|
|
@@ -514,7 +553,8 @@
|
|
|
514
553
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
515
554
|
background: rgba(40, 167, 69, 0.65);
|
|
516
555
|
border-color: transparent;
|
|
517
|
-
box-shadow: none;
|
|
556
|
+
-webkit-box-shadow: none;
|
|
557
|
+
box-shadow: none;
|
|
518
558
|
color: #fff;
|
|
519
559
|
}
|
|
520
560
|
.e-btn-group .e-btn:disabled.e-info,
|
|
@@ -523,7 +563,8 @@
|
|
|
523
563
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
524
564
|
background: rgba(23, 162, 184, 0.65);
|
|
525
565
|
border-color: transparent;
|
|
526
|
-
box-shadow: none;
|
|
566
|
+
-webkit-box-shadow: none;
|
|
567
|
+
box-shadow: none;
|
|
527
568
|
color: #fff;
|
|
528
569
|
}
|
|
529
570
|
.e-btn-group .e-btn:disabled.e-warning,
|
|
@@ -532,7 +573,8 @@
|
|
|
532
573
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
533
574
|
background: rgba(255, 193, 7, 0.65);
|
|
534
575
|
border-color: transparent;
|
|
535
|
-
box-shadow: none;
|
|
576
|
+
-webkit-box-shadow: none;
|
|
577
|
+
box-shadow: none;
|
|
536
578
|
color: #212529;
|
|
537
579
|
}
|
|
538
580
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
@@ -541,7 +583,8 @@
|
|
|
541
583
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
542
584
|
background: rgba(220, 53, 69, 0.65);
|
|
543
585
|
border-color: transparent;
|
|
544
|
-
box-shadow: none;
|
|
586
|
+
-webkit-box-shadow: none;
|
|
587
|
+
box-shadow: none;
|
|
545
588
|
color: #fff;
|
|
546
589
|
}
|
|
547
590
|
.e-btn-group .e-btn:disabled.e-link,
|
|
@@ -550,7 +593,8 @@
|
|
|
550
593
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
551
594
|
color: #6c757d;
|
|
552
595
|
background: transparent;
|
|
553
|
-
box-shadow: none;
|
|
596
|
+
-webkit-box-shadow: none;
|
|
597
|
+
box-shadow: none;
|
|
554
598
|
text-decoration: none;
|
|
555
599
|
}
|
|
556
600
|
.e-btn-group .e-btn:disabled.e-outline,
|
|
@@ -568,7 +612,8 @@
|
|
|
568
612
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
569
613
|
background: transparent;
|
|
570
614
|
border-color: rgba(0, 123, 255, 0.65);
|
|
571
|
-
box-shadow: none;
|
|
615
|
+
-webkit-box-shadow: none;
|
|
616
|
+
box-shadow: none;
|
|
572
617
|
color: rgba(0, 123, 255, 0.65);
|
|
573
618
|
border-color: #007bff;
|
|
574
619
|
}
|
|
@@ -578,7 +623,8 @@
|
|
|
578
623
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
579
624
|
background: transparent;
|
|
580
625
|
border-color: rgba(40, 167, 69, 0.65);
|
|
581
|
-
box-shadow: none;
|
|
626
|
+
-webkit-box-shadow: none;
|
|
627
|
+
box-shadow: none;
|
|
582
628
|
color: rgba(40, 167, 69, 0.65);
|
|
583
629
|
border-color: #28a745;
|
|
584
630
|
}
|
|
@@ -588,7 +634,8 @@
|
|
|
588
634
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
589
635
|
background: transparent;
|
|
590
636
|
border-color: rgba(23, 162, 184, 0.65);
|
|
591
|
-
box-shadow: none;
|
|
637
|
+
-webkit-box-shadow: none;
|
|
638
|
+
box-shadow: none;
|
|
592
639
|
color: rgba(23, 162, 184, 0.65);
|
|
593
640
|
border-color: #17a2b8;
|
|
594
641
|
}
|
|
@@ -598,7 +645,8 @@
|
|
|
598
645
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
599
646
|
background: transparent;
|
|
600
647
|
border-color: rgba(255, 193, 7, 0.65);
|
|
601
|
-
box-shadow: none;
|
|
648
|
+
-webkit-box-shadow: none;
|
|
649
|
+
box-shadow: none;
|
|
602
650
|
color: rgba(255, 193, 7, 0.65);
|
|
603
651
|
border-color: #ffc107;
|
|
604
652
|
}
|
|
@@ -608,7 +656,8 @@
|
|
|
608
656
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
609
657
|
background: transparent;
|
|
610
658
|
border-color: rgba(220, 53, 69, 0.65);
|
|
611
|
-
box-shadow: none;
|
|
659
|
+
-webkit-box-shadow: none;
|
|
660
|
+
box-shadow: none;
|
|
612
661
|
color: rgba(220, 53, 69, 0.65);
|
|
613
662
|
border-color: #dc3545;
|
|
614
663
|
}
|