@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.
- package/CHANGELOG.md +1 -3
- 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 +49 -375
- package/styles/bootstrap.css +49 -370
- package/styles/bootstrap4.css +57 -379
- package/styles/bootstrap5-dark.css +84 -389
- package/styles/bootstrap5.css +82 -387
- 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 +761 -0
- package/styles/button-group/fluent-dark.scss +1 -0
- package/styles/button-group/fluent.css +761 -0
- package/styles/button-group/fluent.scss +1 -0
- 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 +10 -43
- package/styles/drop-down-button/bootstrap5.css +10 -43
- 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 +213 -0
- package/styles/drop-down-button/fluent-dark.scss +1 -0
- package/styles/drop-down-button/fluent.css +213 -0
- package/styles/drop-down-button/fluent.scss +1 -0
- 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 +9 -43
- package/styles/drop-down-button/tailwind.css +9 -43
- package/styles/fabric-dark.css +49 -375
- package/styles/fabric.css +49 -375
- package/styles/fluent-dark.css +1818 -0
- package/styles/fluent-dark.scss +4 -0
- package/styles/fluent.css +1818 -0
- package/styles/fluent.scss +4 -0
- package/styles/highcontrast-light.css +49 -375
- package/styles/highcontrast.css +49 -387
- package/styles/material-dark.css +49 -375
- package/styles/material.css +49 -376
- package/styles/progress-button/bootstrap-dark.css +48 -165
- package/styles/progress-button/bootstrap.css +48 -165
- package/styles/progress-button/bootstrap4.css +48 -165
- package/styles/progress-button/bootstrap5-dark.css +73 -174
- package/styles/progress-button/bootstrap5.css +73 -174
- package/styles/progress-button/fabric-dark.css +48 -165
- package/styles/progress-button/fabric.css +48 -165
- package/styles/progress-button/fluent-dark.css +544 -0
- package/styles/progress-button/fluent-dark.scss +1 -0
- package/styles/progress-button/fluent.css +544 -0
- package/styles/progress-button/fluent.scss +1 -0
- package/styles/progress-button/highcontrast-light.css +48 -165
- package/styles/progress-button/highcontrast.css +48 -165
- package/styles/progress-button/material-dark.css +48 -165
- package/styles/progress-button/material.css +48 -165
- package/styles/progress-button/tailwind-dark.css +68 -169
- package/styles/progress-button/tailwind.css +68 -169
- 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 +297 -0
- package/styles/split-button/fluent-dark.scss +1 -0
- package/styles/split-button/fluent.css +297 -0
- package/styles/split-button/fluent.scss +1 -0
- 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 +10 -80
- package/styles/split-button/tailwind.css +10 -80
- package/styles/tailwind-dark.css +85 -392
- package/styles/tailwind.css +85 -392
|
@@ -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: 14px;
|
|
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,17 +246,14 @@
|
|
|
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,
|
|
296
250
|
.e-css.e-btn-group .e-btn {
|
|
297
251
|
box-shadow: none;
|
|
298
252
|
}
|
|
299
|
-
|
|
300
253
|
.e-btn-group .e-btn:hover,
|
|
301
254
|
.e-css.e-btn-group .e-btn:hover {
|
|
302
255
|
box-shadow: none;
|
|
303
256
|
}
|
|
304
|
-
|
|
305
257
|
.e-btn-group .e-btn:focus,
|
|
306
258
|
.e-btn-group input:focus + label.e-btn,
|
|
307
259
|
.e-css.e-btn-group .e-btn:focus,
|
|
@@ -315,7 +267,6 @@
|
|
|
315
267
|
box-shadow: none;
|
|
316
268
|
outline-color: inherit;
|
|
317
269
|
}
|
|
318
|
-
|
|
319
270
|
.e-btn-group .e-btn:focus.e-primary,
|
|
320
271
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
321
272
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -328,7 +279,6 @@
|
|
|
328
279
|
box-shadow: none;
|
|
329
280
|
outline-color: inherit;
|
|
330
281
|
}
|
|
331
|
-
|
|
332
282
|
.e-btn-group .e-btn:focus.e-success,
|
|
333
283
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
334
284
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
@@ -340,7 +290,6 @@
|
|
|
340
290
|
box-shadow: none;
|
|
341
291
|
outline-color: inherit;
|
|
342
292
|
}
|
|
343
|
-
|
|
344
293
|
.e-btn-group .e-btn:focus.e-info,
|
|
345
294
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
346
295
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
@@ -352,7 +301,6 @@
|
|
|
352
301
|
box-shadow: none;
|
|
353
302
|
outline-color: inherit;
|
|
354
303
|
}
|
|
355
|
-
|
|
356
304
|
.e-btn-group .e-btn:focus.e-warning,
|
|
357
305
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
358
306
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -364,7 +312,6 @@
|
|
|
364
312
|
box-shadow: none;
|
|
365
313
|
outline-color: inherit;
|
|
366
314
|
}
|
|
367
|
-
|
|
368
315
|
.e-btn-group .e-btn:focus.e-danger,
|
|
369
316
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
370
317
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -376,7 +323,6 @@
|
|
|
376
323
|
box-shadow: none;
|
|
377
324
|
outline-color: inherit;
|
|
378
325
|
}
|
|
379
|
-
|
|
380
326
|
.e-btn-group .e-btn:focus.e-link,
|
|
381
327
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
382
328
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
@@ -392,7 +338,6 @@
|
|
|
392
338
|
box-shadow: none;
|
|
393
339
|
outline: none;
|
|
394
340
|
}
|
|
395
|
-
|
|
396
341
|
.e-btn-group .e-btn:focus.e-outline,
|
|
397
342
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
398
343
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
@@ -400,7 +345,6 @@
|
|
|
400
345
|
box-shadow: 0 0 0 0.25em rgba(108, 117, 125, 0.5);
|
|
401
346
|
box-shadow: none;
|
|
402
347
|
}
|
|
403
|
-
|
|
404
348
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
405
349
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
406
350
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
@@ -408,7 +352,6 @@
|
|
|
408
352
|
box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5);
|
|
409
353
|
box-shadow: none;
|
|
410
354
|
}
|
|
411
|
-
|
|
412
355
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
413
356
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
414
357
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
@@ -416,7 +359,6 @@
|
|
|
416
359
|
box-shadow: 0 0 0 0.25em rgba(40, 167, 69, 0.5);
|
|
417
360
|
box-shadow: none;
|
|
418
361
|
}
|
|
419
|
-
|
|
420
362
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
421
363
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
422
364
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
@@ -424,7 +366,6 @@
|
|
|
424
366
|
box-shadow: 0 0 0 0.25em rgba(23, 162, 184, 0.5);
|
|
425
367
|
box-shadow: none;
|
|
426
368
|
}
|
|
427
|
-
|
|
428
369
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
429
370
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
430
371
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
@@ -432,7 +373,6 @@
|
|
|
432
373
|
box-shadow: 0 0 0 0.25em rgba(255, 193, 7, 0.5);
|
|
433
374
|
box-shadow: none;
|
|
434
375
|
}
|
|
435
|
-
|
|
436
376
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
437
377
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
438
378
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
@@ -440,7 +380,6 @@
|
|
|
440
380
|
box-shadow: 0 0 0 0.25em rgba(220, 53, 69, 0.5);
|
|
441
381
|
box-shadow: none;
|
|
442
382
|
}
|
|
443
|
-
|
|
444
383
|
.e-btn-group .e-btn:active,
|
|
445
384
|
.e-btn-group input:active + label.e-btn,
|
|
446
385
|
.e-btn-group input:checked + label.e-btn,
|
|
@@ -452,9 +391,8 @@
|
|
|
452
391
|
color: #fff;
|
|
453
392
|
outline: #6c757d 0 solid;
|
|
454
393
|
outline-offset: 0;
|
|
455
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
394
|
+
box-shadow: 0 0 0 0.25em rgba(78, 85, 91, 0.5);
|
|
456
395
|
}
|
|
457
|
-
|
|
458
396
|
.e-btn-group .e-btn:active.e-primary,
|
|
459
397
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
460
398
|
.e-btn-group input:checked + label.e-btn.e-primary,
|
|
@@ -467,7 +405,6 @@
|
|
|
467
405
|
outline: #6c757d 0 solid;
|
|
468
406
|
box-shadow: 0 0 0 0.25em rgba(0, 92, 191, 0.5);
|
|
469
407
|
}
|
|
470
|
-
|
|
471
408
|
.e-btn-group .e-btn:active.e-success,
|
|
472
409
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
473
410
|
.e-btn-group input:checked + label.e-btn.e-success,
|
|
@@ -479,7 +416,6 @@
|
|
|
479
416
|
color: #fff;
|
|
480
417
|
box-shadow: 0 0 0 0.25em rgba(28, 116, 48, 0.5);
|
|
481
418
|
}
|
|
482
|
-
|
|
483
419
|
.e-btn-group .e-btn:active.e-info,
|
|
484
420
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
485
421
|
.e-btn-group input:checked + label.e-btn.e-info,
|
|
@@ -489,9 +425,8 @@
|
|
|
489
425
|
background-color: #117a8b;
|
|
490
426
|
color: #fff;
|
|
491
427
|
border-color: #10707f;
|
|
492
|
-
box-shadow: 0 0 0 0.25em rgba(16, 112,
|
|
428
|
+
box-shadow: 0 0 0 0.25em rgba(16, 112, 127, 0.5);
|
|
493
429
|
}
|
|
494
|
-
|
|
495
430
|
.e-btn-group .e-btn:active.e-warning,
|
|
496
431
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
497
432
|
.e-btn-group input:checked + label.e-btn.e-warning,
|
|
@@ -503,7 +438,6 @@
|
|
|
503
438
|
color: #212529;
|
|
504
439
|
box-shadow: 0 0 0 0.25em rgba(198, 149, 0, 0.5);
|
|
505
440
|
}
|
|
506
|
-
|
|
507
441
|
.e-btn-group .e-btn:active.e-danger,
|
|
508
442
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
509
443
|
.e-btn-group input:checked + label.e-btn.e-danger,
|
|
@@ -515,7 +449,6 @@
|
|
|
515
449
|
color: #fff;
|
|
516
450
|
box-shadow: 0 0 0 0.25em rgba(178, 31, 45, 0.5);
|
|
517
451
|
}
|
|
518
|
-
|
|
519
452
|
.e-btn-group .e-btn:active.e-outline,
|
|
520
453
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
521
454
|
.e-btn-group input:checked + label.e-btn.e-outline,
|
|
@@ -524,10 +457,9 @@
|
|
|
524
457
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline {
|
|
525
458
|
background-color: #6c757d;
|
|
526
459
|
border-color: transparent;
|
|
527
|
-
box-shadow: 0 0 0 0.25em rgba(
|
|
460
|
+
box-shadow: 0 0 0 0.25em rgba(78, 85, 91, 0.5);
|
|
528
461
|
color: #fff;
|
|
529
462
|
}
|
|
530
|
-
|
|
531
463
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
532
464
|
.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
533
465
|
.e-btn-group input:checked + label.e-btn.e-outline.e-primary,
|
|
@@ -539,7 +471,6 @@
|
|
|
539
471
|
box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5);
|
|
540
472
|
color: #fff;
|
|
541
473
|
}
|
|
542
|
-
|
|
543
474
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
544
475
|
.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
545
476
|
.e-btn-group input:checked + label.e-btn.e-outline.e-success,
|
|
@@ -551,7 +482,6 @@
|
|
|
551
482
|
box-shadow: 0 0 0 0.25em rgba(28, 116, 48, 0.5);
|
|
552
483
|
color: #fff;
|
|
553
484
|
}
|
|
554
|
-
|
|
555
485
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
556
486
|
.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
557
487
|
.e-btn-group input:checked + label.e-btn.e-outline.e-info,
|
|
@@ -560,10 +490,9 @@
|
|
|
560
490
|
.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info {
|
|
561
491
|
background-color: #17a2b8;
|
|
562
492
|
border-color: transparent;
|
|
563
|
-
box-shadow: 0 0 0 0.25em rgba(16, 112,
|
|
493
|
+
box-shadow: 0 0 0 0.25em rgba(16, 112, 127, 0.5);
|
|
564
494
|
color: #fff;
|
|
565
495
|
}
|
|
566
|
-
|
|
567
496
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
568
497
|
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
569
498
|
.e-btn-group input:checked + label.e-btn.e-outline.e-warning,
|
|
@@ -575,7 +504,6 @@
|
|
|
575
504
|
box-shadow: 0 0 0 0.25em rgba(198, 149, 0, 0.5);
|
|
576
505
|
color: #212529;
|
|
577
506
|
}
|
|
578
|
-
|
|
579
507
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
580
508
|
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
581
509
|
.e-btn-group input:checked + label.e-btn.e-outline.e-danger,
|
|
@@ -587,7 +515,6 @@
|
|
|
587
515
|
box-shadow: 0 0 0 0.25em rgba(178, 31, 45, 0.5);
|
|
588
516
|
color: #fff;
|
|
589
517
|
}
|
|
590
|
-
|
|
591
518
|
.e-btn-group .e-btn:disabled,
|
|
592
519
|
.e-btn-group input:disabled + label.e-btn,
|
|
593
520
|
.e-css.e-btn-group .e-btn:disabled,
|
|
@@ -597,7 +524,6 @@
|
|
|
597
524
|
box-shadow: none;
|
|
598
525
|
color: #fff;
|
|
599
526
|
}
|
|
600
|
-
|
|
601
527
|
.e-btn-group .e-btn:disabled.e-primary,
|
|
602
528
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
603
529
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
@@ -607,7 +533,6 @@
|
|
|
607
533
|
box-shadow: none;
|
|
608
534
|
color: #fff;
|
|
609
535
|
}
|
|
610
|
-
|
|
611
536
|
.e-btn-group .e-btn:disabled.e-success,
|
|
612
537
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
613
538
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
@@ -617,7 +542,6 @@
|
|
|
617
542
|
box-shadow: none;
|
|
618
543
|
color: #fff;
|
|
619
544
|
}
|
|
620
|
-
|
|
621
545
|
.e-btn-group .e-btn:disabled.e-info,
|
|
622
546
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
623
547
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
@@ -627,7 +551,6 @@
|
|
|
627
551
|
box-shadow: none;
|
|
628
552
|
color: #fff;
|
|
629
553
|
}
|
|
630
|
-
|
|
631
554
|
.e-btn-group .e-btn:disabled.e-warning,
|
|
632
555
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
633
556
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
@@ -637,7 +560,6 @@
|
|
|
637
560
|
box-shadow: none;
|
|
638
561
|
color: #212529;
|
|
639
562
|
}
|
|
640
|
-
|
|
641
563
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
642
564
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
643
565
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
@@ -647,7 +569,6 @@
|
|
|
647
569
|
box-shadow: none;
|
|
648
570
|
color: #fff;
|
|
649
571
|
}
|
|
650
|
-
|
|
651
572
|
.e-btn-group .e-btn:disabled.e-link,
|
|
652
573
|
.e-btn-group input:disabled + label.e-btn.e-link,
|
|
653
574
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
@@ -657,7 +578,6 @@
|
|
|
657
578
|
box-shadow: none;
|
|
658
579
|
text-decoration: none;
|
|
659
580
|
}
|
|
660
|
-
|
|
661
581
|
.e-btn-group .e-btn:disabled.e-outline,
|
|
662
582
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
663
583
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
@@ -667,7 +587,6 @@
|
|
|
667
587
|
color: rgba(108, 117, 125, 0.65);
|
|
668
588
|
border-color: #6c757d;
|
|
669
589
|
}
|
|
670
|
-
|
|
671
590
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
672
591
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
673
592
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -678,7 +597,6 @@
|
|
|
678
597
|
color: rgba(0, 123, 255, 0.65);
|
|
679
598
|
border-color: #007bff;
|
|
680
599
|
}
|
|
681
|
-
|
|
682
600
|
.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
683
601
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
684
602
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
@@ -689,7 +607,6 @@
|
|
|
689
607
|
color: rgba(40, 167, 69, 0.65);
|
|
690
608
|
border-color: #28a745;
|
|
691
609
|
}
|
|
692
|
-
|
|
693
610
|
.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
694
611
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
695
612
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
@@ -700,7 +617,6 @@
|
|
|
700
617
|
color: rgba(23, 162, 184, 0.65);
|
|
701
618
|
border-color: #17a2b8;
|
|
702
619
|
}
|
|
703
|
-
|
|
704
620
|
.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
705
621
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
706
622
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
@@ -711,7 +627,6 @@
|
|
|
711
627
|
color: rgba(255, 193, 7, 0.65);
|
|
712
628
|
border-color: #ffc107;
|
|
713
629
|
}
|
|
714
|
-
|
|
715
630
|
.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
716
631
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
717
632
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
@@ -722,23 +637,19 @@
|
|
|
722
637
|
color: rgba(220, 53, 69, 0.65);
|
|
723
638
|
border-color: #dc3545;
|
|
724
639
|
}
|
|
725
|
-
|
|
726
640
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
727
641
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
728
642
|
border-left: transparent;
|
|
729
643
|
border-right: transparent;
|
|
730
644
|
}
|
|
731
|
-
|
|
732
645
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
|
|
733
646
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
|
|
734
647
|
border-right: transparent;
|
|
735
648
|
}
|
|
736
|
-
|
|
737
649
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
|
|
738
650
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
|
|
739
651
|
border-left: transparent;
|
|
740
652
|
}
|
|
741
|
-
|
|
742
653
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
743
654
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
744
655
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -746,7 +657,6 @@
|
|
|
746
657
|
border-color: #6c757d;
|
|
747
658
|
outline-color: inherit;
|
|
748
659
|
}
|
|
749
|
-
|
|
750
660
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
751
661
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
752
662
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -754,7 +664,6 @@
|
|
|
754
664
|
border-color: #007bff;
|
|
755
665
|
outline-color: inherit;
|
|
756
666
|
}
|
|
757
|
-
|
|
758
667
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
759
668
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
760
669
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -762,7 +671,6 @@
|
|
|
762
671
|
border-color: #28a745;
|
|
763
672
|
outline-color: inherit;
|
|
764
673
|
}
|
|
765
|
-
|
|
766
674
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
767
675
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
768
676
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -770,7 +678,6 @@
|
|
|
770
678
|
border-color: #17a2b8;
|
|
771
679
|
outline-color: inherit;
|
|
772
680
|
}
|
|
773
|
-
|
|
774
681
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
775
682
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
776
683
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -778,7 +685,6 @@
|
|
|
778
685
|
border-color: #ffc107;
|
|
779
686
|
outline-color: inherit;
|
|
780
687
|
}
|
|
781
|
-
|
|
782
688
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
783
689
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
784
690
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -786,23 +692,19 @@
|
|
|
786
692
|
border-color: #dc3545;
|
|
787
693
|
outline-color: inherit;
|
|
788
694
|
}
|
|
789
|
-
|
|
790
695
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
791
696
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
792
697
|
border-bottom: transparent;
|
|
793
698
|
border-top: transparent;
|
|
794
699
|
}
|
|
795
|
-
|
|
796
700
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
797
701
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
798
702
|
border-bottom: transparent;
|
|
799
703
|
}
|
|
800
|
-
|
|
801
704
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
802
705
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
803
706
|
border-top: transparent;
|
|
804
707
|
}
|
|
805
|
-
|
|
806
708
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
807
709
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
808
710
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -810,7 +712,6 @@
|
|
|
810
712
|
border-color: #6c757d;
|
|
811
713
|
outline-color: inherit;
|
|
812
714
|
}
|
|
813
|
-
|
|
814
715
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
815
716
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
816
717
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -818,7 +719,6 @@
|
|
|
818
719
|
border-color: #007bff;
|
|
819
720
|
outline-color: inherit;
|
|
820
721
|
}
|
|
821
|
-
|
|
822
722
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
823
723
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
824
724
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -826,7 +726,6 @@
|
|
|
826
726
|
border-color: #28a745;
|
|
827
727
|
outline-color: inherit;
|
|
828
728
|
}
|
|
829
|
-
|
|
830
729
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
831
730
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
832
731
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -834,7 +733,6 @@
|
|
|
834
733
|
border-color: #17a2b8;
|
|
835
734
|
outline-color: inherit;
|
|
836
735
|
}
|
|
837
|
-
|
|
838
736
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
839
737
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
840
738
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -842,7 +740,6 @@
|
|
|
842
740
|
border-color: #ffc107;
|
|
843
741
|
outline-color: inherit;
|
|
844
742
|
}
|
|
845
|
-
|
|
846
743
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
847
744
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
848
745
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -850,19 +747,16 @@
|
|
|
850
747
|
border-color: #dc3545;
|
|
851
748
|
outline-color: inherit;
|
|
852
749
|
}
|
|
853
|
-
|
|
854
750
|
.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
855
751
|
.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
856
752
|
border-left: transparent;
|
|
857
753
|
border-right: transparent;
|
|
858
754
|
}
|
|
859
|
-
|
|
860
755
|
.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
861
756
|
.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
|
|
862
757
|
border-left: transparent;
|
|
863
758
|
}
|
|
864
|
-
|
|
865
759
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
866
760
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
867
761
|
border-right: transparent;
|
|
868
|
-
}
|
|
762
|
+
}
|