@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,819 @@
1
- @import '@syncfusion/ej2-splitbuttons/styles/button-group/fabric.css';
1
+ /* stylelint-disable */
2
+ *.e-btn-group,
3
+ *.e-css.e-btn-group {
4
+ display: -webkit-inline-box;
5
+ display: -ms-inline-flexbox;
6
+ display: inline-flex;
7
+ border-radius: 0;
8
+ -webkit-box-orient: horizontal;
9
+ -webkit-box-direction: normal;
10
+ -ms-flex-direction: row;
11
+ flex-direction: row;
12
+ position: relative;
13
+ }
14
+ *.e-btn-group input + label.e-btn,
15
+ *.e-css.e-btn-group input + label.e-btn {
16
+ margin-bottom: 0;
17
+ }
18
+ *.e-btn-group input,
19
+ *.e-css.e-btn-group input {
20
+ -moz-appearance: none;
21
+ height: 1px;
22
+ margin: 0 0 0 -1px;
23
+ opacity: 0;
24
+ position: absolute;
25
+ width: 1px;
26
+ }
27
+ *.e-btn-group input:disabled + label.e-btn,
28
+ *.e-btn-group :disabled,
29
+ *.e-css.e-btn-group input:disabled + label.e-btn,
30
+ *.e-css.e-btn-group :disabled {
31
+ cursor: default;
32
+ pointer-events: none;
33
+ }
34
+ *.e-btn-group .e-btn-icon,
35
+ *.e-css.e-btn-group .e-btn-icon {
36
+ font-size: 14px;
37
+ }
38
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
39
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
40
+ margin-left: 0;
41
+ }
42
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
43
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
44
+ border-radius: 0;
45
+ }
46
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
47
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
48
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
49
+ border-bottom-right-radius: 0;
50
+ border-top-right-radius: 0;
51
+ }
52
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
53
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
54
+ border-bottom-left-radius: 0;
55
+ border-top-left-radius: 0;
56
+ }
57
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
58
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
59
+ border-bottom-left-radius: 0;
60
+ border-top-left-radius: 0;
61
+ }
62
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
63
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
64
+ border-bottom-right-radius: 0;
65
+ border-top-right-radius: 0;
66
+ }
67
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
68
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
69
+ border-bottom-left-radius: 0;
70
+ border-top-left-radius: 0;
71
+ }
72
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
73
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
74
+ border-bottom-right-radius: 0;
75
+ border-top-right-radius: 0;
76
+ }
77
+ *.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
78
+ *.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
79
+ border-bottom-left-radius: 0;
80
+ border-top-left-radius: 0;
81
+ }
82
+ *.e-btn-group.e-rtl .e-btn,
83
+ *.e-css.e-btn-group.e-rtl .e-btn {
84
+ margin-left: 0;
85
+ }
86
+ *.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
87
+ *.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
88
+ border-radius: 0;
89
+ }
90
+ *.e-btn-group.e-rtl .e-btn:first-of-type, *.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
91
+ *.e-css.e-btn-group.e-rtl .e-btn:first-of-type,
92
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
93
+ border-bottom-left-radius: 0;
94
+ border-top-left-radius: 0;
95
+ }
96
+ *.e-btn-group.e-rtl .e-btn:last-of-type,
97
+ *.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
98
+ border-bottom-right-radius: 0;
99
+ border-top-right-radius: 0;
100
+ }
101
+ *.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
102
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
103
+ border-bottom-right-radius: 0;
104
+ border-top-right-radius: 0;
105
+ }
106
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
107
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
108
+ border-bottom-left-radius: 0;
109
+ border-top-left-radius: 0;
110
+ }
111
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
112
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
113
+ border-bottom-right-radius: 0;
114
+ border-top-right-radius: 0;
115
+ }
116
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
117
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
118
+ border-bottom-left-radius: 0;
119
+ border-top-left-radius: 0;
120
+ }
121
+ *.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
122
+ *.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
123
+ border-bottom-right-radius: 0;
124
+ border-top-right-radius: 0;
125
+ }
126
+ *.e-btn-group.e-vertical,
127
+ *.e-css.e-btn-group.e-vertical {
128
+ -webkit-box-orient: vertical;
129
+ -webkit-box-direction: normal;
130
+ -ms-flex-direction: column;
131
+ flex-direction: column;
132
+ }
133
+ *.e-btn-group.e-vertical input,
134
+ *.e-css.e-btn-group.e-vertical input {
135
+ margin: -1px 0 0;
136
+ }
137
+ *.e-btn-group.e-vertical .e-btn:not(.e-outline),
138
+ *.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
139
+ margin-top: -1px;
140
+ }
141
+ *.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
142
+ *.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
143
+ border-radius: 0;
144
+ }
145
+ *.e-btn-group.e-vertical .e-btn:first-of-type,
146
+ *.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
147
+ border-bottom-left-radius: 0;
148
+ border-bottom-right-radius: 0;
149
+ border-top-left-radius: 2px;
150
+ border-top-right-radius: 2px;
151
+ }
152
+ *.e-btn-group.e-vertical .e-btn:last-of-type,
153
+ *.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
154
+ border-bottom-left-radius: 2px;
155
+ border-bottom-right-radius: 2px;
156
+ border-top-left-radius: 0;
157
+ border-top-right-radius: 0;
158
+ }
159
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
160
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
161
+ border-radius: 20px;
162
+ }
163
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
164
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
165
+ border-bottom-left-radius: 20px;
166
+ border-top-left-radius: 20px;
167
+ }
168
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
169
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
170
+ border-bottom-right-radius: 20px;
171
+ border-top-right-radius: 20px;
172
+ }
173
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
174
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
175
+ border-bottom-right-radius: 0;
176
+ border-top-right-radius: 0;
177
+ }
178
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
179
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
180
+ border-bottom-left-radius: 0;
181
+ border-top-left-radius: 0;
182
+ }
183
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
184
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
185
+ border-bottom-left-radius: 20px;
186
+ border-top-left-radius: 20px;
187
+ }
188
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
189
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
190
+ border-bottom-right-radius: 0;
191
+ border-top-right-radius: 0;
192
+ }
193
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
194
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
195
+ border-bottom-left-radius: 0;
196
+ border-top-left-radius: 0;
197
+ }
198
+ *.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
199
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
200
+ border-bottom-right-radius: 20px;
201
+ border-top-right-radius: 20px;
202
+ }
203
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
204
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
205
+ border-radius: 20px;
206
+ }
207
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
208
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
209
+ border-bottom-right-radius: 20px;
210
+ border-top-right-radius: 20px;
211
+ }
212
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
213
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
214
+ border-bottom-left-radius: 20px;
215
+ border-top-left-radius: 20px;
216
+ }
217
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
218
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
219
+ border-bottom-left-radius: 0;
220
+ border-top-left-radius: 0;
221
+ }
222
+ *.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
223
+ *.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
224
+ border-bottom-right-radius: 0;
225
+ border-top-right-radius: 0;
226
+ }
227
+
228
+ .e-bigger .e-btn-group .e-btn-icon,
229
+ .e-bigger.e-btn-group .e-btn-icon,
230
+ .e-bigger .e-css.e-btn-group .e-btn-icon,
231
+ .e-bigger.e-css.e-btn-group .e-btn-icon {
232
+ font-size: 16px;
233
+ }
234
+
235
+ /* stylelint-disable */
236
+ .e-btn-group:not(.e-outline),
237
+ .e-css.e-btn-group:not(.e-outline) {
238
+ -webkit-box-shadow: none;
239
+ box-shadow: none;
240
+ }
241
+ .e-btn-group .e-btn:hover,
242
+ .e-css.e-btn-group .e-btn:hover {
243
+ -webkit-box-shadow: none;
244
+ box-shadow: none;
245
+ }
246
+ .e-btn-group .e-btn:focus,
247
+ .e-btn-group input:focus-visible + label.e-btn,
248
+ .e-btn-group input:focus + label.e-btn,
249
+ .e-css.e-btn-group .e-btn:focus,
250
+ .e-css.e-btn-group input:focus-visible + label.e-btn,
251
+ .e-css.e-btn-group input:focus + label.e-btn {
252
+ background: #f4f4f4;
253
+ border-color: #eaeaea;
254
+ color: #333;
255
+ outline: #767676 1px solid;
256
+ outline-offset: 0;
257
+ -webkit-box-shadow: none;
258
+ box-shadow: none;
259
+ box-shadow: none;
260
+ outline-color: #767676;
261
+ outline-offset: -2px;
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: #0078d6;
270
+ border-color: #fff;
271
+ color: #fff;
272
+ outline: #767676 1px solid;
273
+ -webkit-box-shadow: none;
274
+ box-shadow: none;
275
+ box-shadow: none;
276
+ border-color: transparent;
277
+ outline-color: #fff;
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: #137c10;
286
+ border-color: #fff;
287
+ color: #fff;
288
+ -webkit-box-shadow: none;
289
+ box-shadow: none;
290
+ box-shadow: none;
291
+ border-color: transparent;
292
+ outline-color: #fff;
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: #0378d5;
301
+ border-color: #fff;
302
+ color: #fff;
303
+ -webkit-box-shadow: none;
304
+ box-shadow: none;
305
+ box-shadow: none;
306
+ border-color: transparent;
307
+ outline-color: #fff;
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: #d83b01;
316
+ border-color: #fff;
317
+ color: #fff;
318
+ -webkit-box-shadow: none;
319
+ box-shadow: none;
320
+ box-shadow: none;
321
+ border-color: transparent;
322
+ outline-color: #fff;
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: #a80000;
331
+ border-color: #fff;
332
+ color: #fff;
333
+ -webkit-box-shadow: none;
334
+ box-shadow: none;
335
+ box-shadow: none;
336
+ border-color: transparent;
337
+ outline-color: #fff;
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: #0a3576;
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: none;
361
+ box-shadow: none;
362
+ box-shadow: none;
363
+ }
364
+ .e-btn-group .e-btn:focus.e-outline.e-primary,
365
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
366
+ .e-btn-group input:focus + label.e-btn.e-outline.e-primary,
367
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
368
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-primary,
369
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
370
+ -webkit-box-shadow: none;
371
+ box-shadow: none;
372
+ }
373
+ .e-btn-group .e-btn:focus.e-outline.e-success,
374
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
375
+ .e-btn-group input:focus + label.e-btn.e-outline.e-success,
376
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-success,
377
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-success,
378
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
379
+ -webkit-box-shadow: none;
380
+ box-shadow: none;
381
+ }
382
+ .e-btn-group .e-btn:focus.e-outline.e-info,
383
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
384
+ .e-btn-group input:focus + label.e-btn.e-outline.e-info,
385
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-info,
386
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-info,
387
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
388
+ -webkit-box-shadow: none;
389
+ box-shadow: none;
390
+ }
391
+ .e-btn-group .e-btn:focus.e-outline.e-warning,
392
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
393
+ .e-btn-group input:focus + label.e-btn.e-outline.e-warning,
394
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
395
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-warning,
396
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
397
+ -webkit-box-shadow: none;
398
+ box-shadow: none;
399
+ }
400
+ .e-btn-group .e-btn:focus.e-outline.e-danger,
401
+ .e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
402
+ .e-btn-group input:focus + label.e-btn.e-outline.e-danger,
403
+ .e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
404
+ .e-css.e-btn-group input:focus-visible + label.e-btn.e-outline.e-danger,
405
+ .e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
406
+ -webkit-box-shadow: none;
407
+ box-shadow: none;
408
+ }
409
+ .e-btn-group .e-btn:active,
410
+ .e-btn-group input:active + label.e-btn,
411
+ .e-btn-group input:checked + label.e-btn,
412
+ .e-css.e-btn-group .e-btn:active,
413
+ .e-css.e-btn-group input:active + label.e-btn,
414
+ .e-css.e-btn-group input:checked + label.e-btn {
415
+ background: #c8c8c8;
416
+ border-color: #c8c8c8;
417
+ color: #000;
418
+ outline: #eaeaea 0 solid;
419
+ outline-offset: 0;
420
+ }
421
+ .e-btn-group .e-btn:active.e-primary,
422
+ .e-btn-group input:active + label.e-btn.e-primary,
423
+ .e-btn-group input:checked + label.e-btn.e-primary,
424
+ .e-css.e-btn-group .e-btn:active.e-primary,
425
+ .e-css.e-btn-group input:active + label.e-btn.e-primary,
426
+ .e-css.e-btn-group input:checked + label.e-btn.e-primary {
427
+ background: #005ba3;
428
+ border-color: #005ba3;
429
+ color: #fff;
430
+ outline: #eaeaea 0 solid;
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: #004b1d;
441
+ border-color: #004b1d;
442
+ color: #fff;
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: #065fa6;
453
+ color: #fff;
454
+ border-color: #065fa6;
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: #a22c01;
465
+ border-color: #a22c01;
466
+ color: #fff;
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: #7c0101;
477
+ border-color: #7c0101;
478
+ color: #fff;
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: #c8c8c8;
489
+ border-color: #c8c8c8;
490
+ -webkit-box-shadow: none;
491
+ box-shadow: none;
492
+ color: #000;
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: #005ba3;
501
+ border-color: #0078d6;
502
+ -webkit-box-shadow: none;
503
+ box-shadow: none;
504
+ color: #fff;
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: #004b1d;
513
+ border-color: #004b1d;
514
+ -webkit-box-shadow: none;
515
+ box-shadow: none;
516
+ color: #fff;
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: #065fa6;
525
+ border-color: #065fa6;
526
+ -webkit-box-shadow: none;
527
+ box-shadow: none;
528
+ color: #fff;
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: #a22c01;
537
+ border-color: #a22c01;
538
+ -webkit-box-shadow: none;
539
+ box-shadow: none;
540
+ color: #fff;
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: #7c0101;
549
+ border-color: #7c0101;
550
+ -webkit-box-shadow: none;
551
+ box-shadow: none;
552
+ color: #fff;
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: #f4f4f4;
559
+ border-color: #f4f4f4;
560
+ -webkit-box-shadow: none;
561
+ box-shadow: none;
562
+ color: #a6a6a6;
563
+ border-color: #f4f4f4;
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: #f4f4f4;
570
+ border-color: #f4f4f4;
571
+ -webkit-box-shadow: none;
572
+ box-shadow: none;
573
+ color: #a6a6a6;
574
+ border-color: #0078d6;
575
+ }
576
+ .e-btn-group .e-btn:disabled.e-success,
577
+ .e-btn-group input:disabled + label.e-btn.e-success,
578
+ .e-css.e-btn-group .e-btn:disabled.e-success,
579
+ .e-css.e-btn-group input:disabled + label.e-btn.e-success {
580
+ background: #f4f4f4;
581
+ border-color: #f4f4f4;
582
+ -webkit-box-shadow: none;
583
+ box-shadow: none;
584
+ color: #a6a6a6;
585
+ border-color: #137c10;
586
+ }
587
+ .e-btn-group .e-btn:disabled.e-info,
588
+ .e-btn-group input:disabled + label.e-btn.e-info,
589
+ .e-css.e-btn-group .e-btn:disabled.e-info,
590
+ .e-css.e-btn-group input:disabled + label.e-btn.e-info {
591
+ background: #f4f4f4;
592
+ border-color: #f4f4f4;
593
+ -webkit-box-shadow: none;
594
+ box-shadow: none;
595
+ color: #a6a6a6;
596
+ border-color: #0378d5;
597
+ }
598
+ .e-btn-group .e-btn:disabled.e-warning,
599
+ .e-btn-group input:disabled + label.e-btn.e-warning,
600
+ .e-css.e-btn-group .e-btn:disabled.e-warning,
601
+ .e-css.e-btn-group input:disabled + label.e-btn.e-warning {
602
+ background: #f4f4f4;
603
+ border-color: #f4f4f4;
604
+ -webkit-box-shadow: none;
605
+ box-shadow: none;
606
+ color: #a6a6a6;
607
+ border-color: #d83b01;
608
+ }
609
+ .e-btn-group .e-btn:disabled.e-danger,
610
+ .e-btn-group input:disabled + label.e-btn.e-danger,
611
+ .e-css.e-btn-group .e-btn:disabled.e-danger,
612
+ .e-css.e-btn-group input:disabled + label.e-btn.e-danger {
613
+ background: #f4f4f4;
614
+ border-color: #f4f4f4;
615
+ -webkit-box-shadow: none;
616
+ box-shadow: none;
617
+ color: #a6a6a6;
618
+ border-color: #a80000;
619
+ }
620
+ .e-btn-group .e-btn:disabled.e-link,
621
+ .e-btn-group input:disabled + label.e-btn.e-link,
622
+ .e-css.e-btn-group .e-btn:disabled.e-link,
623
+ .e-css.e-btn-group input:disabled + label.e-btn.e-link {
624
+ color: #a6a6a6;
625
+ background: transparent;
626
+ -webkit-box-shadow: none;
627
+ box-shadow: none;
628
+ text-decoration: none;
629
+ border-color: transparent;
630
+ }
631
+ .e-btn-group .e-btn:disabled.e-outline,
632
+ .e-btn-group input:disabled + label.e-btn.e-outline,
633
+ .e-css.e-btn-group .e-btn:disabled.e-outline,
634
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline {
635
+ background: transparent;
636
+ border-color: #f4f4f4;
637
+ -webkit-box-shadow: none;
638
+ box-shadow: none;
639
+ color: #a6a6a6;
640
+ border-color: #d0d0d0;
641
+ }
642
+ .e-btn-group .e-btn:disabled.e-outline.e-primary,
643
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
644
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
645
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary {
646
+ background: transparent;
647
+ border-color: #f4f4f4;
648
+ -webkit-box-shadow: none;
649
+ box-shadow: none;
650
+ color: #a6a6a6;
651
+ border-color: #0078d6;
652
+ }
653
+ .e-btn-group .e-btn:disabled.e-outline.e-success,
654
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-success,
655
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
656
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success {
657
+ background: transparent;
658
+ border-color: #f4f4f4;
659
+ -webkit-box-shadow: none;
660
+ box-shadow: none;
661
+ color: #a6a6a6;
662
+ border-color: #137c10;
663
+ }
664
+ .e-btn-group .e-btn:disabled.e-outline.e-info,
665
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-info,
666
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
667
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info {
668
+ background: transparent;
669
+ border-color: #f4f4f4;
670
+ -webkit-box-shadow: none;
671
+ box-shadow: none;
672
+ color: #a6a6a6;
673
+ border-color: #0378d5;
674
+ }
675
+ .e-btn-group .e-btn:disabled.e-outline.e-warning,
676
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
677
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
678
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning {
679
+ background: transparent;
680
+ border-color: #f4f4f4;
681
+ -webkit-box-shadow: none;
682
+ box-shadow: none;
683
+ color: #a6a6a6;
684
+ border-color: #d83b01;
685
+ }
686
+ .e-btn-group .e-btn:disabled.e-outline.e-danger,
687
+ .e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
688
+ .e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
689
+ .e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger {
690
+ background: transparent;
691
+ border-color: #f4f4f4;
692
+ -webkit-box-shadow: none;
693
+ box-shadow: none;
694
+ color: #a6a6a6;
695
+ border-color: #a80000;
696
+ }
697
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
698
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
699
+ border-left: transparent;
700
+ border-right: transparent;
701
+ }
702
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
703
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
704
+ border-right: transparent;
705
+ }
706
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
707
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
708
+ border-left: transparent;
709
+ }
710
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
711
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
712
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
713
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline {
714
+ border-color: #d0d0d0;
715
+ outline-color: #767676;
716
+ }
717
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
718
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
719
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
720
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
721
+ border-color: inherit;
722
+ outline-color: #fff;
723
+ }
724
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
725
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
726
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
727
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
728
+ border-color: inherit;
729
+ outline-color: #fff;
730
+ }
731
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
732
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
733
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
734
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
735
+ border-color: inherit;
736
+ outline-color: #fff;
737
+ }
738
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
739
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
740
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
741
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
742
+ border-color: inherit;
743
+ outline-color: #fff;
744
+ }
745
+ .e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
746
+ .e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
747
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
748
+ .e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
749
+ border-color: inherit;
750
+ outline-color: #fff;
751
+ }
752
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
753
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
754
+ border-bottom: transparent;
755
+ border-top: transparent;
756
+ }
757
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
758
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
759
+ border-bottom: transparent;
760
+ }
761
+ .e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
762
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
763
+ border-top: transparent;
764
+ }
765
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
766
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
767
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
768
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline {
769
+ border-color: #d0d0d0;
770
+ outline-color: #767676;
771
+ }
772
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
773
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
774
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
775
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary {
776
+ border-color: inherit;
777
+ outline-color: #fff;
778
+ }
779
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
780
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
781
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
782
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success {
783
+ border-color: inherit;
784
+ outline-color: #fff;
785
+ }
786
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
787
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
788
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
789
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info {
790
+ border-color: inherit;
791
+ outline-color: #fff;
792
+ }
793
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
794
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
795
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
796
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning {
797
+ border-color: inherit;
798
+ outline-color: #fff;
799
+ }
800
+ .e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
801
+ .e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
802
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
803
+ .e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
804
+ border-color: inherit;
805
+ outline-color: #fff;
806
+ }
807
+ .e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
808
+ .e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
809
+ border-left: transparent;
810
+ border-right: transparent;
811
+ }
812
+ .e-btn-group.e-rtl .e-btn:first-of-type,
813
+ .e-css.e-btn-group.e-rtl .e-btn:first-of-type {
814
+ border-left: transparent;
815
+ }
816
+ .e-btn-group.e-rtl .e-btn:last-of-type,
817
+ .e-css.e-btn-group.e-rtl .e-btn:last-of-type {
818
+ border-right: transparent;
819
+ }