@syncfusion/ej2-react-splitbuttons 19.4.52 → 20.1.57

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