@syncfusion/ej2-react-splitbuttons 20.1.47 → 20.2.36
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/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 -338
- package/styles/bootstrap.css +4 -333
- package/styles/bootstrap4.css +12 -342
- package/styles/bootstrap5-dark.css +20 -331
- package/styles/bootstrap5.css +18 -329
- package/styles/button-group/bootstrap-dark.css +1 -114
- package/styles/button-group/bootstrap.css +1 -108
- package/styles/button-group/bootstrap4.css +5 -119
- package/styles/button-group/bootstrap5-dark.css +15 -108
- package/styles/button-group/bootstrap5.css +13 -106
- package/styles/button-group/fabric-dark.css +1 -114
- package/styles/button-group/fabric.css +1 -114
- package/styles/button-group/fluent-dark.css +1 -114
- package/styles/button-group/fluent.css +1 -114
- package/styles/button-group/highcontrast-light.css +1 -114
- package/styles/button-group/highcontrast.css +1 -126
- package/styles/button-group/material-dark.css +1 -114
- package/styles/button-group/material.css +1 -115
- package/styles/button-group/tailwind-dark.css +9 -114
- package/styles/button-group/tailwind.css +9 -114
- 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 +4 -35
- package/styles/drop-down-button/bootstrap5.css +4 -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 +4 -36
- package/styles/drop-down-button/tailwind.css +4 -36
- package/styles/fabric-dark.css +4 -338
- package/styles/fabric.css +4 -338
- package/styles/fluent-dark.css +5 -339
- package/styles/fluent.css +5 -339
- package/styles/highcontrast-light.css +4 -338
- package/styles/highcontrast.css +4 -350
- package/styles/material-dark.css +4 -338
- package/styles/material.css +4 -339
- 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 +4 -125
- package/styles/progress-button/fluent.css +4 -125
- 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 +14 -343
- package/styles/tailwind.css +14 -343
|
@@ -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: 0 2px 4px rgba(0, 0, 0, 0.075);
|
|
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,
|
|
@@ -307,9 +260,9 @@
|
|
|
307
260
|
outline: #6c757d 0 solid;
|
|
308
261
|
outline-offset: 0;
|
|
309
262
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
263
|
+
border-color: #5c636a;
|
|
310
264
|
outline-color: inherit;
|
|
311
265
|
}
|
|
312
|
-
|
|
313
266
|
.e-btn-group .e-btn:focus.e-primary,
|
|
314
267
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
315
268
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -319,9 +272,9 @@
|
|
|
319
272
|
color: #fff;
|
|
320
273
|
outline: #6c757d 0 solid;
|
|
321
274
|
box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
|
|
275
|
+
border-color: #0b5ed7;
|
|
322
276
|
outline-color: inherit;
|
|
323
277
|
}
|
|
324
|
-
|
|
325
278
|
.e-btn-group .e-btn:focus.e-success,
|
|
326
279
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
327
280
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
@@ -330,9 +283,9 @@
|
|
|
330
283
|
border-color: #198754;
|
|
331
284
|
color: #fff;
|
|
332
285
|
box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
|
|
286
|
+
border-color: #157347;
|
|
333
287
|
outline-color: inherit;
|
|
334
288
|
}
|
|
335
|
-
|
|
336
289
|
.e-btn-group .e-btn:focus.e-info,
|
|
337
290
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
338
291
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
@@ -341,9 +294,9 @@
|
|
|
341
294
|
border-color: #0dcaf0;
|
|
342
295
|
color: #000;
|
|
343
296
|
box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
|
|
297
|
+
border-color: #31d2f2;
|
|
344
298
|
outline-color: inherit;
|
|
345
299
|
}
|
|
346
|
-
|
|
347
300
|
.e-btn-group .e-btn:focus.e-warning,
|
|
348
301
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
349
302
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -352,9 +305,9 @@
|
|
|
352
305
|
border-color: #ffc107;
|
|
353
306
|
color: #000;
|
|
354
307
|
box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
308
|
+
border-color: #ffca2c;
|
|
355
309
|
outline-color: inherit;
|
|
356
310
|
}
|
|
357
|
-
|
|
358
311
|
.e-btn-group .e-btn:focus.e-danger,
|
|
359
312
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
360
313
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -363,9 +316,9 @@
|
|
|
363
316
|
border-color: #dc3545;
|
|
364
317
|
color: #fff;
|
|
365
318
|
box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
|
|
319
|
+
border-color: #bb2d3b;
|
|
366
320
|
outline-color: inherit;
|
|
367
321
|
}
|
|
368
|
-
|
|
369
322
|
.e-btn-group .e-btn:focus.e-link,
|
|
370
323
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
371
324
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
@@ -378,49 +331,48 @@
|
|
|
378
331
|
box-shadow: none;
|
|
379
332
|
outline: none;
|
|
380
333
|
}
|
|
381
|
-
|
|
382
334
|
.e-btn-group .e-btn:focus.e-outline,
|
|
383
335
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
384
336
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
385
337
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
386
338
|
box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
|
|
339
|
+
border-color: #5c636a;
|
|
387
340
|
}
|
|
388
|
-
|
|
389
341
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
390
342
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
391
343
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
392
344
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
393
345
|
box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
|
|
346
|
+
border-color: #0d6efd;
|
|
394
347
|
}
|
|
395
|
-
|
|
396
348
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
397
349
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
398
350
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
399
351
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
400
352
|
box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
|
|
353
|
+
border-color: #157347;
|
|
401
354
|
}
|
|
402
|
-
|
|
403
355
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
404
356
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
405
357
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
406
358
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
407
359
|
box-shadow: 0 0 0 4px rgba(49, 210, 242, 0.5);
|
|
360
|
+
border-color: #31d2f2;
|
|
408
361
|
}
|
|
409
|
-
|
|
410
362
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
411
363
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
412
364
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
413
365
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
414
366
|
box-shadow: 0 0 0 4px rgba(255, 202, 44, 0.5);
|
|
367
|
+
border-color: #ffca2c;
|
|
415
368
|
}
|
|
416
|
-
|
|
417
369
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
418
370
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
419
371
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
420
372
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
421
373
|
box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
|
|
374
|
+
border-color: #bb2d3b;
|
|
422
375
|
}
|
|
423
|
-
|
|
424
376
|
.e-btn-group .e-btn:active,
|
|
425
377
|
.e-btn-group input:active + label.e-btn,
|
|
426
378
|
.e-btn-group input:checked + label.e-btn,
|
|
@@ -433,7 +385,6 @@
|
|
|
433
385
|
outline: #6c757d 0 solid;
|
|
434
386
|
outline-offset: 0;
|
|
435
387
|
}
|
|
436
|
-
|
|
437
388
|
.e-btn-group .e-btn:active.e-primary,
|
|
438
389
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
439
390
|
.e-btn-group input:checked + label.e-btn.e-primary,
|
|
@@ -445,7 +396,6 @@
|
|
|
445
396
|
color: #fff;
|
|
446
397
|
outline: #6c757d 0 solid;
|
|
447
398
|
}
|
|
448
|
-
|
|
449
399
|
.e-btn-group .e-btn:active.e-success,
|
|
450
400
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
451
401
|
.e-btn-group input:checked + label.e-btn.e-success,
|
|
@@ -456,7 +406,6 @@
|
|
|
456
406
|
border-color: #13653f;
|
|
457
407
|
color: #fff;
|
|
458
408
|
}
|
|
459
|
-
|
|
460
409
|
.e-btn-group .e-btn:active.e-info,
|
|
461
410
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
462
411
|
.e-btn-group input:checked + label.e-btn.e-info,
|
|
@@ -467,7 +416,6 @@
|
|
|
467
416
|
color: #000;
|
|
468
417
|
border-color: #25cff2;
|
|
469
418
|
}
|
|
470
|
-
|
|
471
419
|
.e-btn-group .e-btn:active.e-warning,
|
|
472
420
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
473
421
|
.e-btn-group input:checked + label.e-btn.e-warning,
|
|
@@ -478,7 +426,6 @@
|
|
|
478
426
|
border-color: #ffc720;
|
|
479
427
|
color: #000;
|
|
480
428
|
}
|
|
481
|
-
|
|
482
429
|
.e-btn-group .e-btn:active.e-danger,
|
|
483
430
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
484
431
|
.e-btn-group input:checked + label.e-btn.e-danger,
|
|
@@ -489,7 +436,6 @@
|
|
|
489
436
|
border-color: #a52834;
|
|
490
437
|
color: #fff;
|
|
491
438
|
}
|
|
492
|
-
|
|
493
439
|
.e-btn-group .e-btn:active.e-outline,
|
|
494
440
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
495
441
|
.e-btn-group input:checked + label.e-btn.e-outline,
|
|
@@ -500,7 +446,6 @@
|
|
|
500
446
|
border-color: #51585e;
|
|
501
447
|
color: #fff;
|
|
502
448
|
}
|
|
503
|
-
|
|
504
449
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
505
450
|
.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
506
451
|
.e-btn-group input:checked + label.e-btn.e-outline.e-primary,
|
|
@@ -510,7 +455,6 @@
|
|
|
510
455
|
background-color: #0d6efd;
|
|
511
456
|
color: #fff;
|
|
512
457
|
}
|
|
513
|
-
|
|
514
458
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
515
459
|
.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
516
460
|
.e-btn-group input:checked + label.e-btn.e-outline.e-success,
|
|
@@ -521,7 +465,6 @@
|
|
|
521
465
|
border-color: #13653f;
|
|
522
466
|
color: #fff;
|
|
523
467
|
}
|
|
524
|
-
|
|
525
468
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
526
469
|
.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
527
470
|
.e-btn-group input:checked + label.e-btn.e-outline.e-info,
|
|
@@ -531,7 +474,6 @@
|
|
|
531
474
|
background-color: #0dcaf0;
|
|
532
475
|
color: #000;
|
|
533
476
|
}
|
|
534
|
-
|
|
535
477
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
536
478
|
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
537
479
|
.e-btn-group input:checked + label.e-btn.e-outline.e-warning,
|
|
@@ -542,7 +484,6 @@
|
|
|
542
484
|
border-color: #ffc720;
|
|
543
485
|
color: #000;
|
|
544
486
|
}
|
|
545
|
-
|
|
546
487
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
547
488
|
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
548
489
|
.e-btn-group input:checked + label.e-btn.e-outline.e-danger,
|
|
@@ -553,7 +494,6 @@
|
|
|
553
494
|
border-color: #a52834;
|
|
554
495
|
color: #fff;
|
|
555
496
|
}
|
|
556
|
-
|
|
557
497
|
.e-btn-group .e-btn:disabled,
|
|
558
498
|
.e-btn-group input:disabled + label.e-btn,
|
|
559
499
|
.e-css.e-btn-group .e-btn:disabled,
|
|
@@ -564,7 +504,6 @@
|
|
|
564
504
|
color: rgba(255, 255, 255, 0.65);
|
|
565
505
|
border-color: #6c757d;
|
|
566
506
|
}
|
|
567
|
-
|
|
568
507
|
.e-btn-group .e-btn:disabled.e-primary,
|
|
569
508
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
570
509
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
@@ -575,7 +514,6 @@
|
|
|
575
514
|
color: rgba(255, 255, 255, 0.65);
|
|
576
515
|
border-color: #0d6efd;
|
|
577
516
|
}
|
|
578
|
-
|
|
579
517
|
.e-btn-group .e-btn:disabled.e-success,
|
|
580
518
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
581
519
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
@@ -586,7 +524,6 @@
|
|
|
586
524
|
color: rgba(255, 255, 255, 0.65);
|
|
587
525
|
border-color: #198754;
|
|
588
526
|
}
|
|
589
|
-
|
|
590
527
|
.e-btn-group .e-btn:disabled.e-info,
|
|
591
528
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
592
529
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
@@ -597,7 +534,6 @@
|
|
|
597
534
|
color: rgba(0, 0, 0, 0.65);
|
|
598
535
|
border-color: #0dcaf0;
|
|
599
536
|
}
|
|
600
|
-
|
|
601
537
|
.e-btn-group .e-btn:disabled.e-warning,
|
|
602
538
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
603
539
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
@@ -608,7 +544,6 @@
|
|
|
608
544
|
color: rgba(0, 0, 0, 0.65);
|
|
609
545
|
border-color: #ffc107;
|
|
610
546
|
}
|
|
611
|
-
|
|
612
547
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
613
548
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
614
549
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
@@ -619,7 +554,6 @@
|
|
|
619
554
|
color: rgba(0, 0, 0, 0.65);
|
|
620
555
|
border-color: #dc3545;
|
|
621
556
|
}
|
|
622
|
-
|
|
623
557
|
.e-btn-group .e-btn:disabled.e-link,
|
|
624
558
|
.e-btn-group input:disabled + label.e-btn.e-link,
|
|
625
559
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
@@ -631,7 +565,6 @@
|
|
|
631
565
|
text-decoration: none;
|
|
632
566
|
border-color: transparent;
|
|
633
567
|
}
|
|
634
|
-
|
|
635
568
|
.e-btn-group .e-btn:disabled.e-outline,
|
|
636
569
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
637
570
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
@@ -641,7 +574,6 @@
|
|
|
641
574
|
color: #565e64;
|
|
642
575
|
border-color: #6c757d;
|
|
643
576
|
}
|
|
644
|
-
|
|
645
577
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
646
578
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
647
579
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -652,7 +584,6 @@
|
|
|
652
584
|
color: rgba(255, 255, 255, 0.65);
|
|
653
585
|
border-color: #0d6efd;
|
|
654
586
|
}
|
|
655
|
-
|
|
656
587
|
.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
657
588
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
658
589
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
@@ -663,7 +594,6 @@
|
|
|
663
594
|
color: rgba(255, 255, 255, 0.65);
|
|
664
595
|
border-color: #198754;
|
|
665
596
|
}
|
|
666
|
-
|
|
667
597
|
.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
668
598
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
669
599
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
@@ -674,7 +604,6 @@
|
|
|
674
604
|
color: rgba(0, 0, 0, 0.65);
|
|
675
605
|
border-color: #0dcaf0;
|
|
676
606
|
}
|
|
677
|
-
|
|
678
607
|
.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
679
608
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
680
609
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
@@ -685,7 +614,6 @@
|
|
|
685
614
|
color: rgba(0, 0, 0, 0.65);
|
|
686
615
|
border-color: #ffc107;
|
|
687
616
|
}
|
|
688
|
-
|
|
689
617
|
.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
690
618
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
691
619
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
@@ -696,23 +624,19 @@
|
|
|
696
624
|
color: rgba(255, 255, 255, 0.65);
|
|
697
625
|
border-color: #dc3545;
|
|
698
626
|
}
|
|
699
|
-
|
|
700
627
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
701
628
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
702
629
|
border-left: transparent;
|
|
703
630
|
border-right: transparent;
|
|
704
631
|
}
|
|
705
|
-
|
|
706
632
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
|
|
707
633
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
|
|
708
634
|
border-right: transparent;
|
|
709
635
|
}
|
|
710
|
-
|
|
711
636
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
|
|
712
637
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
|
|
713
638
|
border-left: transparent;
|
|
714
639
|
}
|
|
715
|
-
|
|
716
640
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
717
641
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
718
642
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -720,7 +644,6 @@
|
|
|
720
644
|
border-color: #6c757d;
|
|
721
645
|
outline-color: inherit;
|
|
722
646
|
}
|
|
723
|
-
|
|
724
647
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
725
648
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
726
649
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -728,7 +651,6 @@
|
|
|
728
651
|
border-color: #0d6efd;
|
|
729
652
|
outline-color: inherit;
|
|
730
653
|
}
|
|
731
|
-
|
|
732
654
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
733
655
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
734
656
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -736,7 +658,6 @@
|
|
|
736
658
|
border-color: #198754;
|
|
737
659
|
outline-color: inherit;
|
|
738
660
|
}
|
|
739
|
-
|
|
740
661
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
741
662
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
742
663
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -744,7 +665,6 @@
|
|
|
744
665
|
border-color: #0dcaf0;
|
|
745
666
|
outline-color: inherit;
|
|
746
667
|
}
|
|
747
|
-
|
|
748
668
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
749
669
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
750
670
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -752,7 +672,6 @@
|
|
|
752
672
|
border-color: #ffc107;
|
|
753
673
|
outline-color: inherit;
|
|
754
674
|
}
|
|
755
|
-
|
|
756
675
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
757
676
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
758
677
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -760,23 +679,19 @@
|
|
|
760
679
|
border-color: #dc3545;
|
|
761
680
|
outline-color: inherit;
|
|
762
681
|
}
|
|
763
|
-
|
|
764
682
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
765
683
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
766
684
|
border-bottom: transparent;
|
|
767
685
|
border-top: transparent;
|
|
768
686
|
}
|
|
769
|
-
|
|
770
687
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
771
688
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
772
689
|
border-bottom: transparent;
|
|
773
690
|
}
|
|
774
|
-
|
|
775
691
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
776
692
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
777
693
|
border-top: transparent;
|
|
778
694
|
}
|
|
779
|
-
|
|
780
695
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
781
696
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
782
697
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -784,7 +699,6 @@
|
|
|
784
699
|
border-color: #6c757d;
|
|
785
700
|
outline-color: inherit;
|
|
786
701
|
}
|
|
787
|
-
|
|
788
702
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
789
703
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
790
704
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -792,7 +706,6 @@
|
|
|
792
706
|
border-color: #0d6efd;
|
|
793
707
|
outline-color: inherit;
|
|
794
708
|
}
|
|
795
|
-
|
|
796
709
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
797
710
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
798
711
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -800,7 +713,6 @@
|
|
|
800
713
|
border-color: #198754;
|
|
801
714
|
outline-color: inherit;
|
|
802
715
|
}
|
|
803
|
-
|
|
804
716
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
805
717
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
806
718
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -808,7 +720,6 @@
|
|
|
808
720
|
border-color: #0dcaf0;
|
|
809
721
|
outline-color: inherit;
|
|
810
722
|
}
|
|
811
|
-
|
|
812
723
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
813
724
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
814
725
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -816,7 +727,6 @@
|
|
|
816
727
|
border-color: #ffc107;
|
|
817
728
|
outline-color: inherit;
|
|
818
729
|
}
|
|
819
|
-
|
|
820
730
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
821
731
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
822
732
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -824,19 +734,16 @@
|
|
|
824
734
|
border-color: #dc3545;
|
|
825
735
|
outline-color: inherit;
|
|
826
736
|
}
|
|
827
|
-
|
|
828
737
|
.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
829
738
|
.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
830
739
|
border-left: transparent;
|
|
831
740
|
border-right: transparent;
|
|
832
741
|
}
|
|
833
|
-
|
|
834
742
|
.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
835
743
|
.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
|
|
836
744
|
border-left: transparent;
|
|
837
745
|
}
|
|
838
|
-
|
|
839
746
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
840
747
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
841
748
|
border-right: transparent;
|
|
842
|
-
}
|
|
749
|
+
}
|