@syncfusion/ej2-vue-splitbuttons 25.2.4 → 26.1.35

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