@syncfusion/ej2-react-splitbuttons 23.2.4 → 24.1.44

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