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