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