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

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