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

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,801 @@
1
- @import '@syncfusion/ej2-splitbuttons/styles/button-group/bootstrap5.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: 16px;
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: 20px;
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 2px 4px rgba(0, 0, 0, 0.075);
247
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
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: #5c636a;
261
+ border-color: #6c757d;
262
+ color: #fff;
263
+ outline: #6c757d 0 solid;
264
+ outline-offset: 0;
265
+ -webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
266
+ box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
267
+ border-color: #5c636a;
268
+ outline-color: inherit;
269
+ }
270
+ .e-btn-group .e-btn:focus.e-primary,
271
+ .e-btn-group input:focus-visible + label.e-btn.e-primary,
272
+ .e-btn-group input:focus + label.e-btn.e-primary,
273
+ .e-css.e-btn-group .e-btn:focus.e-primary,
274
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
275
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
276
+ background: #0b5ed7;
277
+ border-color: #0d6efd;
278
+ color: #fff;
279
+ outline: #6c757d 0 solid;
280
+ -webkit-box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
281
+ box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
282
+ border-color: #0b5ed7;
283
+ outline-color: inherit;
284
+ }
285
+ .e-btn-group .e-btn:focus.e-success,
286
+ .e-btn-group input:focus-visible + label.e-btn.e-success,
287
+ .e-btn-group input:focus + label.e-btn.e-success,
288
+ .e-css.e-btn-group .e-btn:focus.e-success,
289
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
290
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
291
+ background: #157347;
292
+ border-color: #198754;
293
+ color: #fff;
294
+ -webkit-box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
295
+ box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
296
+ border-color: #157347;
297
+ outline-color: inherit;
298
+ }
299
+ .e-btn-group .e-btn:focus.e-info,
300
+ .e-btn-group input:focus-visible + label.e-btn.e-info,
301
+ .e-btn-group input:focus + label.e-btn.e-info,
302
+ .e-css.e-btn-group .e-btn:focus.e-info,
303
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
304
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
305
+ background: #31d2f2;
306
+ border-color: #0dcaf0;
307
+ color: #000;
308
+ -webkit-box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
309
+ box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
310
+ border-color: #31d2f2;
311
+ outline-color: inherit;
312
+ }
313
+ .e-btn-group .e-btn:focus.e-warning,
314
+ .e-btn-group input:focus-visible + label.e-btn.e-warning,
315
+ .e-btn-group input:focus + label.e-btn.e-warning,
316
+ .e-css.e-btn-group .e-btn:focus.e-warning,
317
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
318
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
319
+ background: #ffca2c;
320
+ border-color: #ffc107;
321
+ color: #000;
322
+ -webkit-box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
323
+ box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
324
+ border-color: #ffca2c;
325
+ outline-color: inherit;
326
+ }
327
+ .e-btn-group .e-btn:focus.e-danger,
328
+ .e-btn-group input:focus-visible + label.e-btn.e-danger,
329
+ .e-btn-group input:focus + label.e-btn.e-danger,
330
+ .e-css.e-btn-group .e-btn:focus.e-danger,
331
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
332
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
333
+ background: #bb2d3b;
334
+ border-color: #dc3545;
335
+ color: #fff;
336
+ -webkit-box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
337
+ box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
338
+ border-color: #bb2d3b;
339
+ outline-color: inherit;
340
+ }
341
+ .e-btn-group .e-btn:focus.e-link,
342
+ .e-btn-group input:focus-visible + label.e-btn.e-link,
343
+ .e-btn-group input:focus + label.e-btn.e-link,
344
+ .e-css.e-btn-group .e-btn:focus.e-link,
345
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
346
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
347
+ border-radius: 0;
348
+ text-decoration: underline;
349
+ color: #0a58ca;
350
+ background-color: transparent;
351
+ border-color: transparent;
352
+ -webkit-box-shadow: none;
353
+ box-shadow: none;
354
+ outline: none;
355
+ }
356
+ .e-btn-group .e-btn:focus.e-outline,
357
+ .e-btn-group input:focus-visible + label.e-btn.e-outline,
358
+ .e-btn-group input:focus + label.e-btn.e-outline,
359
+ .e-css.e-btn-group .e-btn:focus.e-outline,
360
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
361
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
362
+ -webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
363
+ box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
364
+ border-color: #5c636a;
365
+ }
366
+ .e-btn-group .e-btn:focus.e-outline.e-primary,
367
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
368
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
369
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
370
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
371
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
372
+ -webkit-box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
373
+ box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
374
+ border-color: #0d6efd;
375
+ }
376
+ .e-btn-group .e-btn:focus.e-outline.e-success,
377
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
378
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
379
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
380
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
381
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
382
+ -webkit-box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
383
+ box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
384
+ border-color: #157347;
385
+ }
386
+ .e-btn-group .e-btn:focus.e-outline.e-info,
387
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
388
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
389
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
390
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
391
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
392
+ -webkit-box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
393
+ box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
394
+ border-color: #31d2f2;
395
+ }
396
+ .e-btn-group .e-btn:focus.e-outline.e-warning,
397
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
398
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
399
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
400
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
401
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
402
+ -webkit-box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
403
+ box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
404
+ border-color: #ffca2c;
405
+ }
406
+ .e-btn-group .e-btn:focus.e-outline.e-danger,
407
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
408
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
409
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
410
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
411
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
412
+ -webkit-box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
413
+ box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
414
+ border-color: #bb2d3b;
415
+ }
416
+ .e-btn-group .e-btn:active,
417
+ .e-btn-group input:active + label.e-btn,
418
+ .e-btn-group input:checked + label.e-btn,
419
+ .e-css.e-btn-group .e-btn:active,
420
+ .e-css.e-btn-group input:active + label.e-btn,
421
+ .e-css.e-btn-group input:checked + label.e-btn {
422
+ background: #565e64;
423
+ border-color: #51585e;
424
+ color: #fff;
425
+ outline: #6c757d 0 solid;
426
+ outline-offset: 0;
427
+ }
428
+ .e-btn-group .e-btn:active.e-primary,
429
+ .e-btn-group input:active + label.e-btn.e-primary,
430
+ .e-btn-group input:checked + label.e-btn.e-primary,
431
+ .e-css.e-btn-group .e-btn:active.e-primary,
432
+ .e-css.e-btn-group input:active + label.e-btn.e-primary,
433
+ .e-css.e-btn-group input:checked + label.e-btn.e-primary {
434
+ background: #0a58ca;
435
+ border-color: #0a53be;
436
+ color: #fff;
437
+ outline: #6c757d 0 solid;
438
+ }
439
+ .e-btn-group .e-btn:active.e-success,
440
+ .e-btn-group input:active + label.e-btn.e-success,
441
+ .e-btn-group input:checked + label.e-btn.e-success,
442
+ .e-css.e-btn-group .e-btn:active.e-success,
443
+ .e-css.e-btn-group input:active + label.e-btn.e-success,
444
+ .e-css.e-btn-group input:checked + label.e-btn.e-success {
445
+ background: #146c43;
446
+ border-color: #13653f;
447
+ color: #fff;
448
+ }
449
+ .e-btn-group .e-btn:active.e-info,
450
+ .e-btn-group input:active + label.e-btn.e-info,
451
+ .e-btn-group input:checked + label.e-btn.e-info,
452
+ .e-css.e-btn-group .e-btn:active.e-info,
453
+ .e-css.e-btn-group input:active + label.e-btn.e-info,
454
+ .e-css.e-btn-group input:checked + label.e-btn.e-info {
455
+ background: #3dd5f3;
456
+ color: #000;
457
+ border-color: #25cff2;
458
+ }
459
+ .e-btn-group .e-btn:active.e-warning,
460
+ .e-btn-group input:active + label.e-btn.e-warning,
461
+ .e-btn-group input:checked + label.e-btn.e-warning,
462
+ .e-css.e-btn-group .e-btn:active.e-warning,
463
+ .e-css.e-btn-group input:active + label.e-btn.e-warning,
464
+ .e-css.e-btn-group input:checked + label.e-btn.e-warning {
465
+ background: #ffcd39;
466
+ border-color: #ffc720;
467
+ color: #000;
468
+ }
469
+ .e-btn-group .e-btn:active.e-danger,
470
+ .e-btn-group input:active + label.e-btn.e-danger,
471
+ .e-btn-group input:checked + label.e-btn.e-danger,
472
+ .e-css.e-btn-group .e-btn:active.e-danger,
473
+ .e-css.e-btn-group input:active + label.e-btn.e-danger,
474
+ .e-css.e-btn-group input:checked + label.e-btn.e-danger {
475
+ background: #b02a37;
476
+ border-color: #a52834;
477
+ color: #fff;
478
+ }
479
+ .e-btn-group .e-btn:active.e-outline,
480
+ .e-btn-group input:active + label.e-btn.e-outline,
481
+ .e-btn-group input:checked + label.e-btn.e-outline,
482
+ .e-css.e-btn-group .e-btn:active.e-outline,
483
+ .e-css.e-btn-group input:active + label.e-btn.e-outline,
484
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline {
485
+ background: #565e64;
486
+ border-color: #51585e;
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: #0d6efd;
496
+ color: #fff;
497
+ }
498
+ .e-btn-group .e-btn:active.e-outline.e-success,
499
+ .e-btn-group input:active + label.e-btn.e-outline.e-success,
500
+ .e-btn-group input:checked + label.e-btn.e-outline.e-success,
501
+ .e-css.e-btn-group .e-btn:active.e-outline.e-success,
502
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-success,
503
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success {
504
+ background: #146c43;
505
+ border-color: #13653f;
506
+ color: #fff;
507
+ }
508
+ .e-btn-group .e-btn:active.e-outline.e-info,
509
+ .e-btn-group input:active + label.e-btn.e-outline.e-info,
510
+ .e-btn-group input:checked + label.e-btn.e-outline.e-info,
511
+ .e-css.e-btn-group .e-btn:active.e-outline.e-info,
512
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-info,
513
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
514
+ background: #0dcaf0;
515
+ color: #000;
516
+ }
517
+ .e-btn-group .e-btn:active.e-outline.e-warning,
518
+ .e-btn-group input:active + label.e-btn.e-outline.e-warning,
519
+ .e-btn-group input:checked + label.e-btn.e-outline.e-warning,
520
+ .e-css.e-btn-group .e-btn:active.e-outline.e-warning,
521
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning,
522
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning {
523
+ background: #ffcd39;
524
+ border-color: #ffc720;
525
+ color: #000;
526
+ }
527
+ .e-btn-group .e-btn:active.e-outline.e-danger,
528
+ .e-btn-group input:active + label.e-btn.e-outline.e-danger,
529
+ .e-btn-group input:checked + label.e-btn.e-outline.e-danger,
530
+ .e-css.e-btn-group .e-btn:active.e-outline.e-danger,
531
+ .e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger,
532
+ .e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger {
533
+ background: #b02a37;
534
+ border-color: #a52834;
535
+ color: #fff;
536
+ }
537
+ .e-btn-group .e-btn:disabled,
538
+ .e-btn-group input:disabled + label.e-btn,
539
+ .e-css.e-btn-group .e-btn:disabled,
540
+ .e-css.e-btn-group input:disabled + label.e-btn {
541
+ background-color: rgba(108, 117, 125, 0.65);
542
+ border-color: rgba(108, 117, 125, 0.65);
543
+ -webkit-box-shadow: none;
544
+ box-shadow: none;
545
+ color: rgba(255, 255, 255, 0.65);
546
+ border-color: #6c757d;
547
+ }
548
+ .e-btn-group .e-btn:disabled.e-primary,
549
+ .e-btn-group input:disabled + label.e-btn.e-primary,
550
+ .e-css.e-btn-group .e-btn:disabled.e-primary,
551
+ .e-css.e-btn-group input:disabled + label.e-btn.e-primary {
552
+ background: rgba(13, 110, 253, 0.65);
553
+ border-color: rgba(13, 110, 253, 0.65);
554
+ -webkit-box-shadow: none;
555
+ box-shadow: none;
556
+ color: rgba(255, 255, 255, 0.65);
557
+ border-color: #0d6efd;
558
+ }
559
+ .e-btn-group .e-btn:disabled.e-success,
560
+ .e-btn-group input:disabled + label.e-btn.e-success,
561
+ .e-css.e-btn-group .e-btn:disabled.e-success,
562
+ .e-css.e-btn-group input:disabled + label.e-btn.e-success {
563
+ background: rgba(25, 135, 84, 0.65);
564
+ border-color: rgba(25, 135, 84, 0.65);
565
+ -webkit-box-shadow: none;
566
+ box-shadow: none;
567
+ color: rgba(255, 255, 255, 0.65);
568
+ border-color: #198754;
569
+ }
570
+ .e-btn-group .e-btn:disabled.e-info,
571
+ .e-btn-group input:disabled + label.e-btn.e-info,
572
+ .e-css.e-btn-group .e-btn:disabled.e-info,
573
+ .e-css.e-btn-group input:disabled + label.e-btn.e-info {
574
+ background: rgba(13, 202, 240, 0.65);
575
+ border-color: rgba(13, 202, 240, 0.65);
576
+ -webkit-box-shadow: none;
577
+ box-shadow: none;
578
+ color: rgba(0, 0, 0, 0.65);
579
+ border-color: #0dcaf0;
580
+ }
581
+ .e-btn-group .e-btn:disabled.e-warning,
582
+ .e-btn-group input:disabled + label.e-btn.e-warning,
583
+ .e-css.e-btn-group .e-btn:disabled.e-warning,
584
+ .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
585
+ background: rgba(255, 193, 7, 0.65);
586
+ border-color: rgba(255, 193, 7, 0.65);
587
+ -webkit-box-shadow: none;
588
+ box-shadow: none;
589
+ color: rgba(0, 0, 0, 0.65);
590
+ border-color: #ffc107;
591
+ }
592
+ .e-btn-group .e-btn:disabled.e-danger,
593
+ .e-btn-group input:disabled + label.e-btn.e-danger,
594
+ .e-css.e-btn-group .e-btn:disabled.e-danger,
595
+ .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
596
+ background: rgba(220, 53, 69, 0.65);
597
+ border-color: rgba(220, 53, 69, 0.65);
598
+ -webkit-box-shadow: none;
599
+ box-shadow: none;
600
+ color: rgba(0, 0, 0, 0.65);
601
+ border-color: #dc3545;
602
+ }
603
+ .e-btn-group .e-btn:disabled.e-link,
604
+ .e-btn-group input:disabled + label.e-btn.e-link,
605
+ .e-css.e-btn-group .e-btn:disabled.e-link,
606
+ .e-css.e-btn-group input:disabled + label.e-btn.e-link {
607
+ color: rgba(108, 117, 125, 0.65);
608
+ text-decoration: underline;
609
+ background: transparent;
610
+ -webkit-box-shadow: none;
611
+ box-shadow: none;
612
+ text-decoration: none;
613
+ border-color: transparent;
614
+ }
615
+ .e-btn-group .e-btn:disabled.e-outline,
616
+ .e-btn-group input:disabled + label.e-btn.e-outline,
617
+ .e-css.e-btn-group .e-btn:disabled.e-outline,
618
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
619
+ background: transparent;
620
+ border-color: rgba(108, 117, 125, 0.65);
621
+ color: #565e64;
622
+ border-color: #6c757d;
623
+ }
624
+ .e-btn-group .e-btn:disabled.e-outline.e-primary,
625
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
626
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
627
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
628
+ background: rgba(13, 110, 253, 0.65);
629
+ border-color: rgba(13, 110, 253, 0.65);
630
+ -webkit-box-shadow: none;
631
+ box-shadow: none;
632
+ color: rgba(255, 255, 255, 0.65);
633
+ border-color: #0d6efd;
634
+ }
635
+ .e-btn-group .e-btn:disabled.e-outline.e-success,
636
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
637
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
638
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
639
+ background: rgba(25, 135, 84, 0.65);
640
+ border-color: rgba(25, 135, 84, 0.65);
641
+ -webkit-box-shadow: none;
642
+ box-shadow: none;
643
+ color: rgba(255, 255, 255, 0.65);
644
+ border-color: #198754;
645
+ }
646
+ .e-btn-group .e-btn:disabled.e-outline.e-info,
647
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
648
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
649
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
650
+ background: rgba(13, 202, 240, 0.65);
651
+ border-color: rgba(13, 202, 240, 0.65);
652
+ -webkit-box-shadow: none;
653
+ box-shadow: none;
654
+ color: rgba(0, 0, 0, 0.65);
655
+ border-color: #0dcaf0;
656
+ }
657
+ .e-btn-group .e-btn:disabled.e-outline.e-warning,
658
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
659
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
660
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
661
+ background: rgba(255, 193, 7, 0.65);
662
+ border-color: rgba(255, 193, 7, 0.65);
663
+ -webkit-box-shadow: none;
664
+ box-shadow: none;
665
+ color: rgba(0, 0, 0, 0.65);
666
+ border-color: #ffc107;
667
+ }
668
+ .e-btn-group .e-btn:disabled.e-outline.e-danger,
669
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
670
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
671
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
672
+ background: rgba(220, 53, 69, 0.65);
673
+ border-color: rgba(220, 53, 69, 0.65);
674
+ -webkit-box-shadow: none;
675
+ box-shadow: none;
676
+ color: rgba(255, 255, 255, 0.65);
677
+ border-color: #dc3545;
678
+ }
679
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
680
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
681
+ border-left: transparent;
682
+ border-right: transparent;
683
+ }
684
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
685
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
686
+ border-right: transparent;
687
+ }
688
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
689
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
690
+ border-left: transparent;
691
+ }
692
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
693
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
694
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
695
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
696
+ border-color: #6c757d;
697
+ outline-color: inherit;
698
+ }
699
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
700
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
701
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
702
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
703
+ border-color: #0d6efd;
704
+ outline-color: inherit;
705
+ }
706
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
707
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
708
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
709
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
710
+ border-color: #198754;
711
+ outline-color: inherit;
712
+ }
713
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
714
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
715
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
716
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
717
+ border-color: #0dcaf0;
718
+ outline-color: inherit;
719
+ }
720
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
721
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
722
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
723
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
724
+ border-color: #ffc107;
725
+ outline-color: inherit;
726
+ }
727
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
728
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
729
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
730
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
731
+ border-color: #dc3545;
732
+ outline-color: inherit;
733
+ }
734
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
735
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
736
+ border-bottom: transparent;
737
+ border-top: transparent;
738
+ }
739
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
740
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
741
+ border-bottom: transparent;
742
+ }
743
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
744
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
745
+ border-top: transparent;
746
+ }
747
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
748
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
749
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
750
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
751
+ border-color: #6c757d;
752
+ outline-color: inherit;
753
+ }
754
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
755
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
756
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
757
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
758
+ border-color: #0d6efd;
759
+ outline-color: inherit;
760
+ }
761
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
762
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
763
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
764
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
765
+ border-color: #198754;
766
+ outline-color: inherit;
767
+ }
768
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
769
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
770
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
771
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
772
+ border-color: #0dcaf0;
773
+ outline-color: inherit;
774
+ }
775
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
776
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
777
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
778
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
779
+ border-color: #ffc107;
780
+ outline-color: inherit;
781
+ }
782
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
783
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
784
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
785
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
786
+ border-color: #dc3545;
787
+ outline-color: inherit;
788
+ }
789
+ .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
790
+ .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
791
+ border-left: transparent;
792
+ border-right: transparent;
793
+ }
794
+ .e-btn-group.e-rtl .e-btn:first-of-type,
795
+ .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
796
+ border-left: transparent;
797
+ }
798
+ .e-btn-group.e-rtl .e-btn:last-of-type,
799
+ .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
800
+ border-right: transparent;
801
+ }