@syncfusion/ej2-vue-splitbuttons 25.2.3 → 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 -350
  104. package/dist/global/ej2-vue-splitbuttons.min.js +0 -10
@@ -1 +1,864 @@
1
- @import '@syncfusion/ej2-splitbuttons/styles/button-group/highcontrast.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: 0;
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 + label.e-btn,
15
+ *.e-css.e-btn-group input + label.e-btn {
16
+ margin-bottom: 0;
17
+ }
18
+ *.e-btn-group input,
19
+ *.e-css.e-btn-group input {
20
+ -moz-appearance: none;
21
+ height: 1px;
22
+ margin: 0 0 0 -1px;
23
+ opacity: 0;
24
+ position: absolute;
25
+ width: 1px;
26
+ }
27
+ *.e-btn-group input:disabled + label.e-btn,
28
+ *.e-btn-group :disabled,
29
+ *.e-css.e-btn-group input:disabled + label.e-btn,
30
+ *.e-css.e-btn-group :disabled {
31
+ cursor: default;
32
+ pointer-events: none;
33
+ }
34
+ *.e-btn-group .e-btn-icon,
35
+ *.e-css.e-btn-group .e-btn-icon {
36
+ font-size: 14px;
37
+ }
38
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
39
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
40
+ margin-left: 0;
41
+ }
42
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
43
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
44
+ border-radius: 0;
45
+ }
46
+ *.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),
47
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
48
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
49
+ border-bottom-right-radius: 0;
50
+ border-top-right-radius: 0;
51
+ }
52
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
53
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
54
+ border-bottom-left-radius: 0;
55
+ border-top-left-radius: 0;
56
+ }
57
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
58
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
59
+ border-bottom-left-radius: 0;
60
+ border-top-left-radius: 0;
61
+ }
62
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
63
+ *.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 {
64
+ border-bottom-right-radius: 0;
65
+ border-top-right-radius: 0;
66
+ }
67
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
68
+ *.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 {
69
+ border-bottom-left-radius: 0;
70
+ border-top-left-radius: 0;
71
+ }
72
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
73
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
74
+ border-bottom-right-radius: 0;
75
+ border-top-right-radius: 0;
76
+ }
77
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
78
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
79
+ border-bottom-left-radius: 0;
80
+ border-top-left-radius: 0;
81
+ }
82
+ *.e-btn-group.e-rtl .e-btn,
83
+ *.e-css.e-btn-group.e-rtl .e-btn {
84
+ margin-left: 0;
85
+ }
86
+ *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
87
+ *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
88
+ border-radius: 0;
89
+ }
90
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
91
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
92
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
93
+ border-bottom-left-radius: 0;
94
+ border-top-left-radius: 0;
95
+ }
96
+ *.e-btn-group.e-rtl .e-btn:last-of-type,
97
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
98
+ border-bottom-right-radius: 0;
99
+ border-top-right-radius: 0;
100
+ }
101
+ *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
102
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
103
+ border-bottom-right-radius: 0;
104
+ border-top-right-radius: 0;
105
+ }
106
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
107
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
108
+ border-bottom-left-radius: 0;
109
+ border-top-left-radius: 0;
110
+ }
111
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
112
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
113
+ border-bottom-right-radius: 0;
114
+ border-top-right-radius: 0;
115
+ }
116
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
117
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
118
+ border-bottom-left-radius: 0;
119
+ border-top-left-radius: 0;
120
+ }
121
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
122
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
123
+ border-bottom-right-radius: 0;
124
+ border-top-right-radius: 0;
125
+ }
126
+ *.e-btn-group.e-vertical,
127
+ *.e-css.e-btn-group.e-vertical {
128
+ -webkit-box-orient: vertical;
129
+ -webkit-box-direction: normal;
130
+ -ms-flex-direction: column;
131
+ flex-direction: column;
132
+ }
133
+ *.e-btn-group.e-vertical input,
134
+ *.e-css.e-btn-group.e-vertical input {
135
+ margin: -1px 0 0;
136
+ }
137
+ *.e-btn-group.e-vertical .e-btn:not(.e-outline),
138
+ *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
139
+ margin-top: -1px;
140
+ }
141
+ *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
142
+ *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
143
+ border-radius: 0;
144
+ }
145
+ *.e-btn-group.e-vertical .e-btn:first-of-type,
146
+ *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
147
+ border-bottom-left-radius: 0;
148
+ border-bottom-right-radius: 0;
149
+ border-top-left-radius: 2px;
150
+ border-top-right-radius: 2px;
151
+ }
152
+ *.e-btn-group.e-vertical .e-btn:last-of-type,
153
+ *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
154
+ border-bottom-left-radius: 2px;
155
+ border-bottom-right-radius: 2px;
156
+ border-top-left-radius: 0;
157
+ border-top-right-radius: 0;
158
+ }
159
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
160
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
161
+ border-radius: 20px;
162
+ }
163
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
164
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
165
+ border-bottom-left-radius: 20px;
166
+ border-top-left-radius: 20px;
167
+ }
168
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
169
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
170
+ border-bottom-right-radius: 20px;
171
+ border-top-right-radius: 20px;
172
+ }
173
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
174
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
175
+ border-bottom-right-radius: 0;
176
+ border-top-right-radius: 0;
177
+ }
178
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
179
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
180
+ border-bottom-left-radius: 0;
181
+ border-top-left-radius: 0;
182
+ }
183
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
184
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
185
+ border-bottom-left-radius: 20px;
186
+ border-top-left-radius: 20px;
187
+ }
188
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
189
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
190
+ border-bottom-right-radius: 0;
191
+ border-top-right-radius: 0;
192
+ }
193
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
194
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
195
+ border-bottom-left-radius: 0;
196
+ border-top-left-radius: 0;
197
+ }
198
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
199
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
200
+ border-bottom-right-radius: 20px;
201
+ border-top-right-radius: 20px;
202
+ }
203
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
204
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
205
+ border-radius: 20px;
206
+ }
207
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
208
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
209
+ border-bottom-right-radius: 20px;
210
+ border-top-right-radius: 20px;
211
+ }
212
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
213
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
214
+ border-bottom-left-radius: 20px;
215
+ border-top-left-radius: 20px;
216
+ }
217
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
218
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
219
+ border-bottom-left-radius: 0;
220
+ border-top-left-radius: 0;
221
+ }
222
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
223
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
224
+ border-bottom-right-radius: 0;
225
+ border-top-right-radius: 0;
226
+ }
227
+
228
+ .e-bigger .e-btn-group .e-btn-icon,
229
+ .e-bigger.e-btn-group .e-btn-icon,
230
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
231
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
232
+ font-size: 16px;
233
+ }
234
+
235
+ /* stylelint-disable */
236
+ .e-btn-group:not(.e-outline),
237
+ .e-css.e-btn-group:not(.e-outline) {
238
+ -webkit-box-shadow: none;
239
+ box-shadow: none;
240
+ }
241
+ .e-btn-group .e-btn:hover,
242
+ .e-css.e-btn-group .e-btn:hover {
243
+ -webkit-box-shadow: none;
244
+ box-shadow: none;
245
+ }
246
+ .e-btn-group .e-btn:focus,
247
+ .e-btn-group input:focus-visible + label.e-btn,
248
+ .e-btn-group input:focus + label.e-btn,
249
+ .e-css.e-btn-group .e-btn:focus,
250
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
251
+ .e-css.e-btn-group input:focus + label.e-btn {
252
+ background: #000;
253
+ border-color: #fff;
254
+ color: #fff;
255
+ outline: #fff 1px solid;
256
+ outline-offset: 2px;
257
+ -webkit-box-shadow: none;
258
+ box-shadow: none;
259
+ box-shadow: none;
260
+ outline-color: inherit;
261
+ outline-offset: -4px;
262
+ }
263
+ .e-btn-group .e-btn:focus.e-primary,
264
+ .e-btn-group input:focus-visible + label.e-btn.e-primary,
265
+ .e-btn-group input:focus + label.e-btn.e-primary,
266
+ .e-css.e-btn-group .e-btn:focus.e-primary,
267
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-primary,
268
+ .e-css.e-btn-group input:focus + label.e-btn.e-primary {
269
+ background: #ffd939;
270
+ border-color: #ffd939;
271
+ color: #000;
272
+ outline: #ffd939 1px solid;
273
+ -webkit-box-shadow: none;
274
+ box-shadow: none;
275
+ box-shadow: none;
276
+ outline-color: #000;
277
+ }
278
+ .e-btn-group .e-btn:focus.e-success,
279
+ .e-btn-group input:focus-visible + label.e-btn.e-success,
280
+ .e-btn-group input:focus + label.e-btn.e-success,
281
+ .e-css.e-btn-group .e-btn:focus.e-success,
282
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-success,
283
+ .e-css.e-btn-group input:focus + label.e-btn.e-success {
284
+ background: #166600;
285
+ border-color: #166600;
286
+ color: #fff;
287
+ -webkit-box-shadow: none;
288
+ box-shadow: none;
289
+ box-shadow: none;
290
+ outline-color: inherit;
291
+ }
292
+ .e-btn-group .e-btn:focus.e-info,
293
+ .e-btn-group input:focus-visible + label.e-btn.e-info,
294
+ .e-btn-group input:focus + label.e-btn.e-info,
295
+ .e-css.e-btn-group .e-btn:focus.e-info,
296
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-info,
297
+ .e-css.e-btn-group input:focus + label.e-btn.e-info {
298
+ background: #0056b3;
299
+ border-color: #0056b3;
300
+ color: #fff;
301
+ -webkit-box-shadow: none;
302
+ box-shadow: none;
303
+ box-shadow: none;
304
+ outline-color: inherit;
305
+ }
306
+ .e-btn-group .e-btn:focus.e-warning,
307
+ .e-btn-group input:focus-visible + label.e-btn.e-warning,
308
+ .e-btn-group input:focus + label.e-btn.e-warning,
309
+ .e-css.e-btn-group .e-btn:focus.e-warning,
310
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-warning,
311
+ .e-css.e-btn-group input:focus + label.e-btn.e-warning {
312
+ background: #944000;
313
+ border-color: #944000;
314
+ color: #fff;
315
+ -webkit-box-shadow: none;
316
+ box-shadow: none;
317
+ box-shadow: none;
318
+ outline-color: inherit;
319
+ }
320
+ .e-btn-group .e-btn:focus.e-danger,
321
+ .e-btn-group input:focus-visible + label.e-btn.e-danger,
322
+ .e-btn-group input:focus + label.e-btn.e-danger,
323
+ .e-css.e-btn-group .e-btn:focus.e-danger,
324
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-danger,
325
+ .e-css.e-btn-group input:focus + label.e-btn.e-danger {
326
+ background: #b30900;
327
+ border-color: #b30900;
328
+ color: #fff;
329
+ -webkit-box-shadow: none;
330
+ box-shadow: none;
331
+ box-shadow: none;
332
+ outline-color: inherit;
333
+ }
334
+ .e-btn-group .e-btn:focus.e-link,
335
+ .e-btn-group input:focus-visible + label.e-btn.e-link,
336
+ .e-btn-group input:focus + label.e-btn.e-link,
337
+ .e-css.e-btn-group .e-btn:focus.e-link,
338
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-link,
339
+ .e-css.e-btn-group input:focus + label.e-btn.e-link {
340
+ border-radius: 0;
341
+ text-decoration: underline;
342
+ color: #8a8aff;
343
+ background-color: transparent;
344
+ border-color: transparent;
345
+ -webkit-box-shadow: none;
346
+ box-shadow: none;
347
+ outline: none;
348
+ }
349
+ .e-btn-group .e-btn:focus.e-outline,
350
+ .e-btn-group input:focus-visible + label.e-btn.e-outline,
351
+ .e-btn-group input:focus + label.e-btn.e-outline,
352
+ .e-css.e-btn-group .e-btn:focus.e-outline,
353
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline,
354
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline {
355
+ -webkit-box-shadow: none;
356
+ box-shadow: none;
357
+ box-shadow: none;
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: none;
366
+ box-shadow: none;
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: none;
375
+ box-shadow: none;
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: none;
384
+ box-shadow: none;
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: none;
393
+ box-shadow: none;
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: none;
402
+ box-shadow: none;
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: #ffd939;
411
+ border-color: #ffd939;
412
+ color: #000;
413
+ outline: #fff 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: #ffd939;
423
+ border-color: #ffd939;
424
+ color: #000;
425
+ outline: #fff 0 solid;
426
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
427
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
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: #fff;
436
+ border-color: #fff;
437
+ color: #166600;
438
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
439
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
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: #fff;
448
+ color: #0056b3;
449
+ border-color: #fff;
450
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
451
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
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: #fff;
460
+ border-color: #fff;
461
+ color: #944000;
462
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
463
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
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: #fff;
472
+ border-color: #fff;
473
+ color: #b30900;
474
+ -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
475
+ box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
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: #ffd939;
484
+ border-color: #ffd939;
485
+ -webkit-box-shadow: none;
486
+ box-shadow: none;
487
+ color: #000;
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: #ffd939;
496
+ border-color: #ffd939;
497
+ -webkit-box-shadow: none;
498
+ box-shadow: none;
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: #fff;
508
+ border-color: #fff;
509
+ -webkit-box-shadow: none;
510
+ box-shadow: none;
511
+ color: #166600;
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: #fff;
520
+ border-color: #fff;
521
+ -webkit-box-shadow: none;
522
+ box-shadow: none;
523
+ color: #0056b3;
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: #fff;
532
+ border-color: #fff;
533
+ -webkit-box-shadow: none;
534
+ box-shadow: none;
535
+ color: #944000;
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: #fff;
544
+ border-color: #fff;
545
+ -webkit-box-shadow: none;
546
+ box-shadow: none;
547
+ color: #b30900;
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: #000;
554
+ border-color: #757575;
555
+ -webkit-box-shadow: none;
556
+ box-shadow: none;
557
+ color: #757575;
558
+ border-color: #fff;
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: #000;
565
+ border-color: #757575;
566
+ -webkit-box-shadow: none;
567
+ box-shadow: none;
568
+ color: #757575;
569
+ border-color: #ffd939;
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: #000;
576
+ border-color: #757575;
577
+ -webkit-box-shadow: none;
578
+ box-shadow: none;
579
+ color: #757575;
580
+ border-color: #166600;
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: #000;
587
+ border-color: #757575;
588
+ -webkit-box-shadow: none;
589
+ box-shadow: none;
590
+ color: #757575;
591
+ border-color: #0056b3;
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: #000;
598
+ border-color: #757575;
599
+ -webkit-box-shadow: none;
600
+ box-shadow: none;
601
+ color: #757575;
602
+ border-color: #944000;
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: #000;
609
+ border-color: #757575;
610
+ -webkit-box-shadow: none;
611
+ box-shadow: none;
612
+ color: #757575;
613
+ border-color: #b30900;
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: #757575;
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: #000;
631
+ border-color: #757575;
632
+ -webkit-box-shadow: none;
633
+ box-shadow: none;
634
+ color: #757575;
635
+ border-color: #fff;
636
+ }
637
+ .e-btn-group .e-btn:disabled.e-outline.e-primary,
638
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
639
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
640
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
641
+ background: #000;
642
+ border-color: #757575;
643
+ -webkit-box-shadow: none;
644
+ box-shadow: none;
645
+ color: #757575;
646
+ border-color: #ffd939;
647
+ }
648
+ .e-btn-group .e-btn:disabled.e-outline.e-success,
649
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
650
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
651
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
652
+ background: #000;
653
+ border-color: #757575;
654
+ -webkit-box-shadow: none;
655
+ box-shadow: none;
656
+ color: #757575;
657
+ border-color: #166600;
658
+ }
659
+ .e-btn-group .e-btn:disabled.e-outline.e-info,
660
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
661
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
662
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
663
+ background: #000;
664
+ border-color: #757575;
665
+ -webkit-box-shadow: none;
666
+ box-shadow: none;
667
+ color: #757575;
668
+ border-color: #0056b3;
669
+ }
670
+ .e-btn-group .e-btn:disabled.e-outline.e-warning,
671
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
672
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
673
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
674
+ background: #000;
675
+ border-color: #757575;
676
+ -webkit-box-shadow: none;
677
+ box-shadow: none;
678
+ color: #757575;
679
+ border-color: #944000;
680
+ }
681
+ .e-btn-group .e-btn:disabled.e-outline.e-danger,
682
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
683
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
684
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
685
+ background: #000;
686
+ border-color: #757575;
687
+ -webkit-box-shadow: none;
688
+ box-shadow: none;
689
+ color: #757575;
690
+ border-color: #b30900;
691
+ }
692
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type),
693
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type) {
694
+ border-left: transparent;
695
+ border-right: transparent;
696
+ }
697
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
698
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
699
+ border-right: transparent;
700
+ }
701
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
702
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
703
+ border-left: transparent;
704
+ }
705
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type),
706
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type) {
707
+ border-bottom: transparent;
708
+ border-top: transparent;
709
+ }
710
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:first-of-type,
711
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:first-of-type {
712
+ border-bottom: transparent;
713
+ }
714
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:last-of-type,
715
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:last-of-type {
716
+ border-top: transparent;
717
+ }
718
+ .e-btn-group .e-btn:hover,
719
+ .e-css.e-btn-group .e-btn:hover {
720
+ border-color: #fff;
721
+ }
722
+ .e-btn-group .e-btn:hover.e-primary,
723
+ .e-css.e-btn-group .e-btn:hover.e-primary {
724
+ border-color: #ffd939;
725
+ }
726
+ .e-btn-group .e-btn:hover.e-success,
727
+ .e-css.e-btn-group .e-btn:hover.e-success {
728
+ border-color: #166600;
729
+ }
730
+ .e-btn-group .e-btn:hover.e-info,
731
+ .e-css.e-btn-group .e-btn:hover.e-info {
732
+ border-color: #0056b3;
733
+ }
734
+ .e-btn-group .e-btn:hover.e-warning,
735
+ .e-css.e-btn-group .e-btn:hover.e-warning {
736
+ border-color: #944000;
737
+ }
738
+ .e-btn-group .e-btn:hover.e-danger,
739
+ .e-css.e-btn-group .e-btn:hover.e-danger {
740
+ border-color: #b30900;
741
+ }
742
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
743
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
744
+ border-left: transparent;
745
+ border-right: transparent;
746
+ }
747
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
748
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
749
+ border-right: transparent;
750
+ }
751
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
752
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
753
+ border-left: transparent;
754
+ }
755
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
756
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
757
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
758
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
759
+ border-color: #fff;
760
+ outline-color: inherit;
761
+ }
762
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
763
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
764
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
765
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
766
+ border-color: inherit;
767
+ outline-color: #000;
768
+ }
769
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
770
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
771
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
772
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
773
+ border-color: inherit;
774
+ outline-color: inherit;
775
+ }
776
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
777
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
778
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
779
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
780
+ border-color: inherit;
781
+ outline-color: inherit;
782
+ }
783
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
784
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
785
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
786
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
787
+ border-color: inherit;
788
+ outline-color: inherit;
789
+ }
790
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
791
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
792
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
793
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
794
+ border-color: inherit;
795
+ outline-color: inherit;
796
+ }
797
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
798
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
799
+ border-bottom: transparent;
800
+ border-top: transparent;
801
+ }
802
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
803
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
804
+ border-bottom: transparent;
805
+ }
806
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
807
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
808
+ border-top: transparent;
809
+ }
810
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
811
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
812
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
813
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
814
+ border-color: #fff;
815
+ outline-color: inherit;
816
+ }
817
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
818
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
819
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
820
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
821
+ border-color: inherit;
822
+ outline-color: #000;
823
+ }
824
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
825
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
826
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
827
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
828
+ border-color: inherit;
829
+ outline-color: inherit;
830
+ }
831
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
832
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
833
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
834
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
835
+ border-color: inherit;
836
+ outline-color: inherit;
837
+ }
838
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
839
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
840
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
841
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
842
+ border-color: inherit;
843
+ outline-color: inherit;
844
+ }
845
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
846
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
847
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
848
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
849
+ border-color: inherit;
850
+ outline-color: inherit;
851
+ }
852
+ .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
853
+ .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
854
+ border-left: transparent;
855
+ border-right: transparent;
856
+ }
857
+ .e-btn-group.e-rtl .e-btn:first-of-type,
858
+ .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
859
+ border-left: transparent;
860
+ }
861
+ .e-btn-group.e-rtl .e-btn:last-of-type,
862
+ .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
863
+ border-right: transparent;
864
+ }