@syncfusion/ej2-splitbuttons 25.2.4 → 26.1.35-750253
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +3 -2
- package/dist/ej2-splitbuttons.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +29 -48
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +30 -45
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/drop-down-button/drop-down-button.js +6 -1
- package/src/progress-button/progress-button.js +3 -3
- package/src/split-button/split-button.js +2 -1
- package/styles/bootstrap-dark.css +263 -97
- package/styles/bootstrap-dark.scss +14 -4
- package/styles/bootstrap.css +263 -97
- package/styles/bootstrap.scss +14 -4
- package/styles/bootstrap4.css +227 -80
- package/styles/bootstrap4.scss +14 -4
- package/styles/bootstrap5-dark.css +227 -174
- package/styles/bootstrap5-dark.scss +14 -4
- package/styles/bootstrap5.css +227 -174
- package/styles/bootstrap5.scss +14 -4
- package/styles/button-group/_bootstrap-dark-definition.scss +0 -2
- package/styles/button-group/_bootstrap5.3-definition.scss +31 -0
- package/styles/button-group/_fabric-dark-definition.scss +0 -2
- package/styles/button-group/_fluent2-definition.scss +31 -0
- package/styles/button-group/_group-button-mixin.scss +21 -0
- package/styles/button-group/_highcontrast-light-definition.scss +0 -2
- package/styles/button-group/_layout.scss +5 -13
- package/styles/button-group/_material-dark-definition.scss +0 -2
- package/styles/button-group/_theme.scss +30 -84
- package/styles/button-group/bootstrap-dark.css +93 -57
- package/styles/button-group/bootstrap.css +93 -57
- package/styles/button-group/bootstrap4.css +69 -46
- package/styles/button-group/bootstrap5-dark.css +69 -46
- package/styles/button-group/bootstrap5.css +69 -46
- package/styles/button-group/fabric-dark.css +93 -57
- package/styles/button-group/fabric.css +98 -62
- package/styles/button-group/fluent-dark.css +109 -65
- package/styles/button-group/fluent.css +109 -65
- package/styles/button-group/fluent2.css +1849 -0
- package/styles/button-group/fluent2.scss +4 -0
- package/styles/button-group/highcontrast-light.css +93 -57
- package/styles/button-group/highcontrast.css +93 -57
- package/styles/button-group/material-dark.css +107 -64
- package/styles/button-group/material.css +109 -65
- package/styles/button-group/material3-dark.css +151 -77
- package/styles/button-group/material3.css +151 -77
- package/styles/button-group/tailwind-dark.css +91 -57
- package/styles/button-group/tailwind.css +91 -57
- package/styles/drop-down-button/_bds-definition.scss +5 -5
- package/styles/drop-down-button/_bootstrap-dark-definition.scss +0 -3
- package/styles/drop-down-button/_bootstrap5-definition.scss +0 -1
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +49 -0
- package/styles/drop-down-button/_fabric-dark-definition.scss +0 -3
- package/styles/drop-down-button/_fluent-definition.scss +0 -1
- package/styles/drop-down-button/_fluent2-definition.scss +48 -0
- package/styles/drop-down-button/_fusionnew-definition.scss +0 -1
- package/styles/drop-down-button/_highcontrast-light-definition.scss +0 -3
- package/styles/drop-down-button/_layout.scss +51 -6
- package/styles/drop-down-button/_material-dark-definition.scss +0 -3
- package/styles/drop-down-button/_material3-definition.scss +0 -1
- package/styles/drop-down-button/_tailwind-definition.scss +0 -1
- package/styles/drop-down-button/_theme.scss +8 -8
- package/styles/drop-down-button/bootstrap-dark.css +27 -14
- package/styles/drop-down-button/bootstrap.css +27 -14
- package/styles/drop-down-button/bootstrap4.css +23 -12
- package/styles/drop-down-button/bootstrap5-dark.css +23 -12
- package/styles/drop-down-button/bootstrap5.css +23 -12
- package/styles/drop-down-button/fabric-dark.css +27 -14
- package/styles/drop-down-button/fabric.css +27 -14
- package/styles/drop-down-button/fluent-dark.css +27 -14
- package/styles/drop-down-button/fluent.css +27 -14
- package/styles/drop-down-button/fluent2.css +1308 -0
- package/styles/drop-down-button/fluent2.scss +6 -0
- package/styles/drop-down-button/highcontrast-light.css +27 -14
- package/styles/drop-down-button/highcontrast.css +27 -14
- package/styles/drop-down-button/icons/_bootstrap5.3.scss +10 -0
- package/styles/drop-down-button/icons/_fluent2.scss +10 -0
- package/styles/drop-down-button/material-dark.css +27 -14
- package/styles/drop-down-button/material.css +27 -14
- package/styles/drop-down-button/material3-dark.css +33 -17
- package/styles/drop-down-button/material3.css +33 -17
- package/styles/drop-down-button/tailwind-dark.css +27 -14
- package/styles/drop-down-button/tailwind.css +27 -14
- package/styles/fabric-dark.css +263 -97
- package/styles/fabric-dark.scss +14 -4
- package/styles/fabric.css +268 -102
- package/styles/fabric.scss +14 -4
- package/styles/fluent-dark.css +271 -102
- package/styles/fluent-dark.scss +14 -4
- package/styles/fluent.css +271 -102
- package/styles/fluent.scss +14 -4
- package/styles/fluent2.css +3072 -0
- package/styles/fluent2.scss +14 -0
- package/styles/highcontrast-light.css +263 -97
- package/styles/highcontrast-light.scss +14 -4
- package/styles/highcontrast.css +263 -97
- package/styles/highcontrast.scss +14 -4
- package/styles/material-dark.css +277 -104
- package/styles/material-dark.scss +14 -4
- package/styles/material.css +279 -105
- package/styles/material.scss +14 -4
- package/styles/material3-dark.css +357 -134
- package/styles/material3-dark.scss +14 -4
- package/styles/material3.css +353 -132
- package/styles/material3.scss +14 -4
- package/styles/progress-button/_bootstrap-dark-definition.scss +0 -3
- package/styles/progress-button/_bootstrap5-definition.scss +0 -1
- package/styles/progress-button/_bootstrap5.3-definition.scss +20 -0
- package/styles/progress-button/_fabric-dark-definition.scss +0 -3
- package/styles/progress-button/_fluent-definition.scss +0 -1
- package/styles/progress-button/_fluent2-definition.scss +26 -0
- package/styles/progress-button/_fusionnew-definition.scss +0 -1
- package/styles/progress-button/_layout.scss +0 -2
- package/styles/progress-button/_material-dark-definition.scss +0 -3
- package/styles/progress-button/_material3-definition.scss +0 -1
- package/styles/progress-button/_tailwind-definition.scss +0 -1
- package/styles/progress-button/_theme.scss +115 -50
- package/styles/progress-button/bootstrap-dark.css +118 -13
- package/styles/progress-button/bootstrap.css +118 -13
- package/styles/progress-button/bootstrap4.css +118 -13
- package/styles/progress-button/bootstrap5-dark.css +118 -106
- package/styles/progress-button/bootstrap5.css +118 -106
- package/styles/progress-button/fabric-dark.css +118 -13
- package/styles/progress-button/fabric.css +118 -13
- package/styles/progress-button/fluent-dark.css +118 -13
- package/styles/progress-button/fluent.css +118 -13
- package/styles/progress-button/fluent2.css +1636 -0
- package/styles/progress-button/fluent2.scss +5 -0
- package/styles/progress-button/highcontrast-light.css +118 -13
- package/styles/progress-button/highcontrast.css +118 -13
- package/styles/progress-button/material-dark.css +118 -13
- package/styles/progress-button/material.css +118 -13
- package/styles/progress-button/material3-dark.css +119 -14
- package/styles/progress-button/material3.css +119 -14
- package/styles/progress-button/tailwind-dark.css +118 -13
- package/styles/progress-button/tailwind.css +118 -13
- package/styles/split-button/_bds-definition.scss +0 -1
- package/styles/split-button/_bootstrap-dark-definition.scss +0 -3
- package/styles/split-button/_bootstrap4-definition.scss +0 -3
- package/styles/split-button/_bootstrap5-definition.scss +0 -1
- package/styles/split-button/_bootstrap5.3-definition.scss +23 -0
- package/styles/split-button/_fabric-dark-definition.scss +0 -3
- package/styles/split-button/_fluent-definition.scss +0 -1
- package/styles/split-button/_fluent2-definition.scss +23 -0
- package/styles/split-button/_fusionnew-definition.scss +0 -1
- package/styles/split-button/_highcontrast-light-definition.scss +0 -3
- package/styles/split-button/_layout.scss +16 -4
- package/styles/split-button/_theme.scss +0 -2
- package/styles/split-button/bootstrap-dark.css +25 -13
- package/styles/split-button/bootstrap.css +25 -13
- package/styles/split-button/bootstrap4.css +17 -9
- package/styles/split-button/bootstrap5-dark.css +17 -9
- package/styles/split-button/bootstrap5.css +17 -9
- package/styles/split-button/fabric-dark.css +25 -13
- package/styles/split-button/fabric.css +25 -13
- package/styles/split-button/fluent-dark.css +17 -9
- package/styles/split-button/fluent.css +17 -9
- package/styles/split-button/fluent2.css +1379 -0
- package/styles/split-button/fluent2.scss +6 -0
- package/styles/split-button/highcontrast-light.css +25 -13
- package/styles/split-button/highcontrast.css +25 -13
- package/styles/split-button/material-dark.css +25 -13
- package/styles/split-button/material.css +25 -13
- package/styles/split-button/material3-dark.css +57 -28
- package/styles/split-button/material3.css +53 -26
- package/styles/split-button/tailwind-dark.css +25 -13
- package/styles/split-button/tailwind.css +25 -13
- package/styles/tailwind-dark.css +261 -98
- package/styles/tailwind-dark.scss +14 -4
- package/styles/tailwind.css +261 -98
- package/styles/tailwind.scss +14 -4
- package/CHANGELOG.md +0 -373
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
/* stylelint-disable */
|
|
2
2
|
*.e-btn-group,
|
|
3
3
|
*.e-css.e-btn-group {
|
|
4
|
+
display: -webkit-inline-box;
|
|
4
5
|
display: -ms-inline-flexbox;
|
|
5
6
|
display: inline-flex;
|
|
6
7
|
border-radius: 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,11 +243,13 @@
|
|
|
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,
|
|
@@ -263,7 +262,8 @@
|
|
|
263
262
|
color: #fff;
|
|
264
263
|
outline: #6c757d 0 solid;
|
|
265
264
|
outline-offset: 0;
|
|
266
|
-
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);
|
|
267
267
|
outline-color: inherit;
|
|
268
268
|
}
|
|
269
269
|
.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -276,7 +276,8 @@
|
|
|
276
276
|
border-color: #006fe6;
|
|
277
277
|
color: #fff;
|
|
278
278
|
outline: #6c757d 0 solid;
|
|
279
|
-
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);
|
|
280
281
|
outline-color: inherit;
|
|
281
282
|
}
|
|
282
283
|
.e-btn-group .e-btn:focus.e-success,
|
|
@@ -288,7 +289,8 @@
|
|
|
288
289
|
background: #218a39;
|
|
289
290
|
border-color: #23923d;
|
|
290
291
|
color: #fff;
|
|
291
|
-
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);
|
|
292
294
|
outline-color: inherit;
|
|
293
295
|
}
|
|
294
296
|
.e-btn-group .e-btn:focus.e-info,
|
|
@@ -300,7 +302,8 @@
|
|
|
300
302
|
background: #138698;
|
|
301
303
|
border-color: #148ea1;
|
|
302
304
|
color: #fff;
|
|
303
|
-
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);
|
|
304
307
|
outline-color: inherit;
|
|
305
308
|
}
|
|
306
309
|
.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -312,7 +315,8 @@
|
|
|
312
315
|
background: #e2aa00;
|
|
313
316
|
border-color: #edb100;
|
|
314
317
|
color: #212529;
|
|
315
|
-
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);
|
|
316
320
|
outline-color: inherit;
|
|
317
321
|
}
|
|
318
322
|
.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -324,7 +328,8 @@
|
|
|
324
328
|
background: #ca2333;
|
|
325
329
|
border-color: #d32535;
|
|
326
330
|
color: #fff;
|
|
327
|
-
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);
|
|
328
333
|
outline-color: inherit;
|
|
329
334
|
}
|
|
330
335
|
.e-btn-group .e-btn:focus.e-link,
|
|
@@ -337,7 +342,8 @@
|
|
|
337
342
|
text-decoration: underline;
|
|
338
343
|
background: transparent;
|
|
339
344
|
border-color: transparent;
|
|
340
|
-
box-shadow: none;
|
|
345
|
+
-webkit-box-shadow: none;
|
|
346
|
+
box-shadow: none;
|
|
341
347
|
color: #0056b3;
|
|
342
348
|
background-color: transparent;
|
|
343
349
|
border-color: transparent;
|
|
@@ -350,8 +356,8 @@
|
|
|
350
356
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
351
357
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
352
358
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
353
|
-
box-shadow: 0 0 0 0.25em rgba(128, 136, 143, 0.5);
|
|
354
|
-
|
|
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);
|
|
355
361
|
}
|
|
356
362
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
357
363
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
@@ -359,7 +365,8 @@
|
|
|
359
365
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
360
366
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
361
367
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
362
|
-
box-shadow: 0 0 0 0.25em rgba(38, 133, 234, 0.5);
|
|
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);
|
|
363
370
|
}
|
|
364
371
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
365
372
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
@@ -367,7 +374,8 @@
|
|
|
367
374
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
368
375
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
369
376
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
370
|
-
box-shadow: 0 0 0 0.25em rgba(58, 160, 82, 0.5);
|
|
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);
|
|
371
379
|
}
|
|
372
380
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
373
381
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
@@ -375,7 +383,8 @@
|
|
|
375
383
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
376
384
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
377
385
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
378
|
-
box-shadow: 0 0 0 0.25em rgba(44, 156, 174, 0.5);
|
|
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);
|
|
379
388
|
}
|
|
380
389
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
381
390
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
@@ -383,7 +392,8 @@
|
|
|
383
392
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
384
393
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
385
394
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
386
|
-
box-shadow: 0 0 0 0.25em rgba(240, 188, 34, 0.5);
|
|
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);
|
|
387
397
|
}
|
|
388
398
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
389
399
|
.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
@@ -391,7 +401,8 @@
|
|
|
391
401
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
392
402
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
393
403
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
394
|
-
box-shadow: 0 0 0 0.25em rgba(217, 67, 81, 0.5);
|
|
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);
|
|
395
406
|
}
|
|
396
407
|
.e-btn-group .e-btn:active,
|
|
397
408
|
.e-btn-group input:active + label.e-btn,
|
|
@@ -522,7 +533,8 @@
|
|
|
522
533
|
.e-css.e-btn-group input:disabled + label.e-btn {
|
|
523
534
|
background-color: rgba(108, 117, 125, 0.65);
|
|
524
535
|
border-color: transparent;
|
|
525
|
-
box-shadow: none;
|
|
536
|
+
-webkit-box-shadow: none;
|
|
537
|
+
box-shadow: none;
|
|
526
538
|
color: #fff;
|
|
527
539
|
}
|
|
528
540
|
.e-btn-group .e-btn:disabled.e-primary,
|
|
@@ -531,7 +543,8 @@
|
|
|
531
543
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
532
544
|
background: rgba(0, 123, 255, 0.65);
|
|
533
545
|
border-color: transparent;
|
|
534
|
-
box-shadow: none;
|
|
546
|
+
-webkit-box-shadow: none;
|
|
547
|
+
box-shadow: none;
|
|
535
548
|
color: #fff;
|
|
536
549
|
}
|
|
537
550
|
.e-btn-group .e-btn:disabled.e-success,
|
|
@@ -540,7 +553,8 @@
|
|
|
540
553
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
541
554
|
background: rgba(40, 167, 69, 0.65);
|
|
542
555
|
border-color: transparent;
|
|
543
|
-
box-shadow: none;
|
|
556
|
+
-webkit-box-shadow: none;
|
|
557
|
+
box-shadow: none;
|
|
544
558
|
color: #fff;
|
|
545
559
|
}
|
|
546
560
|
.e-btn-group .e-btn:disabled.e-info,
|
|
@@ -549,7 +563,8 @@
|
|
|
549
563
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
550
564
|
background: rgba(23, 162, 184, 0.65);
|
|
551
565
|
border-color: transparent;
|
|
552
|
-
box-shadow: none;
|
|
566
|
+
-webkit-box-shadow: none;
|
|
567
|
+
box-shadow: none;
|
|
553
568
|
color: #fff;
|
|
554
569
|
}
|
|
555
570
|
.e-btn-group .e-btn:disabled.e-warning,
|
|
@@ -558,7 +573,8 @@
|
|
|
558
573
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
559
574
|
background: rgba(255, 193, 7, 0.65);
|
|
560
575
|
border-color: transparent;
|
|
561
|
-
box-shadow: none;
|
|
576
|
+
-webkit-box-shadow: none;
|
|
577
|
+
box-shadow: none;
|
|
562
578
|
color: #212529;
|
|
563
579
|
}
|
|
564
580
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
@@ -567,7 +583,8 @@
|
|
|
567
583
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
568
584
|
background: rgba(220, 53, 69, 0.65);
|
|
569
585
|
border-color: transparent;
|
|
570
|
-
box-shadow: none;
|
|
586
|
+
-webkit-box-shadow: none;
|
|
587
|
+
box-shadow: none;
|
|
571
588
|
color: #fff;
|
|
572
589
|
}
|
|
573
590
|
.e-btn-group .e-btn:disabled.e-link,
|
|
@@ -576,7 +593,8 @@
|
|
|
576
593
|
.e-css.e-btn-group input:disabled + label.e-btn.e-link {
|
|
577
594
|
color: #6c757d;
|
|
578
595
|
background: transparent;
|
|
579
|
-
box-shadow: none;
|
|
596
|
+
-webkit-box-shadow: none;
|
|
597
|
+
box-shadow: none;
|
|
580
598
|
text-decoration: none;
|
|
581
599
|
}
|
|
582
600
|
.e-btn-group .e-btn:disabled.e-outline,
|
|
@@ -594,7 +612,8 @@
|
|
|
594
612
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
595
613
|
background: transparent;
|
|
596
614
|
border-color: rgba(0, 123, 255, 0.65);
|
|
597
|
-
box-shadow: none;
|
|
615
|
+
-webkit-box-shadow: none;
|
|
616
|
+
box-shadow: none;
|
|
598
617
|
color: rgba(0, 123, 255, 0.65);
|
|
599
618
|
border-color: #007bff;
|
|
600
619
|
}
|
|
@@ -604,7 +623,8 @@
|
|
|
604
623
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
605
624
|
background: transparent;
|
|
606
625
|
border-color: rgba(40, 167, 69, 0.65);
|
|
607
|
-
box-shadow: none;
|
|
626
|
+
-webkit-box-shadow: none;
|
|
627
|
+
box-shadow: none;
|
|
608
628
|
color: rgba(40, 167, 69, 0.65);
|
|
609
629
|
border-color: #28a745;
|
|
610
630
|
}
|
|
@@ -614,7 +634,8 @@
|
|
|
614
634
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
615
635
|
background: transparent;
|
|
616
636
|
border-color: rgba(23, 162, 184, 0.65);
|
|
617
|
-
box-shadow: none;
|
|
637
|
+
-webkit-box-shadow: none;
|
|
638
|
+
box-shadow: none;
|
|
618
639
|
color: rgba(23, 162, 184, 0.65);
|
|
619
640
|
border-color: #17a2b8;
|
|
620
641
|
}
|
|
@@ -624,7 +645,8 @@
|
|
|
624
645
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
625
646
|
background: transparent;
|
|
626
647
|
border-color: rgba(255, 193, 7, 0.65);
|
|
627
|
-
box-shadow: none;
|
|
648
|
+
-webkit-box-shadow: none;
|
|
649
|
+
box-shadow: none;
|
|
628
650
|
color: rgba(255, 193, 7, 0.65);
|
|
629
651
|
border-color: #ffc107;
|
|
630
652
|
}
|
|
@@ -634,7 +656,8 @@
|
|
|
634
656
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
635
657
|
background: transparent;
|
|
636
658
|
border-color: rgba(220, 53, 69, 0.65);
|
|
637
|
-
box-shadow: none;
|
|
659
|
+
-webkit-box-shadow: none;
|
|
660
|
+
box-shadow: none;
|
|
638
661
|
color: rgba(220, 53, 69, 0.65);
|
|
639
662
|
border-color: #dc3545;
|
|
640
663
|
}
|
|
@@ -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,11 +243,13 @@
|
|
|
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: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
246
|
+
-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
247
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
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,
|
|
@@ -263,7 +262,8 @@
|
|
|
263
262
|
color: #fff;
|
|
264
263
|
outline: #6c757d 0 solid;
|
|
265
264
|
outline-offset: 0;
|
|
266
|
-
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
265
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
266
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
267
267
|
border-color: #5c636a;
|
|
268
268
|
outline-color: inherit;
|
|
269
269
|
}
|
|
@@ -277,7 +277,8 @@
|
|
|
277
277
|
border-color: #0d6efd;
|
|
278
278
|
color: #fff;
|
|
279
279
|
outline: #6c757d 0 solid;
|
|
280
|
-
box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
|
|
280
|
+
-webkit-box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
|
|
281
|
+
box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
|
|
281
282
|
border-color: #0b5ed7;
|
|
282
283
|
outline-color: inherit;
|
|
283
284
|
}
|
|
@@ -290,7 +291,8 @@
|
|
|
290
291
|
background: #157347;
|
|
291
292
|
border-color: #198754;
|
|
292
293
|
color: #fff;
|
|
293
|
-
box-shadow: 0 0 0 4px rgba(66, 190, 133, 0.5);
|
|
294
|
+
-webkit-box-shadow: 0 0 0 4px rgba(66, 190, 133, 0.5);
|
|
295
|
+
box-shadow: 0 0 0 4px rgba(66, 190, 133, 0.5);
|
|
294
296
|
border-color: #157347;
|
|
295
297
|
outline-color: inherit;
|
|
296
298
|
}
|
|
@@ -303,7 +305,8 @@
|
|
|
303
305
|
background: #31d2f2;
|
|
304
306
|
border-color: #0dcaf0;
|
|
305
307
|
color: #000;
|
|
306
|
-
box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
|
|
308
|
+
-webkit-box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
|
|
309
|
+
box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
|
|
307
310
|
border-color: #31d2f2;
|
|
308
311
|
outline-color: inherit;
|
|
309
312
|
}
|
|
@@ -316,7 +319,8 @@
|
|
|
316
319
|
background: #ffca2c;
|
|
317
320
|
border-color: #ffc107;
|
|
318
321
|
color: #000;
|
|
319
|
-
box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
322
|
+
-webkit-box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
323
|
+
box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
320
324
|
border-color: #ffca2c;
|
|
321
325
|
outline-color: inherit;
|
|
322
326
|
}
|
|
@@ -329,7 +333,8 @@
|
|
|
329
333
|
background: #bb2d3b;
|
|
330
334
|
border-color: #dc3545;
|
|
331
335
|
color: #fff;
|
|
332
|
-
box-shadow: 0 0 0 4px rgba(232, 120, 131, 0.5);
|
|
336
|
+
-webkit-box-shadow: 0 0 0 4px rgba(232, 120, 131, 0.5);
|
|
337
|
+
box-shadow: 0 0 0 4px rgba(232, 120, 131, 0.5);
|
|
333
338
|
border-color: #bb2d3b;
|
|
334
339
|
outline-color: inherit;
|
|
335
340
|
}
|
|
@@ -344,7 +349,8 @@
|
|
|
344
349
|
color: #0a58ca;
|
|
345
350
|
background-color: transparent;
|
|
346
351
|
border-color: transparent;
|
|
347
|
-
box-shadow: none;
|
|
352
|
+
-webkit-box-shadow: none;
|
|
353
|
+
box-shadow: none;
|
|
348
354
|
outline: none;
|
|
349
355
|
}
|
|
350
356
|
.e-btn-group .e-btn:focus.e-outline,
|
|
@@ -353,8 +359,8 @@
|
|
|
353
359
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
354
360
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
|
|
355
361
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
356
|
-
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
357
|
-
|
|
362
|
+
-webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
363
|
+
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
358
364
|
border-color: #5c636a;
|
|
359
365
|
}
|
|
360
366
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
@@ -363,7 +369,8 @@
|
|
|
363
369
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
364
370
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
|
|
365
371
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
366
|
-
box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
|
|
372
|
+
-webkit-box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
|
|
373
|
+
box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
|
|
367
374
|
border-color: #0d6efd;
|
|
368
375
|
}
|
|
369
376
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
@@ -372,7 +379,8 @@
|
|
|
372
379
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
373
380
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
|
|
374
381
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
375
|
-
box-shadow: 0 0 0 4px rgba(66, 190, 133, 0.5);
|
|
382
|
+
-webkit-box-shadow: 0 0 0 4px rgba(66, 190, 133, 0.5);
|
|
383
|
+
box-shadow: 0 0 0 4px rgba(66, 190, 133, 0.5);
|
|
376
384
|
border-color: #157347;
|
|
377
385
|
}
|
|
378
386
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
@@ -381,7 +389,8 @@
|
|
|
381
389
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
382
390
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
|
|
383
391
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
384
|
-
box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
|
|
392
|
+
-webkit-box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
|
|
393
|
+
box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
|
|
385
394
|
border-color: #31d2f2;
|
|
386
395
|
}
|
|
387
396
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
@@ -390,7 +399,8 @@
|
|
|
390
399
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
391
400
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
|
|
392
401
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
393
|
-
box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
402
|
+
-webkit-box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
403
|
+
box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
394
404
|
border-color: #ffca2c;
|
|
395
405
|
}
|
|
396
406
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
@@ -399,7 +409,8 @@
|
|
|
399
409
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
400
410
|
.e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
|
|
401
411
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
402
|
-
box-shadow: 0 0 0 4px rgba(232, 120, 131, 0.5);
|
|
412
|
+
-webkit-box-shadow: 0 0 0 4px rgba(232, 120, 131, 0.5);
|
|
413
|
+
box-shadow: 0 0 0 4px rgba(232, 120, 131, 0.5);
|
|
403
414
|
border-color: #bb2d3b;
|
|
404
415
|
}
|
|
405
416
|
.e-btn-group .e-btn:active,
|
|
@@ -529,7 +540,8 @@
|
|
|
529
540
|
.e-css.e-btn-group input:disabled + label.e-btn {
|
|
530
541
|
background-color: rgba(108, 117, 125, 0.65);
|
|
531
542
|
border-color: rgba(108, 117, 125, 0.65);
|
|
532
|
-
box-shadow: none;
|
|
543
|
+
-webkit-box-shadow: none;
|
|
544
|
+
box-shadow: none;
|
|
533
545
|
color: rgba(255, 255, 255, 0.65);
|
|
534
546
|
border-color: #6c757d;
|
|
535
547
|
}
|
|
@@ -539,7 +551,8 @@
|
|
|
539
551
|
.e-css.e-btn-group input:disabled + label.e-btn.e-primary {
|
|
540
552
|
background: rgba(13, 110, 253, 0.65);
|
|
541
553
|
border-color: rgba(13, 110, 253, 0.65);
|
|
542
|
-
box-shadow: none;
|
|
554
|
+
-webkit-box-shadow: none;
|
|
555
|
+
box-shadow: none;
|
|
543
556
|
color: rgba(255, 255, 255, 0.65);
|
|
544
557
|
border-color: #0d6efd;
|
|
545
558
|
}
|
|
@@ -549,7 +562,8 @@
|
|
|
549
562
|
.e-css.e-btn-group input:disabled + label.e-btn.e-success {
|
|
550
563
|
background: rgba(25, 135, 84, 0.65);
|
|
551
564
|
border-color: rgba(25, 135, 84, 0.65);
|
|
552
|
-
box-shadow: none;
|
|
565
|
+
-webkit-box-shadow: none;
|
|
566
|
+
box-shadow: none;
|
|
553
567
|
color: rgba(255, 255, 255, 0.65);
|
|
554
568
|
border-color: #198754;
|
|
555
569
|
}
|
|
@@ -559,7 +573,8 @@
|
|
|
559
573
|
.e-css.e-btn-group input:disabled + label.e-btn.e-info {
|
|
560
574
|
background: rgba(13, 202, 240, 0.65);
|
|
561
575
|
border-color: rgba(13, 202, 240, 0.65);
|
|
562
|
-
box-shadow: none;
|
|
576
|
+
-webkit-box-shadow: none;
|
|
577
|
+
box-shadow: none;
|
|
563
578
|
color: rgba(0, 0, 0, 0.65);
|
|
564
579
|
border-color: #0dcaf0;
|
|
565
580
|
}
|
|
@@ -569,7 +584,8 @@
|
|
|
569
584
|
.e-css.e-btn-group input:disabled + label.e-btn.e-warning {
|
|
570
585
|
background: rgba(255, 193, 7, 0.65);
|
|
571
586
|
border-color: rgba(255, 193, 7, 0.65);
|
|
572
|
-
box-shadow: none;
|
|
587
|
+
-webkit-box-shadow: none;
|
|
588
|
+
box-shadow: none;
|
|
573
589
|
color: rgba(0, 0, 0, 0.65);
|
|
574
590
|
border-color: #ffc107;
|
|
575
591
|
}
|
|
@@ -579,7 +595,8 @@
|
|
|
579
595
|
.e-css.e-btn-group input:disabled + label.e-btn.e-danger {
|
|
580
596
|
background: rgba(220, 53, 69, 0.65);
|
|
581
597
|
border-color: rgba(220, 53, 69, 0.65);
|
|
582
|
-
box-shadow: none;
|
|
598
|
+
-webkit-box-shadow: none;
|
|
599
|
+
box-shadow: none;
|
|
583
600
|
color: rgba(0, 0, 0, 0.65);
|
|
584
601
|
border-color: #dc3545;
|
|
585
602
|
}
|
|
@@ -590,7 +607,8 @@
|
|
|
590
607
|
color: rgba(108, 117, 125, 0.65);
|
|
591
608
|
text-decoration: underline;
|
|
592
609
|
background: transparent;
|
|
593
|
-
box-shadow: none;
|
|
610
|
+
-webkit-box-shadow: none;
|
|
611
|
+
box-shadow: none;
|
|
594
612
|
text-decoration: none;
|
|
595
613
|
border-color: transparent;
|
|
596
614
|
}
|
|
@@ -609,7 +627,8 @@
|
|
|
609
627
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
|
|
610
628
|
background: rgba(13, 110, 253, 0.65);
|
|
611
629
|
border-color: rgba(13, 110, 253, 0.65);
|
|
612
|
-
box-shadow: none;
|
|
630
|
+
-webkit-box-shadow: none;
|
|
631
|
+
box-shadow: none;
|
|
613
632
|
color: rgba(255, 255, 255, 0.65);
|
|
614
633
|
border-color: #0d6efd;
|
|
615
634
|
}
|
|
@@ -619,7 +638,8 @@
|
|
|
619
638
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
|
|
620
639
|
background: rgba(25, 135, 84, 0.65);
|
|
621
640
|
border-color: rgba(25, 135, 84, 0.65);
|
|
622
|
-
box-shadow: none;
|
|
641
|
+
-webkit-box-shadow: none;
|
|
642
|
+
box-shadow: none;
|
|
623
643
|
color: rgba(255, 255, 255, 0.65);
|
|
624
644
|
border-color: #198754;
|
|
625
645
|
}
|
|
@@ -629,7 +649,8 @@
|
|
|
629
649
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
|
|
630
650
|
background: rgba(13, 202, 240, 0.65);
|
|
631
651
|
border-color: rgba(13, 202, 240, 0.65);
|
|
632
|
-
box-shadow: none;
|
|
652
|
+
-webkit-box-shadow: none;
|
|
653
|
+
box-shadow: none;
|
|
633
654
|
color: rgba(0, 0, 0, 0.65);
|
|
634
655
|
border-color: #0dcaf0;
|
|
635
656
|
}
|
|
@@ -639,7 +660,8 @@
|
|
|
639
660
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
|
|
640
661
|
background: rgba(255, 193, 7, 0.65);
|
|
641
662
|
border-color: rgba(255, 193, 7, 0.65);
|
|
642
|
-
box-shadow: none;
|
|
663
|
+
-webkit-box-shadow: none;
|
|
664
|
+
box-shadow: none;
|
|
643
665
|
color: rgba(0, 0, 0, 0.65);
|
|
644
666
|
border-color: #ffc107;
|
|
645
667
|
}
|
|
@@ -649,7 +671,8 @@
|
|
|
649
671
|
.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
|
|
650
672
|
background: rgba(220, 53, 69, 0.65);
|
|
651
673
|
border-color: rgba(220, 53, 69, 0.65);
|
|
652
|
-
box-shadow: none;
|
|
674
|
+
-webkit-box-shadow: none;
|
|
675
|
+
box-shadow: none;
|
|
653
676
|
color: rgba(255, 255, 255, 0.65);
|
|
654
677
|
border-color: #dc3545;
|
|
655
678
|
}
|