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