@syncfusion/ej2-react-splitbuttons 21.2.5 → 22.1.37

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.
Files changed (59) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/dist/ej2-react-splitbuttons.min.js +1 -1
  3. package/dist/ej2-react-splitbuttons.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +0 -84
  6. package/styles/bootstrap.css +0 -7
  7. package/styles/bootstrap4.css +8 -5
  8. package/styles/bootstrap5-dark.css +0 -7
  9. package/styles/bootstrap5.css +0 -7
  10. package/styles/button-group/material3-dark.css +902 -0
  11. package/styles/button-group/material3-dark.scss +2 -0
  12. package/styles/button-group/material3.css +958 -0
  13. package/styles/button-group/material3.scss +2 -0
  14. package/styles/drop-down-button/material3-dark.css +293 -0
  15. package/styles/drop-down-button/material3-dark.scss +2 -0
  16. package/styles/drop-down-button/material3.css +349 -0
  17. package/styles/drop-down-button/material3.scss +2 -0
  18. package/styles/fabric-dark.css +0 -84
  19. package/styles/fabric.css +0 -7
  20. package/styles/fluent-dark.css +4 -7
  21. package/styles/fluent.css +4 -7
  22. package/styles/highcontrast-light.css +0 -84
  23. package/styles/highcontrast.css +0 -84
  24. package/styles/material-dark.css +0 -84
  25. package/styles/material.css +0 -7
  26. package/styles/material3-dark.css +2168 -0
  27. package/styles/material3-dark.scss +5 -0
  28. package/styles/material3.css +2383 -0
  29. package/styles/material3.scss +5 -0
  30. package/styles/progress-button/bootstrap-dark.css +0 -84
  31. package/styles/progress-button/bootstrap.css +0 -7
  32. package/styles/progress-button/bootstrap4.css +0 -5
  33. package/styles/progress-button/bootstrap5-dark.css +0 -7
  34. package/styles/progress-button/bootstrap5.css +0 -7
  35. package/styles/progress-button/fabric-dark.css +0 -84
  36. package/styles/progress-button/fabric.css +0 -7
  37. package/styles/progress-button/fluent-dark.css +0 -7
  38. package/styles/progress-button/fluent.css +0 -7
  39. package/styles/progress-button/highcontrast-light.css +0 -84
  40. package/styles/progress-button/highcontrast.css +0 -84
  41. package/styles/progress-button/material-dark.css +0 -84
  42. package/styles/progress-button/material.css +0 -7
  43. package/styles/progress-button/material3-dark.css +557 -0
  44. package/styles/progress-button/material3-dark.scss +2 -0
  45. package/styles/progress-button/material3.css +613 -0
  46. package/styles/progress-button/material3.scss +2 -0
  47. package/styles/progress-button/tailwind-dark.css +0 -5
  48. package/styles/progress-button/tailwind.css +0 -5
  49. package/styles/split-button/bootstrap4.css +8 -0
  50. package/styles/split-button/fluent-dark.css +4 -0
  51. package/styles/split-button/fluent.css +4 -0
  52. package/styles/split-button/material3-dark.css +413 -0
  53. package/styles/split-button/material3-dark.scss +2 -0
  54. package/styles/split-button/material3.css +463 -0
  55. package/styles/split-button/material3.scss +2 -0
  56. package/styles/split-button/tailwind-dark.css +6 -0
  57. package/styles/split-button/tailwind.css +6 -0
  58. package/styles/tailwind-dark.css +6 -5
  59. package/styles/tailwind.css +6 -5
@@ -0,0 +1,958 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ /* stylelint-disable */
114
+ *.e-btn-group,
115
+ *.e-css.e-btn-group {
116
+ display: -ms-inline-flexbox;
117
+ display: inline-flex;
118
+ border-radius: 4px;
119
+ -ms-flex-direction: row;
120
+ flex-direction: row;
121
+ position: relative;
122
+ border-radius: 4px;
123
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
124
+ }
125
+ *.e-btn-group input + label.e-btn,
126
+ *.e-css.e-btn-group input + label.e-btn {
127
+ margin-bottom: 0;
128
+ }
129
+ *.e-btn-group input,
130
+ *.e-css.e-btn-group input {
131
+ -moz-appearance: none;
132
+ height: 1px;
133
+ margin: 0 0 0 -1px;
134
+ opacity: 0;
135
+ position: absolute;
136
+ width: 1px;
137
+ }
138
+ *.e-btn-group input:disabled + label.e-btn,
139
+ *.e-btn-group :disabled,
140
+ *.e-css.e-btn-group input:disabled + label.e-btn,
141
+ *.e-css.e-btn-group :disabled {
142
+ cursor: default;
143
+ pointer-events: none;
144
+ }
145
+ *.e-btn-group .e-btn-icon,
146
+ *.e-css.e-btn-group .e-btn-icon {
147
+ font-size: 16px;
148
+ }
149
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
150
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
151
+ border-radius: 0;
152
+ }
153
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
154
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
155
+ border-bottom-right-radius: 0;
156
+ border-top-right-radius: 0;
157
+ }
158
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
159
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
160
+ border-bottom-left-radius: 0;
161
+ border-top-left-radius: 0;
162
+ }
163
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
164
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
165
+ border-bottom-right-radius: 0;
166
+ border-top-right-radius: 0;
167
+ }
168
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
169
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
170
+ border-bottom-left-radius: 0;
171
+ border-top-left-radius: 0;
172
+ }
173
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
174
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
175
+ border-bottom-right-radius: 0;
176
+ border-top-right-radius: 0;
177
+ }
178
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
179
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
180
+ border-bottom-left-radius: 0;
181
+ border-top-left-radius: 0;
182
+ }
183
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
184
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
185
+ border-bottom-right-radius: 0;
186
+ border-top-right-radius: 0;
187
+ }
188
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
189
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
190
+ border-bottom-left-radius: 0;
191
+ border-top-left-radius: 0;
192
+ }
193
+ *.e-btn-group.e-rtl .e-btn,
194
+ *.e-css.e-btn-group.e-rtl .e-btn {
195
+ margin-left: -1px;
196
+ }
197
+ *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
198
+ *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
199
+ border-radius: 0;
200
+ }
201
+ *.e-btn-group.e-rtl .e-btn:first-of-type,
202
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
203
+ border-bottom-left-radius: 0;
204
+ border-top-left-radius: 0;
205
+ }
206
+ *.e-btn-group.e-rtl .e-btn:last-of-type,
207
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
208
+ border-bottom-right-radius: 0;
209
+ border-top-right-radius: 0;
210
+ }
211
+ *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
212
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
213
+ border-bottom-left-radius: 0;
214
+ border-top-left-radius: 0;
215
+ }
216
+ *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
217
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
218
+ border-bottom-right-radius: 0;
219
+ border-top-right-radius: 0;
220
+ }
221
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
222
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
223
+ border-bottom-left-radius: 0;
224
+ border-top-left-radius: 0;
225
+ }
226
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
227
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
228
+ border-bottom-right-radius: 0;
229
+ border-top-right-radius: 0;
230
+ }
231
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
232
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
233
+ border-bottom-left-radius: 0;
234
+ border-top-left-radius: 0;
235
+ }
236
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
237
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
238
+ border-bottom-right-radius: 0;
239
+ border-top-right-radius: 0;
240
+ }
241
+ *.e-btn-group.e-vertical,
242
+ *.e-css.e-btn-group.e-vertical {
243
+ -ms-flex-direction: column;
244
+ flex-direction: column;
245
+ }
246
+ *.e-btn-group.e-vertical input,
247
+ *.e-css.e-btn-group.e-vertical input {
248
+ margin: -1px 0 0;
249
+ }
250
+ *.e-btn-group.e-vertical .e-btn:not(.e-outline),
251
+ *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
252
+ margin-top: -1px;
253
+ }
254
+ *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
255
+ *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
256
+ border-radius: 0;
257
+ }
258
+ *.e-btn-group.e-vertical .e-btn:first-of-type,
259
+ *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
260
+ border-bottom-left-radius: 0;
261
+ border-bottom-right-radius: 0;
262
+ border-top-left-radius: 2px;
263
+ border-top-right-radius: 2px;
264
+ }
265
+ *.e-btn-group.e-vertical .e-btn:last-of-type,
266
+ *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
267
+ border-bottom-left-radius: 2px;
268
+ border-bottom-right-radius: 2px;
269
+ border-top-left-radius: 0;
270
+ border-top-right-radius: 0;
271
+ }
272
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
273
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
274
+ border-radius: 20px;
275
+ }
276
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
277
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
278
+ border-bottom-left-radius: 20px;
279
+ border-top-left-radius: 20px;
280
+ }
281
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
282
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
283
+ border-bottom-right-radius: 20px;
284
+ border-top-right-radius: 20px;
285
+ }
286
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
287
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
288
+ border-bottom-right-radius: 0;
289
+ border-top-right-radius: 0;
290
+ }
291
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
292
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
293
+ border-bottom-left-radius: 0;
294
+ border-top-left-radius: 0;
295
+ }
296
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
297
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
298
+ border-bottom-left-radius: 20px;
299
+ border-top-left-radius: 20px;
300
+ }
301
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
302
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
303
+ border-bottom-right-radius: 0;
304
+ border-top-right-radius: 0;
305
+ }
306
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
307
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
308
+ border-bottom-left-radius: 0;
309
+ border-top-left-radius: 0;
310
+ }
311
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
312
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
313
+ border-bottom-right-radius: 20px;
314
+ border-top-right-radius: 20px;
315
+ }
316
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
317
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
318
+ border-radius: 20px;
319
+ }
320
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
321
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
322
+ border-bottom-right-radius: 20px;
323
+ border-top-right-radius: 20px;
324
+ }
325
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
326
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
327
+ border-bottom-left-radius: 20px;
328
+ border-top-left-radius: 20px;
329
+ }
330
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
331
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
332
+ border-bottom-left-radius: 0;
333
+ border-top-left-radius: 0;
334
+ }
335
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
336
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
337
+ border-bottom-right-radius: 0;
338
+ border-top-right-radius: 0;
339
+ }
340
+
341
+ .e-bigger .e-btn-group .e-btn-icon,
342
+ .e-bigger.e-btn-group .e-btn-icon,
343
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
344
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
345
+ font-size: 20px;
346
+ }
347
+
348
+ /* stylelint-disable */
349
+ .e-btn-group .e-btn,
350
+ .e-css.e-btn-group .e-btn {
351
+ box-shadow: none;
352
+ }
353
+ .e-btn-group .e-btn:hover,
354
+ .e-css.e-btn-group .e-btn:hover {
355
+ box-shadow: none;
356
+ }
357
+ .e-btn-group .e-btn:focus-visible,
358
+ .e-btn-group input:focus-visible + label.e-btn,
359
+ .e-css.e-btn-group .e-btn:focus-visible,
360
+ .e-css.e-btn-group input:focus-visible + label.e-btn {
361
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important;
362
+ z-index: 1;
363
+ }
364
+ .e-btn-group .e-btn:focus-visible.e-primary, .e-btn-group .e-btn:focus-visible.e-success, .e-btn-group .e-btn:focus-visible.e-info, .e-btn-group .e-btn:focus-visible.e-warning, .e-btn-group .e-btn:focus-visible.e-danger,
365
+ .e-btn-group input:focus-visible + label.e-btn.e-primary,
366
+ .e-btn-group input:focus-visible + label.e-btn.e-success,
367
+ .e-btn-group input:focus-visible + label.e-btn.e-info,
368
+ .e-btn-group input:focus-visible + label.e-btn.e-warning,
369
+ .e-btn-group input:focus-visible + label.e-btn.e-danger,
370
+ .e-css.e-btn-group .e-btn:focus-visible.e-primary,
371
+ .e-css.e-btn-group .e-btn:focus-visible.e-success,
372
+ .e-css.e-btn-group .e-btn:focus-visible.e-info,
373
+ .e-css.e-btn-group .e-btn:focus-visible.e-warning,
374
+ .e-css.e-btn-group .e-btn:focus-visible.e-danger,
375
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
376
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
377
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
378
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
379
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger {
380
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important;
381
+ z-index: 1;
382
+ }
383
+ .e-btn-group .e-btn:focus-visible.e-outline,
384
+ .e-btn-group input:focus-visible + label.e-btn.e-outline,
385
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline,
386
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline {
387
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important;
388
+ z-index: 1;
389
+ }
390
+ .e-btn-group .e-btn:focus-visible.e-outline.e-primary, .e-btn-group .e-btn:focus-visible.e-outline.e-success, .e-btn-group .e-btn:focus-visible.e-outline.e-info, .e-btn-group .e-btn:focus-visible.e-outline.e-warning, .e-btn-group .e-btn:focus-visible.e-outline.e-danger,
391
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
392
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
393
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
394
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
395
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
396
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-primary,
397
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-success,
398
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-info,
399
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-warning,
400
+ .e-css.e-btn-group .e-btn:focus-visible.e-outline.e-danger,
401
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
402
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
403
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
404
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
405
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger {
406
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #000000 !important;
407
+ z-index: 1;
408
+ }
409
+ .e-btn-group .e-btn:focus,
410
+ .e-btn-group input:focus + label.e-btn,
411
+ .e-css.e-btn-group .e-btn:focus,
412
+ .e-css.e-btn-group input:focus + label.e-btn {
413
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08)), rgba(var(--color-sf-surface));
414
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.08), rgba(var(--color-sf-on-surface), 0.08));
415
+ color: rgba(var(--color-sf-on-surface));
416
+ outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
417
+ outline-offset: 0;
418
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
419
+ box-shadow: none;
420
+ outline-color: inherit;
421
+ }
422
+ .e-btn-group .e-btn:focus.e-primary,
423
+ .e-btn-group input:focus + label.e-btn.e-primary,
424
+ .e-css.e-btn-group .e-btn:focus.e-primary,
425
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
426
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.08), rgba(var(--color-sf-on-primary), 0.08)), rgba(var(--color-sf-primary));
427
+ border-color: rgba(var(--color-sf-primary));
428
+ color: rgba(var(--color-sf-on-primary));
429
+ outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
430
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
431
+ box-shadow: none;
432
+ outline-color: inherit;
433
+ }
434
+ .e-btn-group .e-btn:focus.e-success,
435
+ .e-btn-group input:focus + label.e-btn.e-success,
436
+ .e-css.e-btn-group .e-btn:focus.e-success,
437
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
438
+ background: linear-gradient(0deg, rgba(var(--color-sf-success-text), 0.08), rgba(var(--color-sf-success-text), 0.08)), rgba(var(--color-sf-success));
439
+ border-color: rgba(var(--color-sf-success));
440
+ color: rgba(var(--color-sf-success-text));
441
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
442
+ box-shadow: none;
443
+ outline-color: inherit;
444
+ }
445
+ .e-btn-group .e-btn:focus.e-info,
446
+ .e-btn-group input:focus + label.e-btn.e-info,
447
+ .e-css.e-btn-group .e-btn:focus.e-info,
448
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
449
+ background: linear-gradient(0deg, rgba(var(--color-sf-info-text), 0.08), rgba(var(--color-sf-info-text), 0.08)), rgba(var(--color-sf-info));
450
+ border-color: rgba(var(--color-sf-info));
451
+ color: rgba(var(--color-sf-info-text));
452
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
453
+ box-shadow: none;
454
+ outline-color: inherit;
455
+ }
456
+ .e-btn-group .e-btn:focus.e-warning,
457
+ .e-btn-group input:focus + label.e-btn.e-warning,
458
+ .e-css.e-btn-group .e-btn:focus.e-warning,
459
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
460
+ background: linear-gradient(0deg, rgba(var(--color-sf-warning-text), 0.08), rgba(var(--color-sf-warning-text), 0.08)), rgba(var(--color-sf-warning));
461
+ border-color: rgba(var(--color-sf-warning));
462
+ color: rgba(var(--color-sf-warning-text));
463
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
464
+ box-shadow: none;
465
+ outline-color: inherit;
466
+ }
467
+ .e-btn-group .e-btn:focus.e-danger,
468
+ .e-btn-group input:focus + label.e-btn.e-danger,
469
+ .e-css.e-btn-group .e-btn:focus.e-danger,
470
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
471
+ background: linear-gradient(0deg, rgba(var(--color-sf-danger-text), 0.08), rgba(var(--color-sf-danger-text), 0.08)), rgba(var(--color-sf-error));
472
+ border-color: rgba(var(--color-sf-error));
473
+ color: rgba(var(--color-sf-danger-text));
474
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
475
+ box-shadow: none;
476
+ outline-color: inherit;
477
+ }
478
+ .e-btn-group .e-btn:focus.e-link,
479
+ .e-btn-group input:focus + label.e-btn.e-link,
480
+ .e-css.e-btn-group .e-btn:focus.e-link,
481
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
482
+ border-radius: 0;
483
+ text-decoration: underline;
484
+ color: rgba(var(--color-sf-info));
485
+ background-color: transparent;
486
+ border-color: transparent;
487
+ box-shadow: none;
488
+ outline: none;
489
+ }
490
+ .e-btn-group .e-btn:focus.e-outline,
491
+ .e-btn-group input:focus + label.e-btn.e-outline,
492
+ .e-css.e-btn-group .e-btn:focus.e-outline,
493
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
494
+ background: rgba(var(--color-sf-on-surface), 0.12);
495
+ border: 1px solid rgba(var(--color-sf-outline));
496
+ color: rgba(var(--color-sf-on-surface));
497
+ box-shadow: none;
498
+ }
499
+ .e-btn-group .e-btn:focus.e-outline.e-primary,
500
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
501
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
502
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
503
+ background: rgba(var(--color-sf-primary), 0.12);
504
+ border: 1px solid rgba(var(--color-sf-outline));
505
+ color: rgba(var(--color-sf-primary));
506
+ box-shadow: none;
507
+ }
508
+ .e-btn-group .e-btn:focus.e-outline.e-success,
509
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
510
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
511
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
512
+ background: rgba(var(--color-sf-success), 0.12);
513
+ border: 1px solid rgba(var(--color-sf-outline));
514
+ color: rgba(var(--color-sf-success));
515
+ box-shadow: none;
516
+ }
517
+ .e-btn-group .e-btn:focus.e-outline.e-info,
518
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
519
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
520
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
521
+ background: rgba(var(--color-sf-info), 0.12);
522
+ border: 1px solid rgba(var(--color-sf-outline));
523
+ color: rgba(var(--color-sf-info));
524
+ box-shadow: none;
525
+ }
526
+ .e-btn-group .e-btn:focus.e-outline.e-warning,
527
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
528
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
529
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
530
+ background: rgba(var(--color-sf-warning), 0.12);
531
+ border: 1px solid rgba(var(--color-sf-outline));
532
+ color: rgba(var(--color-sf-warning));
533
+ box-shadow: none;
534
+ }
535
+ .e-btn-group .e-btn:focus.e-outline.e-danger,
536
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
537
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
538
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
539
+ background: rgba(var(--color-sf-error), 0.12);
540
+ border: 1px solid rgba(var(--color-sf-outline));
541
+ color: rgba(var(--color-sf-error));
542
+ box-shadow: none;
543
+ }
544
+ .e-btn-group .e-btn:active,
545
+ .e-btn-group input:active + label.e-btn,
546
+ .e-btn-group input:checked + label.e-btn,
547
+ .e-css.e-btn-group .e-btn:active,
548
+ .e-css.e-btn-group input:active + label.e-btn,
549
+ .e-css.e-btn-group input:checked + label.e-btn {
550
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
551
+ border-image: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12));
552
+ color: rgba(var(--color-sf-on-surface));
553
+ outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
554
+ outline-offset: 0;
555
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
556
+ box-shadow: none;
557
+ }
558
+ .e-btn-group .e-btn:active.e-primary,
559
+ .e-btn-group input:active + label.e-btn.e-primary,
560
+ .e-btn-group input:checked + label.e-btn.e-primary,
561
+ .e-css.e-btn-group .e-btn:active.e-primary,
562
+ .e-css.e-btn-group input:active + label.e-btn.e-primary,
563
+ .e-css.e-btn-group input:checked + label.e-btn.e-primary {
564
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.12), rgba(var(--color-sf-on-primary), 0.12)), rgba(var(--color-sf-primary));
565
+ border-color: rgba(var(--color-sf-primary));
566
+ color: rgba(var(--color-sf-on-primary));
567
+ outline: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1)), rgba(var(--color-sf-surface)) 0 solid;
568
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
569
+ box-shadow: none;
570
+ }
571
+ .e-btn-group .e-btn:active.e-success,
572
+ .e-btn-group input:active + label.e-btn.e-success,
573
+ .e-btn-group input:checked + label.e-btn.e-success,
574
+ .e-css.e-btn-group .e-btn:active.e-success,
575
+ .e-css.e-btn-group input:active + label.e-btn.e-success,
576
+ .e-css.e-btn-group input:checked + label.e-btn.e-success {
577
+ background: linear-gradient(0deg, rgba(var(--color-sf-success-text), 0.12), rgba(var(--color-sf-success-text), 0.12)), rgba(var(--color-sf-success));
578
+ border-color: rgba(var(--color-sf-success));
579
+ color: rgba(var(--color-sf-success-text));
580
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
581
+ box-shadow: none;
582
+ }
583
+ .e-btn-group .e-btn:active.e-info,
584
+ .e-btn-group input:active + label.e-btn.e-info,
585
+ .e-btn-group input:checked + label.e-btn.e-info,
586
+ .e-css.e-btn-group .e-btn:active.e-info,
587
+ .e-css.e-btn-group input:active + label.e-btn.e-info,
588
+ .e-css.e-btn-group input:checked + label.e-btn.e-info {
589
+ background: linear-gradient(0deg, rgba(var(--color-sf-info-text), 0.12), rgba(var(--color-sf-info-text), 0.12)), rgba(var(--color-sf-info));
590
+ color: rgba(var(--color-sf-info-text));
591
+ border-color: rgba(var(--color-sf-info));
592
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
593
+ box-shadow: none;
594
+ }
595
+ .e-btn-group .e-btn:active.e-warning,
596
+ .e-btn-group input:active + label.e-btn.e-warning,
597
+ .e-btn-group input:checked + label.e-btn.e-warning,
598
+ .e-css.e-btn-group .e-btn:active.e-warning,
599
+ .e-css.e-btn-group input:active + label.e-btn.e-warning,
600
+ .e-css.e-btn-group input:checked + label.e-btn.e-warning {
601
+ background: linear-gradient(0deg, rgba(var(--color-sf-warning-text), 0.12), rgba(var(--color-sf-warning-text), 0.12)), rgba(var(--color-sf-warning));
602
+ border-color: rgba(var(--color-sf-warning));
603
+ color: rgba(var(--color-sf-warning-text));
604
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
605
+ box-shadow: none;
606
+ }
607
+ .e-btn-group .e-btn:active.e-danger,
608
+ .e-btn-group input:active + label.e-btn.e-danger,
609
+ .e-btn-group input:checked + label.e-btn.e-danger,
610
+ .e-css.e-btn-group .e-btn:active.e-danger,
611
+ .e-css.e-btn-group input:active + label.e-btn.e-danger,
612
+ .e-css.e-btn-group input:checked + label.e-btn.e-danger {
613
+ background: linear-gradient(0deg, rgba(var(--color-sf-danger-text), 0.12), rgba(var(--color-sf-danger-text), 0.12)), rgba(var(--color-sf-error));
614
+ border-color: rgba(var(--color-sf-error));
615
+ color: rgba(var(--color-sf-danger-text));
616
+ box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
617
+ box-shadow: none;
618
+ }
619
+ .e-btn-group .e-btn:active.e-outline,
620
+ .e-btn-group input:active + label.e-btn.e-outline,
621
+ .e-btn-group input:checked + label.e-btn.e-outline,
622
+ .e-css.e-btn-group .e-btn:active.e-outline,
623
+ .e-css.e-btn-group input:active + label.e-btn.e-outline,
624
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline {
625
+ background: rgba(var(--color-sf-on-surface), 0.12);
626
+ border-color: rgba(var(--color-sf-outline));
627
+ box-shadow: none;
628
+ color: rgba(var(--color-sf-on-surface));
629
+ box-shadow: none;
630
+ }
631
+ .e-btn-group .e-btn:active.e-outline.e-primary,
632
+ .e-btn-group input:active + label.e-btn.e-outline.e-primary,
633
+ .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
634
+ .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
635
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
636
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
637
+ background: linear-gradient(0deg, rgba(var(--color-sf-on-primary), 0.12), rgba(var(--color-sf-on-primary), 0.12)), rgba(var(--color-sf-primary));
638
+ border-color: rgba(var(--color-sf-primary));
639
+ box-shadow: none;
640
+ color: rgba(var(--color-sf-on-primary));
641
+ background: rgba(var(--color-sf-primary), 0.12);
642
+ border: 1px solid rgba(var(--color-sf-outline));
643
+ color: rgba(var(--color-sf-primary));
644
+ box-shadow: none;
645
+ }
646
+ .e-btn-group .e-btn:active.e-outline.e-success,
647
+ .e-btn-group input:active + label.e-btn.e-outline.e-success,
648
+ .e-btn-group input:checked + label.e-btn.e-outline.e-success,
649
+ .e-css.e-btn-group .e-btn:active.e-outline.e-success,
650
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
651
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
652
+ background: linear-gradient(0deg, rgba(var(--color-sf-success-text), 0.12), rgba(var(--color-sf-success-text), 0.12)), rgba(var(--color-sf-success));
653
+ border-color: rgba(var(--color-sf-success));
654
+ box-shadow: none;
655
+ color: rgba(var(--color-sf-success-text));
656
+ background: rgba(var(--color-sf-success), 0.12);
657
+ border: 1px solid rgba(var(--color-sf-outline));
658
+ color: rgba(var(--color-sf-success));
659
+ box-shadow: none;
660
+ }
661
+ .e-btn-group .e-btn:active.e-outline.e-info,
662
+ .e-btn-group input:active + label.e-btn.e-outline.e-info,
663
+ .e-btn-group input:checked + label.e-btn.e-outline.e-info,
664
+ .e-css.e-btn-group .e-btn:active.e-outline.e-info,
665
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
666
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
667
+ background: linear-gradient(0deg, rgba(var(--color-sf-info-text), 0.12), rgba(var(--color-sf-info-text), 0.12)), rgba(var(--color-sf-info));
668
+ border-color: rgba(var(--color-sf-info));
669
+ box-shadow: none;
670
+ color: rgba(var(--color-sf-info-text));
671
+ background: rgba(var(--color-sf-info), 0.12);
672
+ border: 1px solid rgba(var(--color-sf-outline));
673
+ color: rgba(var(--color-sf-info));
674
+ box-shadow: none;
675
+ }
676
+ .e-btn-group .e-btn:active.e-outline.e-warning,
677
+ .e-btn-group input:active + label.e-btn.e-outline.e-warning,
678
+ .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
679
+ .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
680
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
681
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
682
+ background: linear-gradient(0deg, rgba(var(--color-sf-warning-text), 0.12), rgba(var(--color-sf-warning-text), 0.12)), rgba(var(--color-sf-warning));
683
+ border-color: rgba(var(--color-sf-warning));
684
+ box-shadow: none;
685
+ color: rgba(var(--color-sf-warning-text));
686
+ background: rgba(var(--color-sf-warning), 0.12);
687
+ border: 1px solid rgba(var(--color-sf-outline));
688
+ color: rgba(var(--color-sf-warning));
689
+ box-shadow: none;
690
+ }
691
+ .e-btn-group .e-btn:active.e-outline.e-danger,
692
+ .e-btn-group input:active + label.e-btn.e-outline.e-danger,
693
+ .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
694
+ .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
695
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
696
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
697
+ background: linear-gradient(0deg, rgba(var(--color-sf-danger-text), 0.12), rgba(var(--color-sf-danger-text), 0.12)), rgba(var(--color-sf-error));
698
+ border-color: rgba(var(--color-sf-error));
699
+ box-shadow: none;
700
+ color: rgba(var(--color-sf-danger-text));
701
+ background: rgba(var(--color-sf-error), 0.12);
702
+ border: 1px solid rgba(var(--color-sf-outline));
703
+ color: rgba(var(--color-sf-error));
704
+ box-shadow: none;
705
+ }
706
+ .e-btn-group .e-btn:disabled,
707
+ .e-btn-group input:disabled + label.e-btn,
708
+ .e-css.e-btn-group .e-btn:disabled,
709
+ .e-css.e-btn-group input:disabled + label.e-btn {
710
+ background-color: rgba(var(--color-sf-secondary), 0.12);
711
+ border-color: rgba(var(--color-sf-secondary), 0);
712
+ box-shadow: none;
713
+ color: rgba(var(--color-sf-on-surface), 0.38);
714
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
715
+ }
716
+ .e-btn-group .e-btn:disabled.e-primary,
717
+ .e-btn-group input:disabled + label.e-btn.e-primary,
718
+ .e-css.e-btn-group .e-btn:disabled.e-primary,
719
+ .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
720
+ background: rgba(var(--color-sf-secondary), 0.12);
721
+ border-color: rgba(var(--color-sf-secondary), 0);
722
+ box-shadow: none;
723
+ color: rgba(var(--color-sf-on-surface), 0.38);
724
+ border-color: rgba(var(--color-sf-primary));
725
+ }
726
+ .e-btn-group .e-btn:disabled.e-success,
727
+ .e-btn-group input:disabled + label.e-btn.e-success,
728
+ .e-css.e-btn-group .e-btn:disabled.e-success,
729
+ .e-css.e-btn-group input:disabled + label.e-btn.e-success {
730
+ background: rgba(var(--color-sf-secondary), 0.12);
731
+ border-color: rgba(var(--color-sf-secondary), 0);
732
+ box-shadow: none;
733
+ color: rgba(var(--color-sf-on-surface), 0.38);
734
+ border-color: rgba(var(--color-sf-success));
735
+ }
736
+ .e-btn-group .e-btn:disabled.e-info,
737
+ .e-btn-group input:disabled + label.e-btn.e-info,
738
+ .e-css.e-btn-group .e-btn:disabled.e-info,
739
+ .e-css.e-btn-group input:disabled + label.e-btn.e-info {
740
+ background: rgba(var(--color-sf-secondary), 0.12);
741
+ border-color: rgba(var(--color-sf-secondary), 0);
742
+ box-shadow: none;
743
+ color: rgba(var(--color-sf-on-surface), 0.38);
744
+ border-color: rgba(var(--color-sf-info));
745
+ }
746
+ .e-btn-group .e-btn:disabled.e-warning,
747
+ .e-btn-group input:disabled + label.e-btn.e-warning,
748
+ .e-css.e-btn-group .e-btn:disabled.e-warning,
749
+ .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
750
+ background: rgba(var(--color-sf-secondary), 0.12);
751
+ border-color: rgba(var(--color-sf-secondary), 0);
752
+ box-shadow: none;
753
+ color: rgba(var(--color-sf-on-surface), 0.38);
754
+ border-color: rgba(var(--color-sf-warning));
755
+ }
756
+ .e-btn-group .e-btn:disabled.e-danger,
757
+ .e-btn-group input:disabled + label.e-btn.e-danger,
758
+ .e-css.e-btn-group .e-btn:disabled.e-danger,
759
+ .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
760
+ background: rgba(var(--color-sf-secondary), 0.12);
761
+ border-color: rgba(var(--color-sf-secondary), 0);
762
+ box-shadow: none;
763
+ color: rgba(var(--color-sf-on-surface), 0.38);
764
+ border-color: rgba(var(--color-sf-error));
765
+ }
766
+ .e-btn-group .e-btn:disabled.e-link,
767
+ .e-btn-group input:disabled + label.e-btn.e-link,
768
+ .e-css.e-btn-group .e-btn:disabled.e-link,
769
+ .e-css.e-btn-group input:disabled + label.e-btn.e-link {
770
+ color: rgba(var(--color-sf-on-surface), 0.38);
771
+ background: transparent;
772
+ box-shadow: none;
773
+ text-decoration: none;
774
+ border-color: transparent;
775
+ }
776
+ .e-btn-group .e-btn:disabled.e-outline,
777
+ .e-btn-group input:disabled + label.e-btn.e-outline,
778
+ .e-css.e-btn-group .e-btn:disabled.e-outline,
779
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
780
+ background: transparent;
781
+ border-color: rgba(var(--color-sf-secondary), 0.12);
782
+ box-shadow: none;
783
+ color: rgba(var(--color-sf-on-surface), 0.38);
784
+ border-color: rgba(var(--color-sf-outline));
785
+ }
786
+ .e-btn-group .e-btn:disabled.e-outline.e-primary,
787
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
788
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
789
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
790
+ background: transparent;
791
+ border-color: rgba(var(--color-sf-secondary), 0.12);
792
+ box-shadow: none;
793
+ color: rgba(var(--color-sf-on-surface), 0.38);
794
+ border-color: rgba(var(--color-sf-primary));
795
+ }
796
+ .e-btn-group .e-btn:disabled.e-outline.e-success,
797
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
798
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
799
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
800
+ background: transparent;
801
+ border-color: rgba(var(--color-sf-secondary), 0.12);
802
+ box-shadow: none;
803
+ color: rgba(var(--color-sf-on-surface), 0.38);
804
+ border-color: rgba(var(--color-sf-success));
805
+ }
806
+ .e-btn-group .e-btn:disabled.e-outline.e-info,
807
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
808
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
809
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
810
+ background: transparent;
811
+ border-color: rgba(var(--color-sf-secondary), 0.12);
812
+ box-shadow: none;
813
+ color: rgba(var(--color-sf-on-surface), 0.38);
814
+ border-color: rgba(var(--color-sf-info));
815
+ }
816
+ .e-btn-group .e-btn:disabled.e-outline.e-warning,
817
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
818
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
819
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
820
+ background: transparent;
821
+ border-color: rgba(var(--color-sf-secondary), 0.12);
822
+ box-shadow: none;
823
+ color: rgba(var(--color-sf-on-surface), 0.38);
824
+ border-color: rgba(var(--color-sf-warning));
825
+ }
826
+ .e-btn-group .e-btn:disabled.e-outline.e-danger,
827
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
828
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
829
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
830
+ background: transparent;
831
+ border-color: rgba(var(--color-sf-secondary), 0.12);
832
+ box-shadow: none;
833
+ color: rgba(var(--color-sf-on-surface), 0.38);
834
+ border-color: rgba(var(--color-sf-error));
835
+ }
836
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
837
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
838
+ border-left: transparent;
839
+ border-right: transparent;
840
+ }
841
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
842
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
843
+ border-right: transparent;
844
+ }
845
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
846
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
847
+ border-left: transparent;
848
+ }
849
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
850
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
851
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
852
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
853
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
854
+ outline-color: inherit;
855
+ }
856
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
857
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
858
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
859
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
860
+ border-color: rgba(var(--color-sf-primary));
861
+ outline-color: inherit;
862
+ }
863
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
864
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
865
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
866
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
867
+ border-color: rgba(var(--color-sf-success));
868
+ outline-color: inherit;
869
+ }
870
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
871
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
872
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
873
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
874
+ border-color: rgba(var(--color-sf-info));
875
+ outline-color: inherit;
876
+ }
877
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
878
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
879
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
880
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
881
+ border-color: rgba(var(--color-sf-warning));
882
+ outline-color: inherit;
883
+ }
884
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
885
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
886
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
887
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
888
+ border-color: rgba(var(--color-sf-error));
889
+ outline-color: inherit;
890
+ }
891
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
892
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
893
+ border-bottom: transparent;
894
+ border-top: transparent;
895
+ }
896
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
897
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
898
+ border-bottom: transparent;
899
+ }
900
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
901
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
902
+ border-top: transparent;
903
+ }
904
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
905
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
906
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
907
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
908
+ border-color: linear-gradient(0deg, rgba(var(--color-sf-surface), 1), rgba(var(--color-sf-surface), 1));
909
+ outline-color: inherit;
910
+ }
911
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
912
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
913
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
914
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
915
+ border-color: rgba(var(--color-sf-primary));
916
+ outline-color: inherit;
917
+ }
918
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
919
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
920
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
921
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
922
+ border-color: rgba(var(--color-sf-success));
923
+ outline-color: inherit;
924
+ }
925
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
926
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
927
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
928
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
929
+ border-color: rgba(var(--color-sf-info));
930
+ outline-color: inherit;
931
+ }
932
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
933
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
934
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
935
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
936
+ border-color: rgba(var(--color-sf-warning));
937
+ outline-color: inherit;
938
+ }
939
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
940
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
941
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
942
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
943
+ border-color: rgba(var(--color-sf-error));
944
+ outline-color: inherit;
945
+ }
946
+ .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
947
+ .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
948
+ border-left: transparent;
949
+ border-right: transparent;
950
+ }
951
+ .e-btn-group.e-rtl .e-btn:first-of-type,
952
+ .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
953
+ border-left: transparent;
954
+ }
955
+ .e-btn-group.e-rtl .e-btn:last-of-type,
956
+ .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
957
+ border-right: transparent;
958
+ }