@syncfusion/ej2-vue-splitbuttons 25.2.4 → 26.1.35-750253

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/dist/ej2-vue-splitbuttons.umd.min.js +2 -2
  2. package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-vue-splitbuttons.es2015.js +8 -14
  4. package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-splitbuttons.es5.js +8 -14
  6. package/dist/es6/ej2-vue-splitbuttons.es5.js.map +1 -1
  7. package/package.json +9 -9
  8. package/styles/bootstrap-dark.css +1966 -1
  9. package/styles/bootstrap.css +2016 -1
  10. package/styles/bootstrap4.css +2004 -1
  11. package/styles/bootstrap5-dark.css +1946 -1
  12. package/styles/bootstrap5.css +1946 -1
  13. package/styles/button-group/bootstrap-dark.css +813 -1
  14. package/styles/button-group/bootstrap.css +787 -1
  15. package/styles/button-group/bootstrap4.css +786 -1
  16. package/styles/button-group/bootstrap5-dark.css +801 -1
  17. package/styles/button-group/bootstrap5.css +801 -1
  18. package/styles/button-group/fabric-dark.css +813 -1
  19. package/styles/button-group/fabric.css +819 -1
  20. package/styles/button-group/fluent-dark.css +825 -1
  21. package/styles/button-group/fluent.css +825 -1
  22. package/styles/button-group/fluent2.css +1849 -0
  23. package/styles/button-group/fluent2.scss +1 -0
  24. package/styles/button-group/highcontrast-light.css +813 -1
  25. package/styles/button-group/highcontrast.css +864 -1
  26. package/styles/button-group/material-dark.css +820 -1
  27. package/styles/button-group/material.css +825 -1
  28. package/styles/button-group/material3-dark.css +1055 -1
  29. package/styles/button-group/material3.css +1167 -1
  30. package/styles/button-group/tailwind-dark.css +799 -1
  31. package/styles/button-group/tailwind.css +799 -1
  32. package/styles/drop-down-button/bootstrap-dark.css +244 -1
  33. package/styles/drop-down-button/bootstrap.css +244 -1
  34. package/styles/drop-down-button/bootstrap4.css +237 -1
  35. package/styles/drop-down-button/bootstrap5-dark.css +247 -1
  36. package/styles/drop-down-button/bootstrap5.css +247 -1
  37. package/styles/drop-down-button/fabric-dark.css +244 -1
  38. package/styles/drop-down-button/fabric.css +244 -1
  39. package/styles/drop-down-button/fluent-dark.css +245 -1
  40. package/styles/drop-down-button/fluent.css +245 -1
  41. package/styles/drop-down-button/fluent2.css +1308 -0
  42. package/styles/drop-down-button/fluent2.scss +1 -0
  43. package/styles/drop-down-button/highcontrast-light.css +244 -1
  44. package/styles/drop-down-button/highcontrast.css +245 -1
  45. package/styles/drop-down-button/material-dark.css +244 -1
  46. package/styles/drop-down-button/material.css +244 -1
  47. package/styles/drop-down-button/material3-dark.css +363 -1
  48. package/styles/drop-down-button/material3.css +475 -1
  49. package/styles/drop-down-button/tailwind-dark.css +254 -1
  50. package/styles/drop-down-button/tailwind.css +254 -1
  51. package/styles/fabric-dark.css +1966 -1
  52. package/styles/fabric.css +2046 -1
  53. package/styles/fluent-dark.css +2061 -1
  54. package/styles/fluent.css +2061 -1
  55. package/styles/fluent2.css +6175 -0
  56. package/styles/fluent2.scss +4 -0
  57. package/styles/highcontrast-light.css +1966 -1
  58. package/styles/highcontrast.css +2018 -1
  59. package/styles/material-dark.css +1973 -1
  60. package/styles/material.css +2052 -1
  61. package/styles/material3-dark.css +2647 -1
  62. package/styles/material3.css +3087 -1
  63. package/styles/progress-button/bootstrap-dark.css +564 -1
  64. package/styles/progress-button/bootstrap.css +641 -1
  65. package/styles/progress-button/bootstrap4.css +644 -1
  66. package/styles/progress-button/bootstrap5-dark.css +564 -1
  67. package/styles/progress-button/bootstrap5.css +564 -1
  68. package/styles/progress-button/fabric-dark.css +564 -1
  69. package/styles/progress-button/fabric.css +641 -1
  70. package/styles/progress-button/fluent-dark.css +657 -1
  71. package/styles/progress-button/fluent.css +657 -1
  72. package/styles/progress-button/fluent2.css +1636 -0
  73. package/styles/progress-button/fluent2.scss +1 -0
  74. package/styles/progress-button/highcontrast-light.css +564 -1
  75. package/styles/progress-button/highcontrast.css +564 -1
  76. package/styles/progress-button/material-dark.css +564 -1
  77. package/styles/progress-button/material.css +641 -1
  78. package/styles/progress-button/material3-dark.css +730 -1
  79. package/styles/progress-button/material3.css +842 -1
  80. package/styles/progress-button/tailwind-dark.css +661 -1
  81. package/styles/progress-button/tailwind.css +661 -1
  82. package/styles/split-button/bootstrap-dark.css +342 -1
  83. package/styles/split-button/bootstrap.css +342 -1
  84. package/styles/split-button/bootstrap4.css +334 -1
  85. package/styles/split-button/bootstrap5-dark.css +331 -1
  86. package/styles/split-button/bootstrap5.css +331 -1
  87. package/styles/split-button/fabric-dark.css +342 -1
  88. package/styles/split-button/fabric.css +339 -1
  89. package/styles/split-button/fluent-dark.css +331 -1
  90. package/styles/split-button/fluent.css +331 -1
  91. package/styles/split-button/fluent2.css +1379 -0
  92. package/styles/split-button/fluent2.scss +1 -0
  93. package/styles/split-button/highcontrast-light.css +342 -1
  94. package/styles/split-button/highcontrast.css +342 -1
  95. package/styles/split-button/material-dark.css +342 -1
  96. package/styles/split-button/material.css +339 -1
  97. package/styles/split-button/material3-dark.css +496 -1
  98. package/styles/split-button/material3.css +600 -1
  99. package/styles/split-button/tailwind-dark.css +356 -1
  100. package/styles/split-button/tailwind.css +356 -1
  101. package/styles/tailwind-dark.css +2072 -1
  102. package/styles/tailwind.css +2072 -1
  103. package/CHANGELOG.md +0 -356
  104. package/dist/global/ej2-vue-splitbuttons.min.js +0 -10
@@ -1 +1,799 @@
1
- @import '@syncfusion/ej2-splitbuttons/styles/button-group/tailwind-dark.css';
1
+ /* stylelint-disable */
2
+ *.e-btn-group,
3
+ *.e-css.e-btn-group {
4
+ display: -webkit-inline-box;
5
+ display: -ms-inline-flexbox;
6
+ display: inline-flex;
7
+ border-radius: 4px;
8
+ -webkit-box-orient: horizontal;
9
+ -webkit-box-direction: normal;
10
+ -ms-flex-direction: row;
11
+ flex-direction: row;
12
+ position: relative;
13
+ }
14
+ *.e-btn-group input:focus + label.e-btn,
15
+ *.e-btn-group .e-btn:focus,
16
+ *.e-btn-group .e-btn:hover,
17
+ *.e-css.e-btn-group input:focus + label.e-btn,
18
+ *.e-css.e-btn-group .e-btn:focus,
19
+ *.e-css.e-btn-group .e-btn:hover {
20
+ z-index: 2;
21
+ }
22
+ *.e-btn-group input + label.e-btn,
23
+ *.e-css.e-btn-group input + label.e-btn {
24
+ margin-bottom: 0;
25
+ }
26
+ *.e-btn-group input,
27
+ *.e-css.e-btn-group input {
28
+ -moz-appearance: none;
29
+ height: 1px;
30
+ margin: 0 0 0 -1px;
31
+ opacity: 0;
32
+ position: absolute;
33
+ width: 1px;
34
+ }
35
+ *.e-btn-group input:disabled + label.e-btn,
36
+ *.e-btn-group :disabled,
37
+ *.e-css.e-btn-group input:disabled + label.e-btn,
38
+ *.e-css.e-btn-group :disabled {
39
+ cursor: default;
40
+ pointer-events: none;
41
+ }
42
+ *.e-btn-group .e-btn-icon,
43
+ *.e-css.e-btn-group .e-btn-icon {
44
+ font-size: 18px;
45
+ }
46
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
47
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
48
+ margin-left: -1px;
49
+ }
50
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
51
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
52
+ border-radius: 0;
53
+ }
54
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
55
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
56
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
57
+ border-bottom-right-radius: 0;
58
+ border-top-right-radius: 0;
59
+ }
60
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
61
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
62
+ border-bottom-left-radius: 0;
63
+ border-top-left-radius: 0;
64
+ }
65
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
66
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
67
+ border-bottom-left-radius: 0;
68
+ border-top-left-radius: 0;
69
+ }
70
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
71
+ *.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 {
72
+ border-bottom-right-radius: 0;
73
+ border-top-right-radius: 0;
74
+ }
75
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
76
+ *.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 {
77
+ border-bottom-left-radius: 0;
78
+ border-top-left-radius: 0;
79
+ }
80
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
81
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
82
+ border-bottom-right-radius: 0;
83
+ border-top-right-radius: 0;
84
+ }
85
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
86
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
87
+ border-bottom-left-radius: 0;
88
+ border-top-left-radius: 0;
89
+ }
90
+ *.e-btn-group.e-rtl .e-btn,
91
+ *.e-css.e-btn-group.e-rtl .e-btn {
92
+ margin-left: -1px;
93
+ }
94
+ *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
95
+ *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
96
+ border-radius: 0;
97
+ }
98
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
99
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
100
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
101
+ border-bottom-left-radius: 0;
102
+ border-top-left-radius: 0;
103
+ }
104
+ *.e-btn-group.e-rtl .e-btn:last-of-type,
105
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
106
+ border-bottom-right-radius: 0;
107
+ border-top-right-radius: 0;
108
+ }
109
+ *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
110
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
111
+ border-bottom-right-radius: 0;
112
+ border-top-right-radius: 0;
113
+ }
114
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
115
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
116
+ border-bottom-left-radius: 0;
117
+ border-top-left-radius: 0;
118
+ }
119
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
120
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
121
+ border-bottom-right-radius: 0;
122
+ border-top-right-radius: 0;
123
+ }
124
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
125
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
126
+ border-bottom-left-radius: 0;
127
+ border-top-left-radius: 0;
128
+ }
129
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
130
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
131
+ border-bottom-right-radius: 0;
132
+ border-top-right-radius: 0;
133
+ }
134
+ *.e-btn-group.e-vertical,
135
+ *.e-css.e-btn-group.e-vertical {
136
+ -webkit-box-orient: vertical;
137
+ -webkit-box-direction: normal;
138
+ -ms-flex-direction: column;
139
+ flex-direction: column;
140
+ }
141
+ *.e-btn-group.e-vertical input,
142
+ *.e-css.e-btn-group.e-vertical input {
143
+ margin: -1px 0 0;
144
+ }
145
+ *.e-btn-group.e-vertical .e-btn:not(.e-outline),
146
+ *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
147
+ margin-top: -1px;
148
+ }
149
+ *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
150
+ *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
151
+ border-radius: 0;
152
+ }
153
+ *.e-btn-group.e-vertical .e-btn:first-of-type,
154
+ *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
155
+ border-bottom-left-radius: 0;
156
+ border-bottom-right-radius: 0;
157
+ border-top-left-radius: 2px;
158
+ border-top-right-radius: 2px;
159
+ }
160
+ *.e-btn-group.e-vertical .e-btn:last-of-type,
161
+ *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
162
+ border-bottom-left-radius: 2px;
163
+ border-bottom-right-radius: 2px;
164
+ border-top-left-radius: 0;
165
+ border-top-right-radius: 0;
166
+ }
167
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
168
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
169
+ border-radius: 20px;
170
+ }
171
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
172
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
173
+ border-bottom-left-radius: 20px;
174
+ border-top-left-radius: 20px;
175
+ }
176
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
177
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
178
+ border-bottom-right-radius: 20px;
179
+ border-top-right-radius: 20px;
180
+ }
181
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
182
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
183
+ border-bottom-right-radius: 0;
184
+ border-top-right-radius: 0;
185
+ }
186
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
187
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
188
+ border-bottom-left-radius: 0;
189
+ border-top-left-radius: 0;
190
+ }
191
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
192
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
193
+ border-bottom-left-radius: 20px;
194
+ border-top-left-radius: 20px;
195
+ }
196
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
197
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
198
+ border-bottom-right-radius: 0;
199
+ border-top-right-radius: 0;
200
+ }
201
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
202
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
203
+ border-bottom-left-radius: 0;
204
+ border-top-left-radius: 0;
205
+ }
206
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
207
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
208
+ border-bottom-right-radius: 20px;
209
+ border-top-right-radius: 20px;
210
+ }
211
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
212
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
213
+ border-radius: 20px;
214
+ }
215
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
216
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
217
+ border-bottom-right-radius: 20px;
218
+ border-top-right-radius: 20px;
219
+ }
220
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
221
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
222
+ border-bottom-left-radius: 20px;
223
+ border-top-left-radius: 20px;
224
+ }
225
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
226
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
227
+ border-bottom-left-radius: 0;
228
+ border-top-left-radius: 0;
229
+ }
230
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
231
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
232
+ border-bottom-right-radius: 0;
233
+ border-top-right-radius: 0;
234
+ }
235
+
236
+ .e-bigger .e-btn-group .e-btn-icon,
237
+ .e-bigger.e-btn-group .e-btn-icon,
238
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
239
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
240
+ font-size: 22px;
241
+ }
242
+
243
+ /* stylelint-disable */
244
+ .e-btn-group:not(.e-outline),
245
+ .e-css.e-btn-group:not(.e-outline) {
246
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
247
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
248
+ }
249
+ .e-btn-group .e-btn:hover,
250
+ .e-css.e-btn-group .e-btn:hover {
251
+ -webkit-box-shadow: none;
252
+ box-shadow: none;
253
+ }
254
+ .e-btn-group .e-btn:focus,
255
+ .e-btn-group input:focus-visible + label.e-btn,
256
+ .e-btn-group input:focus + label.e-btn,
257
+ .e-css.e-btn-group .e-btn:focus,
258
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
259
+ .e-css.e-btn-group input:focus + label.e-btn {
260
+ background: #374151;
261
+ border-color: #6b7280;
262
+ color: #fff;
263
+ outline: #1f2937 0 solid;
264
+ outline-offset: 0;
265
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
266
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
267
+ outline-color: inherit;
268
+ }
269
+ .e-btn-group .e-btn:focus.e-primary,
270
+ .e-btn-group input:focus-visible + label.e-btn.e-primary,
271
+ .e-btn-group input:focus + label.e-btn.e-primary,
272
+ .e-css.e-btn-group .e-btn:focus.e-primary,
273
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
274
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
275
+ background: #06b6d4;
276
+ border-color: #22d3ee;
277
+ color: #000;
278
+ outline: #1f2937 0 solid;
279
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
280
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
281
+ outline-color: inherit;
282
+ }
283
+ .e-btn-group .e-btn:focus.e-success,
284
+ .e-btn-group input:focus-visible + label.e-btn.e-success,
285
+ .e-btn-group input:focus + label.e-btn.e-success,
286
+ .e-css.e-btn-group .e-btn:focus.e-success,
287
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
288
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
289
+ background: #16a34a;
290
+ border-color: #22c55e;
291
+ color: #000;
292
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
293
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
294
+ outline-color: inherit;
295
+ }
296
+ .e-btn-group .e-btn:focus.e-info,
297
+ .e-btn-group input:focus-visible + label.e-btn.e-info,
298
+ .e-btn-group input:focus + label.e-btn.e-info,
299
+ .e-css.e-btn-group .e-btn:focus.e-info,
300
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
301
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
302
+ background: #0284c7;
303
+ border-color: #0ea5e9;
304
+ color: #fff;
305
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
306
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
307
+ outline-color: inherit;
308
+ }
309
+ .e-btn-group .e-btn:focus.e-warning,
310
+ .e-btn-group input:focus-visible + label.e-btn.e-warning,
311
+ .e-btn-group input:focus + label.e-btn.e-warning,
312
+ .e-css.e-btn-group .e-btn:focus.e-warning,
313
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
314
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
315
+ background: #c2410c;
316
+ border-color: #ea580c;
317
+ color: #fff;
318
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
319
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
320
+ outline-color: inherit;
321
+ }
322
+ .e-btn-group .e-btn:focus.e-danger,
323
+ .e-btn-group input:focus-visible + label.e-btn.e-danger,
324
+ .e-btn-group input:focus + label.e-btn.e-danger,
325
+ .e-css.e-btn-group .e-btn:focus.e-danger,
326
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
327
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
328
+ background: #ef4444;
329
+ border-color: #f87171;
330
+ color: #000;
331
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
332
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
333
+ outline-color: inherit;
334
+ }
335
+ .e-btn-group .e-btn:focus.e-link,
336
+ .e-btn-group input:focus-visible + label.e-btn.e-link,
337
+ .e-btn-group input:focus + label.e-btn.e-link,
338
+ .e-css.e-btn-group .e-btn:focus.e-link,
339
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
340
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
341
+ border-radius: 0;
342
+ text-decoration: underline;
343
+ color: #67e8f9;
344
+ background-color: transparent;
345
+ border-color: transparent;
346
+ -webkit-box-shadow: none;
347
+ box-shadow: none;
348
+ outline: none;
349
+ }
350
+ .e-btn-group .e-btn:focus.e-outline,
351
+ .e-btn-group input:focus-visible + label.e-btn.e-outline,
352
+ .e-btn-group input:focus + label.e-btn.e-outline,
353
+ .e-css.e-btn-group .e-btn:focus.e-outline,
354
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
355
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
356
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
357
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
358
+ }
359
+ .e-btn-group .e-btn:focus.e-outline.e-primary,
360
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
361
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
362
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
363
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
364
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
365
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
366
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
367
+ }
368
+ .e-btn-group .e-btn:focus.e-outline.e-success,
369
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
370
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
371
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
372
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
373
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
374
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
375
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
376
+ }
377
+ .e-btn-group .e-btn:focus.e-outline.e-info,
378
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
379
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
380
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
381
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
382
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
383
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
384
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
385
+ }
386
+ .e-btn-group .e-btn:focus.e-outline.e-warning,
387
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
388
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
389
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
390
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
391
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
392
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
393
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
394
+ }
395
+ .e-btn-group .e-btn:focus.e-outline.e-danger,
396
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
397
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
398
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
399
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
400
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
401
+ -webkit-box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
402
+ box-shadow: 0 0 0 2px rgba(31, 41, 55, 0.95), 0 0 0 4px #22d3ee;
403
+ }
404
+ .e-btn-group .e-btn:active,
405
+ .e-btn-group input:active + label.e-btn,
406
+ .e-btn-group input:checked + label.e-btn,
407
+ .e-css.e-btn-group .e-btn:active,
408
+ .e-css.e-btn-group input:active + label.e-btn,
409
+ .e-css.e-btn-group input:checked + label.e-btn {
410
+ background: #4b5563;
411
+ border-color: #6b7280;
412
+ color: #fff;
413
+ outline: #1f2937 0 solid;
414
+ outline-offset: 0;
415
+ }
416
+ .e-btn-group .e-btn:active.e-primary,
417
+ .e-btn-group input:active + label.e-btn.e-primary,
418
+ .e-btn-group input:checked + label.e-btn.e-primary,
419
+ .e-css.e-btn-group .e-btn:active.e-primary,
420
+ .e-css.e-btn-group input:active + label.e-btn.e-primary,
421
+ .e-css.e-btn-group input:checked + label.e-btn.e-primary {
422
+ background: #67e8f9;
423
+ border-color: #67e8f9;
424
+ color: #000;
425
+ outline: #1f2937 0 solid;
426
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
427
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
428
+ }
429
+ .e-btn-group .e-btn:active.e-success,
430
+ .e-btn-group input:active + label.e-btn.e-success,
431
+ .e-btn-group input:checked + label.e-btn.e-success,
432
+ .e-css.e-btn-group .e-btn:active.e-success,
433
+ .e-css.e-btn-group input:active + label.e-btn.e-success,
434
+ .e-css.e-btn-group input:checked + label.e-btn.e-success {
435
+ background: #4ade80;
436
+ border-color: #4ade80;
437
+ color: #000;
438
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
439
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
440
+ }
441
+ .e-btn-group .e-btn:active.e-info,
442
+ .e-btn-group input:active + label.e-btn.e-info,
443
+ .e-btn-group input:checked + label.e-btn.e-info,
444
+ .e-css.e-btn-group .e-btn:active.e-info,
445
+ .e-css.e-btn-group input:active + label.e-btn.e-info,
446
+ .e-css.e-btn-group input:checked + label.e-btn.e-info {
447
+ background: #38bdf8;
448
+ color: #000;
449
+ border-color: #38bdf8;
450
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
451
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
452
+ }
453
+ .e-btn-group .e-btn:active.e-warning,
454
+ .e-btn-group input:active + label.e-btn.e-warning,
455
+ .e-btn-group input:checked + label.e-btn.e-warning,
456
+ .e-css.e-btn-group .e-btn:active.e-warning,
457
+ .e-css.e-btn-group input:active + label.e-btn.e-warning,
458
+ .e-css.e-btn-group input:checked + label.e-btn.e-warning {
459
+ background: #f97316;
460
+ border-color: #f97316;
461
+ color: #000;
462
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
463
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
464
+ }
465
+ .e-btn-group .e-btn:active.e-danger,
466
+ .e-btn-group input:active + label.e-btn.e-danger,
467
+ .e-btn-group input:checked + label.e-btn.e-danger,
468
+ .e-css.e-btn-group .e-btn:active.e-danger,
469
+ .e-css.e-btn-group input:active + label.e-btn.e-danger,
470
+ .e-css.e-btn-group input:checked + label.e-btn.e-danger {
471
+ background: #dc2626;
472
+ border-color: #dc2626;
473
+ color: #fff;
474
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
475
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
476
+ }
477
+ .e-btn-group .e-btn:active.e-outline,
478
+ .e-btn-group input:active + label.e-btn.e-outline,
479
+ .e-btn-group input:checked + label.e-btn.e-outline,
480
+ .e-css.e-btn-group .e-btn:active.e-outline,
481
+ .e-css.e-btn-group input:active + label.e-btn.e-outline,
482
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline {
483
+ background: #4b5563;
484
+ border-color: #6b7280;
485
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
486
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
487
+ color: #fff;
488
+ }
489
+ .e-btn-group .e-btn:active.e-outline.e-primary,
490
+ .e-btn-group input:active + label.e-btn.e-outline.e-primary,
491
+ .e-btn-group input:checked + label.e-btn.e-outline.e-primary,
492
+ .e-css.e-btn-group .e-btn:active.e-outline.e-primary,
493
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary,
494
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary {
495
+ background: #67e8f9;
496
+ border-color: #22d3ee;
497
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
498
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
499
+ color: #000;
500
+ }
501
+ .e-btn-group .e-btn:active.e-outline.e-success,
502
+ .e-btn-group input:active + label.e-btn.e-outline.e-success,
503
+ .e-btn-group input:checked + label.e-btn.e-outline.e-success,
504
+ .e-css.e-btn-group .e-btn:active.e-outline.e-success,
505
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
506
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
507
+ background: #4ade80;
508
+ border-color: #4ade80;
509
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
510
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
511
+ color: #000;
512
+ }
513
+ .e-btn-group .e-btn:active.e-outline.e-info,
514
+ .e-btn-group input:active + label.e-btn.e-outline.e-info,
515
+ .e-btn-group input:checked + label.e-btn.e-outline.e-info,
516
+ .e-css.e-btn-group .e-btn:active.e-outline.e-info,
517
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
518
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
519
+ background: #38bdf8;
520
+ border-color: #38bdf8;
521
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
522
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
523
+ color: #000;
524
+ }
525
+ .e-btn-group .e-btn:active.e-outline.e-warning,
526
+ .e-btn-group input:active + label.e-btn.e-outline.e-warning,
527
+ .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
528
+ .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
529
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
530
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
531
+ background: #f97316;
532
+ border-color: #f97316;
533
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
534
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
535
+ color: #000;
536
+ }
537
+ .e-btn-group .e-btn:active.e-outline.e-danger,
538
+ .e-btn-group input:active + label.e-btn.e-outline.e-danger,
539
+ .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
540
+ .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
541
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
542
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
543
+ background: #dc2626;
544
+ border-color: #dc2626;
545
+ -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
546
+ box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
547
+ color: #fff;
548
+ }
549
+ .e-btn-group .e-btn:disabled,
550
+ .e-btn-group input:disabled + label.e-btn,
551
+ .e-css.e-btn-group .e-btn:disabled,
552
+ .e-css.e-btn-group input:disabled + label.e-btn {
553
+ background-color: #1f2937;
554
+ border-color: #374151;
555
+ -webkit-box-shadow: none;
556
+ box-shadow: none;
557
+ color: #6b7280;
558
+ border-color: #6b7280;
559
+ }
560
+ .e-btn-group .e-btn:disabled.e-primary,
561
+ .e-btn-group input:disabled + label.e-btn.e-primary,
562
+ .e-css.e-btn-group .e-btn:disabled.e-primary,
563
+ .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
564
+ background: #155e75;
565
+ border-color: #155e75;
566
+ -webkit-box-shadow: none;
567
+ box-shadow: none;
568
+ color: #000;
569
+ border-color: #22d3ee;
570
+ }
571
+ .e-btn-group .e-btn:disabled.e-success,
572
+ .e-btn-group input:disabled + label.e-btn.e-success,
573
+ .e-css.e-btn-group .e-btn:disabled.e-success,
574
+ .e-css.e-btn-group input:disabled + label.e-btn.e-success {
575
+ background: #15803d;
576
+ border-color: #15803d;
577
+ -webkit-box-shadow: none;
578
+ box-shadow: none;
579
+ color: #000;
580
+ border-color: #22c55e;
581
+ }
582
+ .e-btn-group .e-btn:disabled.e-info,
583
+ .e-btn-group input:disabled + label.e-btn.e-info,
584
+ .e-css.e-btn-group .e-btn:disabled.e-info,
585
+ .e-css.e-btn-group input:disabled + label.e-btn.e-info {
586
+ background: #075985;
587
+ border-color: #075985;
588
+ -webkit-box-shadow: none;
589
+ box-shadow: none;
590
+ color: #000;
591
+ border-color: #0ea5e9;
592
+ }
593
+ .e-btn-group .e-btn:disabled.e-warning,
594
+ .e-btn-group input:disabled + label.e-btn.e-warning,
595
+ .e-css.e-btn-group .e-btn:disabled.e-warning,
596
+ .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
597
+ background: #9a3412;
598
+ border-color: #9a3412;
599
+ -webkit-box-shadow: none;
600
+ box-shadow: none;
601
+ color: #000;
602
+ border-color: #ea580c;
603
+ }
604
+ .e-btn-group .e-btn:disabled.e-danger,
605
+ .e-btn-group input:disabled + label.e-btn.e-danger,
606
+ .e-css.e-btn-group .e-btn:disabled.e-danger,
607
+ .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
608
+ background: #991b1b;
609
+ border-color: #991b1b;
610
+ -webkit-box-shadow: none;
611
+ box-shadow: none;
612
+ color: #000;
613
+ border-color: #f87171;
614
+ }
615
+ .e-btn-group .e-btn:disabled.e-link,
616
+ .e-btn-group input:disabled + label.e-btn.e-link,
617
+ .e-css.e-btn-group .e-btn:disabled.e-link,
618
+ .e-css.e-btn-group input:disabled + label.e-btn.e-link {
619
+ color: #6b7280;
620
+ background: transparent;
621
+ -webkit-box-shadow: none;
622
+ box-shadow: none;
623
+ text-decoration: none;
624
+ border-color: transparent;
625
+ }
626
+ .e-btn-group .e-btn:disabled.e-outline,
627
+ .e-btn-group input:disabled + label.e-btn.e-outline,
628
+ .e-css.e-btn-group .e-btn:disabled.e-outline,
629
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
630
+ background: transparent;
631
+ border-color: #374151;
632
+ color: #6b7280;
633
+ border-color: #6b7280;
634
+ }
635
+ .e-btn-group .e-btn:disabled.e-outline.e-primary,
636
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
637
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
638
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
639
+ background: transparent;
640
+ border-color: rgba(34, 211, 238, 0.65);
641
+ -webkit-box-shadow: none;
642
+ box-shadow: none;
643
+ color: rgba(34, 211, 238, 0.65);
644
+ border-color: #22d3ee;
645
+ }
646
+ .e-btn-group .e-btn:disabled.e-outline.e-success,
647
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
648
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
649
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
650
+ background: transparent;
651
+ border-color: rgba(34, 197, 94, 0.65);
652
+ -webkit-box-shadow: none;
653
+ box-shadow: none;
654
+ color: rgba(34, 197, 94, 0.65);
655
+ border-color: #22c55e;
656
+ }
657
+ .e-btn-group .e-btn:disabled.e-outline.e-info,
658
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
659
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
660
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
661
+ background: transparent;
662
+ border-color: rgba(14, 165, 233, 0.65);
663
+ -webkit-box-shadow: none;
664
+ box-shadow: none;
665
+ color: rgba(56, 189, 248, 0.65);
666
+ border-color: #0ea5e9;
667
+ }
668
+ .e-btn-group .e-btn:disabled.e-outline.e-warning,
669
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
670
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
671
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
672
+ background: transparent;
673
+ border-color: rgba(234, 88, 12, 0.65);
674
+ -webkit-box-shadow: none;
675
+ box-shadow: none;
676
+ color: rgba(249, 115, 22, 0.65);
677
+ border-color: #ea580c;
678
+ }
679
+ .e-btn-group .e-btn:disabled.e-outline.e-danger,
680
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
681
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
682
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
683
+ background: transparent;
684
+ border-color: rgba(248, 113, 113, 0.65);
685
+ -webkit-box-shadow: none;
686
+ box-shadow: none;
687
+ color: rgba(248, 113, 113, 0.65);
688
+ border-color: #f87171;
689
+ }
690
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
691
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
692
+ border-left: transparent;
693
+ border-right: transparent;
694
+ }
695
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
696
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
697
+ border-right: transparent;
698
+ }
699
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
700
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
701
+ border-left: transparent;
702
+ }
703
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
704
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
705
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
706
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
707
+ border-color: #6b7280;
708
+ outline-color: inherit;
709
+ }
710
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
711
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
712
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
713
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
714
+ border-color: #22d3ee;
715
+ outline-color: inherit;
716
+ }
717
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
718
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
719
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
720
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
721
+ border-color: #22c55e;
722
+ outline-color: inherit;
723
+ }
724
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
725
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
726
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
727
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
728
+ border-color: #0ea5e9;
729
+ outline-color: inherit;
730
+ }
731
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
732
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
733
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
734
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
735
+ border-color: #ea580c;
736
+ outline-color: inherit;
737
+ }
738
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
739
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
740
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
741
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
742
+ border-color: #f87171;
743
+ outline-color: inherit;
744
+ }
745
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
746
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
747
+ border-bottom: transparent;
748
+ border-top: transparent;
749
+ }
750
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
751
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
752
+ border-bottom: transparent;
753
+ }
754
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
755
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
756
+ border-top: transparent;
757
+ }
758
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
759
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
760
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
761
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
762
+ border-color: #6b7280;
763
+ outline-color: inherit;
764
+ }
765
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
766
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
767
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
768
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
769
+ border-color: #22d3ee;
770
+ outline-color: inherit;
771
+ }
772
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
773
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
774
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
775
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
776
+ border-color: #22c55e;
777
+ outline-color: inherit;
778
+ }
779
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
780
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
781
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
782
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
783
+ border-color: #0ea5e9;
784
+ outline-color: inherit;
785
+ }
786
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
787
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
788
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
789
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
790
+ border-color: #ea580c;
791
+ outline-color: inherit;
792
+ }
793
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
794
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
795
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
796
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
797
+ border-color: #f87171;
798
+ outline-color: inherit;
799
+ }