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