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