@syncfusion/ej2-vue-splitbuttons 19.4.48 → 20.1.55
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/README.md +1 -1
- package/dist/ej2-vue-splitbuttons.umd.min.js +29 -2
- package/dist/ej2-vue-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es2015.js +117 -11
- package/dist/es6/ej2-vue-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-splitbuttons.es5.js +78 -9
- 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.d.ts +1 -0
- package/src/drop-down-button/dropdownbutton.component.js +10 -1
- package/src/drop-down-button/items.directive.d.ts +3 -1
- package/src/drop-down-button/items.directive.js +24 -2
- package/src/progress-button/progressbutton.component.d.ts +1 -0
- package/src/progress-button/progressbutton.component.js +10 -1
- package/src/split-button/items.directive.d.ts +3 -1
- package/src/split-button/items.directive.js +24 -2
- package/src/split-button/splitbutton.component.d.ts +1 -0
- package/src/split-button/splitbutton.component.js +10 -1
- package/styles/bootstrap-dark.css +49 -375
- package/styles/bootstrap.css +49 -370
- package/styles/bootstrap4.css +57 -379
- package/styles/bootstrap5-dark.css +84 -389
- package/styles/bootstrap5.css +82 -387
- package/styles/button-group/bootstrap-dark.css +1 -106
- package/styles/button-group/bootstrap.css +1 -100
- package/styles/button-group/bootstrap4.css +5 -111
- package/styles/button-group/bootstrap5-dark.css +3 -108
- package/styles/button-group/bootstrap5.css +1 -106
- package/styles/button-group/fabric-dark.css +1 -106
- package/styles/button-group/fabric.css +1 -106
- package/styles/button-group/fluent-dark.css +761 -0
- package/styles/button-group/fluent-dark.scss +1 -0
- package/styles/button-group/fluent.css +761 -0
- package/styles/button-group/fluent.scss +1 -0
- package/styles/button-group/highcontrast-light.css +1 -106
- package/styles/button-group/highcontrast.css +1 -118
- package/styles/button-group/material-dark.css +1 -106
- package/styles/button-group/material.css +1 -107
- package/styles/button-group/tailwind-dark.css +1 -102
- package/styles/button-group/tailwind.css +1 -102
- package/styles/drop-down-button/bootstrap-dark.css +2 -36
- package/styles/drop-down-button/bootstrap.css +2 -36
- package/styles/drop-down-button/bootstrap4.css +3 -36
- package/styles/drop-down-button/bootstrap5-dark.css +10 -43
- package/styles/drop-down-button/bootstrap5.css +10 -43
- package/styles/drop-down-button/fabric-dark.css +2 -36
- package/styles/drop-down-button/fabric.css +2 -36
- package/styles/drop-down-button/fluent-dark.css +213 -0
- package/styles/drop-down-button/fluent-dark.scss +1 -0
- package/styles/drop-down-button/fluent.css +213 -0
- package/styles/drop-down-button/fluent.scss +1 -0
- package/styles/drop-down-button/highcontrast-light.css +2 -36
- package/styles/drop-down-button/highcontrast.css +2 -36
- package/styles/drop-down-button/material-dark.css +2 -36
- package/styles/drop-down-button/material.css +2 -36
- package/styles/drop-down-button/tailwind-dark.css +9 -43
- package/styles/drop-down-button/tailwind.css +9 -43
- package/styles/fabric-dark.css +49 -375
- package/styles/fabric.css +49 -375
- package/styles/fluent-dark.css +1818 -0
- package/styles/fluent-dark.scss +4 -0
- package/styles/fluent.css +1818 -0
- package/styles/fluent.scss +4 -0
- package/styles/highcontrast-light.css +49 -375
- package/styles/highcontrast.css +49 -387
- package/styles/material-dark.css +49 -375
- package/styles/material.css +49 -376
- package/styles/progress-button/bootstrap-dark.css +48 -165
- package/styles/progress-button/bootstrap.css +48 -165
- package/styles/progress-button/bootstrap4.css +48 -165
- package/styles/progress-button/bootstrap5-dark.css +73 -174
- package/styles/progress-button/bootstrap5.css +73 -174
- package/styles/progress-button/fabric-dark.css +48 -165
- package/styles/progress-button/fabric.css +48 -165
- package/styles/progress-button/fluent-dark.css +544 -0
- package/styles/progress-button/fluent-dark.scss +1 -0
- package/styles/progress-button/fluent.css +544 -0
- package/styles/progress-button/fluent.scss +1 -0
- package/styles/progress-button/highcontrast-light.css +48 -165
- package/styles/progress-button/highcontrast.css +48 -165
- package/styles/progress-button/material-dark.css +48 -165
- package/styles/progress-button/material.css +48 -165
- package/styles/progress-button/tailwind-dark.css +68 -169
- package/styles/progress-button/tailwind.css +68 -169
- package/styles/split-button/bootstrap-dark.css +1 -71
- package/styles/split-button/bootstrap.css +1 -71
- package/styles/split-button/bootstrap4.css +4 -70
- package/styles/split-button/bootstrap5-dark.css +1 -67
- package/styles/split-button/bootstrap5.css +1 -67
- package/styles/split-button/fabric-dark.css +1 -71
- package/styles/split-button/fabric.css +1 -71
- package/styles/split-button/fluent-dark.css +297 -0
- package/styles/split-button/fluent-dark.scss +1 -0
- package/styles/split-button/fluent.css +297 -0
- package/styles/split-button/fluent.scss +1 -0
- package/styles/split-button/highcontrast-light.css +1 -71
- package/styles/split-button/highcontrast.css +1 -71
- package/styles/split-button/material-dark.css +1 -71
- package/styles/split-button/material.css +1 -71
- package/styles/split-button/tailwind-dark.css +10 -80
- package/styles/split-button/tailwind.css +10 -80
- package/styles/tailwind-dark.css +85 -392
- package/styles/tailwind.css +85 -392
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
flex-direction: row;
|
|
8
8
|
position: relative;
|
|
9
9
|
}
|
|
10
|
-
|
|
11
10
|
*.e-btn-group input:focus + label.e-btn,
|
|
12
11
|
*.e-btn-group .e-btn:focus,
|
|
13
12
|
*.e-btn-group .e-btn:hover,
|
|
@@ -16,12 +15,10 @@
|
|
|
16
15
|
*.e-css.e-btn-group .e-btn:hover {
|
|
17
16
|
z-index: 2;
|
|
18
17
|
}
|
|
19
|
-
|
|
20
18
|
*.e-btn-group input + label.e-btn,
|
|
21
19
|
*.e-css.e-btn-group input + label.e-btn {
|
|
22
20
|
margin-bottom: 0;
|
|
23
21
|
}
|
|
24
|
-
|
|
25
22
|
*.e-btn-group input,
|
|
26
23
|
*.e-css.e-btn-group input {
|
|
27
24
|
-moz-appearance: none;
|
|
@@ -31,7 +28,6 @@
|
|
|
31
28
|
position: absolute;
|
|
32
29
|
width: 1px;
|
|
33
30
|
}
|
|
34
|
-
|
|
35
31
|
*.e-btn-group input:disabled + label.e-btn,
|
|
36
32
|
*.e-btn-group :disabled,
|
|
37
33
|
*.e-css.e-btn-group input:disabled + label.e-btn,
|
|
@@ -39,149 +35,123 @@
|
|
|
39
35
|
cursor: default;
|
|
40
36
|
pointer-events: none;
|
|
41
37
|
}
|
|
42
|
-
|
|
43
38
|
*.e-btn-group .e-btn-icon,
|
|
44
39
|
*.e-css.e-btn-group .e-btn-icon {
|
|
45
40
|
font-size: 14px;
|
|
46
41
|
}
|
|
47
|
-
|
|
48
42
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
|
|
49
43
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
|
|
50
44
|
margin-left: 0;
|
|
51
45
|
}
|
|
52
|
-
|
|
53
46
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
|
|
54
47
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
55
48
|
border-radius: 0;
|
|
56
49
|
}
|
|
57
|
-
|
|
58
50
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
59
51
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
60
52
|
border-bottom-right-radius: 0;
|
|
61
53
|
border-top-right-radius: 0;
|
|
62
54
|
}
|
|
63
|
-
|
|
64
55
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
|
|
65
56
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
66
57
|
border-bottom-left-radius: 0;
|
|
67
58
|
border-top-left-radius: 0;
|
|
68
59
|
}
|
|
69
|
-
|
|
70
60
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
|
|
71
61
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
72
62
|
border-bottom-right-radius: 0;
|
|
73
63
|
border-top-right-radius: 0;
|
|
74
64
|
}
|
|
75
|
-
|
|
76
65
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
|
|
77
66
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
|
|
78
67
|
border-bottom-left-radius: 0;
|
|
79
68
|
border-top-left-radius: 0;
|
|
80
69
|
}
|
|
81
|
-
|
|
82
70
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
83
71
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
84
72
|
border-bottom-right-radius: 0;
|
|
85
73
|
border-top-right-radius: 0;
|
|
86
74
|
}
|
|
87
|
-
|
|
88
75
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
89
76
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
90
77
|
border-bottom-left-radius: 0;
|
|
91
78
|
border-top-left-radius: 0;
|
|
92
79
|
}
|
|
93
|
-
|
|
94
80
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
95
81
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
96
82
|
border-bottom-right-radius: 0;
|
|
97
83
|
border-top-right-radius: 0;
|
|
98
84
|
}
|
|
99
|
-
|
|
100
85
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
101
86
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
102
87
|
border-bottom-left-radius: 0;
|
|
103
88
|
border-top-left-radius: 0;
|
|
104
89
|
}
|
|
105
|
-
|
|
106
90
|
*.e-btn-group.e-rtl .e-btn,
|
|
107
91
|
*.e-css.e-btn-group.e-rtl .e-btn {
|
|
108
92
|
margin-left: 0;
|
|
109
93
|
}
|
|
110
|
-
|
|
111
94
|
*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
112
95
|
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
113
96
|
border-radius: 0;
|
|
114
97
|
}
|
|
115
|
-
|
|
116
98
|
*.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
117
99
|
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
|
|
118
100
|
border-bottom-left-radius: 0;
|
|
119
101
|
border-top-left-radius: 0;
|
|
120
102
|
}
|
|
121
|
-
|
|
122
103
|
*.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
123
104
|
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
124
105
|
border-bottom-right-radius: 0;
|
|
125
106
|
border-top-right-radius: 0;
|
|
126
107
|
}
|
|
127
|
-
|
|
128
108
|
*.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
129
109
|
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
130
110
|
border-bottom-left-radius: 0;
|
|
131
111
|
border-top-left-radius: 0;
|
|
132
112
|
}
|
|
133
|
-
|
|
134
113
|
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
135
114
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
136
115
|
border-bottom-right-radius: 0;
|
|
137
116
|
border-top-right-radius: 0;
|
|
138
117
|
}
|
|
139
|
-
|
|
140
118
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
141
119
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
142
120
|
border-bottom-left-radius: 0;
|
|
143
121
|
border-top-left-radius: 0;
|
|
144
122
|
}
|
|
145
|
-
|
|
146
123
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
147
124
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
148
125
|
border-bottom-right-radius: 0;
|
|
149
126
|
border-top-right-radius: 0;
|
|
150
127
|
}
|
|
151
|
-
|
|
152
128
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
153
129
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
154
130
|
border-bottom-left-radius: 0;
|
|
155
131
|
border-top-left-radius: 0;
|
|
156
132
|
}
|
|
157
|
-
|
|
158
133
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
159
134
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
160
135
|
border-bottom-right-radius: 0;
|
|
161
136
|
border-top-right-radius: 0;
|
|
162
137
|
}
|
|
163
|
-
|
|
164
138
|
*.e-btn-group.e-vertical,
|
|
165
139
|
*.e-css.e-btn-group.e-vertical {
|
|
166
140
|
-ms-flex-direction: column;
|
|
167
141
|
flex-direction: column;
|
|
168
142
|
}
|
|
169
|
-
|
|
170
143
|
*.e-btn-group.e-vertical input,
|
|
171
144
|
*.e-css.e-btn-group.e-vertical input {
|
|
172
145
|
margin: -1px 0 0;
|
|
173
146
|
}
|
|
174
|
-
|
|
175
147
|
*.e-btn-group.e-vertical .e-btn:not(.e-outline),
|
|
176
148
|
*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
|
|
177
149
|
margin-top: -1px;
|
|
178
150
|
}
|
|
179
|
-
|
|
180
151
|
*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
|
|
181
152
|
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
182
153
|
border-radius: 0;
|
|
183
154
|
}
|
|
184
|
-
|
|
185
155
|
*.e-btn-group.e-vertical .e-btn:first-of-type,
|
|
186
156
|
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
|
|
187
157
|
border-bottom-left-radius: 0;
|
|
@@ -189,7 +159,6 @@
|
|
|
189
159
|
border-top-left-radius: 2px;
|
|
190
160
|
border-top-right-radius: 2px;
|
|
191
161
|
}
|
|
192
|
-
|
|
193
162
|
*.e-btn-group.e-vertical .e-btn:last-of-type,
|
|
194
163
|
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
|
|
195
164
|
border-bottom-left-radius: 2px;
|
|
@@ -197,83 +166,69 @@
|
|
|
197
166
|
border-top-left-radius: 0;
|
|
198
167
|
border-top-right-radius: 0;
|
|
199
168
|
}
|
|
200
|
-
|
|
201
169
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
|
|
202
170
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
|
|
203
171
|
border-radius: 20px;
|
|
204
172
|
}
|
|
205
|
-
|
|
206
173
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
|
|
207
174
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
|
|
208
175
|
border-bottom-left-radius: 20px;
|
|
209
176
|
border-top-left-radius: 20px;
|
|
210
177
|
}
|
|
211
|
-
|
|
212
178
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
|
|
213
179
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
|
|
214
180
|
border-bottom-right-radius: 20px;
|
|
215
181
|
border-top-right-radius: 20px;
|
|
216
182
|
}
|
|
217
|
-
|
|
218
183
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
|
|
219
184
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
|
|
220
185
|
border-bottom-right-radius: 0;
|
|
221
186
|
border-top-right-radius: 0;
|
|
222
187
|
}
|
|
223
|
-
|
|
224
188
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
|
|
225
189
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
|
|
226
190
|
border-bottom-left-radius: 0;
|
|
227
191
|
border-top-left-radius: 0;
|
|
228
192
|
}
|
|
229
|
-
|
|
230
193
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
|
|
231
194
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
|
|
232
195
|
border-bottom-left-radius: 20px;
|
|
233
196
|
border-top-left-radius: 20px;
|
|
234
197
|
}
|
|
235
|
-
|
|
236
198
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
237
199
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
238
200
|
border-bottom-right-radius: 0;
|
|
239
201
|
border-top-right-radius: 0;
|
|
240
202
|
}
|
|
241
|
-
|
|
242
203
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
243
204
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
244
205
|
border-bottom-left-radius: 0;
|
|
245
206
|
border-top-left-radius: 0;
|
|
246
207
|
}
|
|
247
|
-
|
|
248
208
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
249
209
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
250
210
|
border-bottom-right-radius: 20px;
|
|
251
211
|
border-top-right-radius: 20px;
|
|
252
212
|
}
|
|
253
|
-
|
|
254
213
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
255
214
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
256
215
|
border-radius: 20px;
|
|
257
216
|
}
|
|
258
|
-
|
|
259
217
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
260
218
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
261
219
|
border-bottom-right-radius: 20px;
|
|
262
220
|
border-top-right-radius: 20px;
|
|
263
221
|
}
|
|
264
|
-
|
|
265
222
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
266
223
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
267
224
|
border-bottom-left-radius: 20px;
|
|
268
225
|
border-top-left-radius: 20px;
|
|
269
226
|
}
|
|
270
|
-
|
|
271
227
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
272
228
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
273
229
|
border-bottom-left-radius: 0;
|
|
274
230
|
border-top-left-radius: 0;
|
|
275
231
|
}
|
|
276
|
-
|
|
277
232
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
278
233
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
279
234
|
border-bottom-right-radius: 0;
|
|
@@ -291,12 +246,10 @@
|
|
|
291
246
|
.e-css.e-btn-group:not(.e-outline) {
|
|
292
247
|
box-shadow: none;
|
|
293
248
|
}
|
|
294
|
-
|
|
295
249
|
.e-btn-group .e-btn:hover,
|
|
296
250
|
.e-css.e-btn-group .e-btn:hover {
|
|
297
251
|
box-shadow: none;
|
|
298
252
|
}
|
|
299
|
-
|
|
300
253
|
.e-btn-group .e-btn:focus,
|
|
301
254
|
.e-btn-group input:focus + label.e-btn,
|
|
302
255
|
.e-css.e-btn-group .e-btn:focus,
|
|
@@ -311,7 +264,6 @@
|
|
|
311
264
|
outline-color: inherit;
|
|
312
265
|
outline-offset: -4px;
|
|
313
266
|
}
|
|
314
|
-
|
|
315
267
|
.e-btn-group .e-btn:focus.e-primary,
|
|
316
268
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
317
269
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -324,7 +276,6 @@
|
|
|
324
276
|
box-shadow: none;
|
|
325
277
|
outline-color: #000;
|
|
326
278
|
}
|
|
327
|
-
|
|
328
279
|
.e-btn-group .e-btn:focus.e-success,
|
|
329
280
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
330
281
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
@@ -336,7 +287,6 @@
|
|
|
336
287
|
box-shadow: none;
|
|
337
288
|
outline-color: inherit;
|
|
338
289
|
}
|
|
339
|
-
|
|
340
290
|
.e-btn-group .e-btn:focus.e-info,
|
|
341
291
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
342
292
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
@@ -348,7 +298,6 @@
|
|
|
348
298
|
box-shadow: none;
|
|
349
299
|
outline-color: inherit;
|
|
350
300
|
}
|
|
351
|
-
|
|
352
301
|
.e-btn-group .e-btn:focus.e-warning,
|
|
353
302
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
354
303
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -360,7 +309,6 @@
|
|
|
360
309
|
box-shadow: none;
|
|
361
310
|
outline-color: inherit;
|
|
362
311
|
}
|
|
363
|
-
|
|
364
312
|
.e-btn-group .e-btn:focus.e-danger,
|
|
365
313
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
366
314
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -372,7 +320,6 @@
|
|
|
372
320
|
box-shadow: none;
|
|
373
321
|
outline-color: inherit;
|
|
374
322
|
}
|
|
375
|
-
|
|
376
323
|
.e-btn-group .e-btn:focus.e-link,
|
|
377
324
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
378
325
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
@@ -385,7 +332,6 @@
|
|
|
385
332
|
box-shadow: none;
|
|
386
333
|
outline: none;
|
|
387
334
|
}
|
|
388
|
-
|
|
389
335
|
.e-btn-group .e-btn:focus.e-outline,
|
|
390
336
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
391
337
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
@@ -393,42 +339,36 @@
|
|
|
393
339
|
box-shadow: none;
|
|
394
340
|
box-shadow: none;
|
|
395
341
|
}
|
|
396
|
-
|
|
397
342
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
398
343
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
399
344
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
400
345
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
401
346
|
box-shadow: none;
|
|
402
347
|
}
|
|
403
|
-
|
|
404
348
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
405
349
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
406
350
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
407
351
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
408
352
|
box-shadow: none;
|
|
409
353
|
}
|
|
410
|
-
|
|
411
354
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
412
355
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
413
356
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
414
357
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
415
358
|
box-shadow: none;
|
|
416
359
|
}
|
|
417
|
-
|
|
418
360
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
419
361
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
420
362
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
421
363
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
422
364
|
box-shadow: none;
|
|
423
365
|
}
|
|
424
|
-
|
|
425
366
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
426
367
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
427
368
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
428
369
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
429
370
|
box-shadow: none;
|
|
430
371
|
}
|
|
431
|
-
|
|
432
372
|
.e-btn-group .e-btn:active,
|
|
433
373
|
.e-btn-group input:active + label.e-btn,
|
|
434
374
|
.e-btn-group input:checked + label.e-btn,
|
|
@@ -442,7 +382,6 @@
|
|
|
442
382
|
outline-offset: 0;
|
|
443
383
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
444
384
|
}
|
|
445
|
-
|
|
446
385
|
.e-btn-group .e-btn:active.e-primary,
|
|
447
386
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
448
387
|
.e-btn-group input:checked + label.e-btn.e-primary,
|
|
@@ -455,7 +394,6 @@
|
|
|
455
394
|
outline: #fff 0 solid;
|
|
456
395
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
457
396
|
}
|
|
458
|
-
|
|
459
397
|
.e-btn-group .e-btn:active.e-success,
|
|
460
398
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
461
399
|
.e-btn-group input:checked + label.e-btn.e-success,
|
|
@@ -467,7 +405,6 @@
|
|
|
467
405
|
color: #166600;
|
|
468
406
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
469
407
|
}
|
|
470
|
-
|
|
471
408
|
.e-btn-group .e-btn:active.e-info,
|
|
472
409
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
473
410
|
.e-btn-group input:checked + label.e-btn.e-info,
|
|
@@ -479,7 +416,6 @@
|
|
|
479
416
|
border-color: #fff;
|
|
480
417
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
481
418
|
}
|
|
482
|
-
|
|
483
419
|
.e-btn-group .e-btn:active.e-warning,
|
|
484
420
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
485
421
|
.e-btn-group input:checked + label.e-btn.e-warning,
|
|
@@ -491,7 +427,6 @@
|
|
|
491
427
|
color: #944000;
|
|
492
428
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
493
429
|
}
|
|
494
|
-
|
|
495
430
|
.e-btn-group .e-btn:active.e-danger,
|
|
496
431
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
497
432
|
.e-btn-group input:checked + label.e-btn.e-danger,
|
|
@@ -503,7 +438,6 @@
|
|
|
503
438
|
color: #b30900;
|
|
504
439
|
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
|
|
505
440
|
}
|
|
506
|
-
|
|
507
441
|
.e-btn-group .e-btn:active.e-outline,
|
|
508
442
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
509
443
|
.e-btn-group input:checked + label.e-btn.e-outline,
|
|
@@ -515,7 +449,6 @@
|
|
|
515
449
|
box-shadow: none;
|
|
516
450
|
color: #000;
|
|
517
451
|
}
|
|
518
|
-
|
|
519
452
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
520
453
|
.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
521
454
|
.e-btn-group input:checked + label.e-btn.e-outline.e-primary,
|
|
@@ -527,7 +460,6 @@
|
|
|
527
460
|
box-shadow: none;
|
|
528
461
|
color: #000;
|
|
529
462
|
}
|
|
530
|
-
|
|
531
463
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
532
464
|
.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
533
465
|
.e-btn-group input:checked + label.e-btn.e-outline.e-success,
|
|
@@ -539,7 +471,6 @@
|
|
|
539
471
|
box-shadow: none;
|
|
540
472
|
color: #166600;
|
|
541
473
|
}
|
|
542
|
-
|
|
543
474
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
544
475
|
.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
545
476
|
.e-btn-group input:checked + label.e-btn.e-outline.e-info,
|
|
@@ -551,7 +482,6 @@
|
|
|
551
482
|
box-shadow: none;
|
|
552
483
|
color: #0056b3;
|
|
553
484
|
}
|
|
554
|
-
|
|
555
485
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
556
486
|
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
557
487
|
.e-btn-group input:checked + label.e-btn.e-outline.e-warning,
|
|
@@ -563,7 +493,6 @@
|
|
|
563
493
|
box-shadow: none;
|
|
564
494
|
color: #944000;
|
|
565
495
|
}
|
|
566
|
-
|
|
567
496
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
568
497
|
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
569
498
|
.e-btn-group input:checked + label.e-btn.e-outline.e-danger,
|
|
@@ -575,7 +504,6 @@
|
|
|
575
504
|
box-shadow: none;
|
|
576
505
|
color: #b30900;
|
|
577
506
|
}
|
|
578
|
-
|
|
579
507
|
.e-btn-group .e-btn:disabled,
|
|
580
508
|
.e-btn-group input:disabled + label.e-btn,
|
|
581
509
|
.e-css.e-btn-group .e-btn:disabled,
|
|
@@ -586,7 +514,6 @@
|
|
|
586
514
|
color: #757575;
|
|
587
515
|
border-color: #fff;
|
|
588
516
|
}
|
|
589
|
-
|
|
590
517
|
.e-btn-group .e-btn:disabled.e-primary,
|
|
591
518
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
592
519
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
@@ -597,7 +524,6 @@
|
|
|
597
524
|
color: #757575;
|
|
598
525
|
border-color: #ffd939;
|
|
599
526
|
}
|
|
600
|
-
|
|
601
527
|
.e-btn-group .e-btn:disabled.e-success,
|
|
602
528
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
603
529
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
@@ -608,7 +534,6 @@
|
|
|
608
534
|
color: #757575;
|
|
609
535
|
border-color: #166600;
|
|
610
536
|
}
|
|
611
|
-
|
|
612
537
|
.e-btn-group .e-btn:disabled.e-info,
|
|
613
538
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
614
539
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
@@ -619,7 +544,6 @@
|
|
|
619
544
|
color: #757575;
|
|
620
545
|
border-color: #0056b3;
|
|
621
546
|
}
|
|
622
|
-
|
|
623
547
|
.e-btn-group .e-btn:disabled.e-warning,
|
|
624
548
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
625
549
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
@@ -630,7 +554,6 @@
|
|
|
630
554
|
color: #757575;
|
|
631
555
|
border-color: #944000;
|
|
632
556
|
}
|
|
633
|
-
|
|
634
557
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
635
558
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
636
559
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
@@ -641,7 +564,6 @@
|
|
|
641
564
|
color: #757575;
|
|
642
565
|
border-color: #b30900;
|
|
643
566
|
}
|
|
644
|
-
|
|
645
567
|
.e-btn-group .e-btn:disabled.e-link,
|
|
646
568
|
.e-btn-group input:disabled + label.e-btn.e-link,
|
|
647
569
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
@@ -652,7 +574,6 @@
|
|
|
652
574
|
text-decoration: none;
|
|
653
575
|
border-color: transparent;
|
|
654
576
|
}
|
|
655
|
-
|
|
656
577
|
.e-btn-group .e-btn:disabled.e-outline,
|
|
657
578
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
658
579
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
@@ -663,7 +584,6 @@
|
|
|
663
584
|
color: #757575;
|
|
664
585
|
border-color: #fff;
|
|
665
586
|
}
|
|
666
|
-
|
|
667
587
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
668
588
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
669
589
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -674,7 +594,6 @@
|
|
|
674
594
|
color: #757575;
|
|
675
595
|
border-color: #ffd939;
|
|
676
596
|
}
|
|
677
|
-
|
|
678
597
|
.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
679
598
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
680
599
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
@@ -685,7 +604,6 @@
|
|
|
685
604
|
color: #757575;
|
|
686
605
|
border-color: #166600;
|
|
687
606
|
}
|
|
688
|
-
|
|
689
607
|
.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
690
608
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
691
609
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
@@ -696,7 +614,6 @@
|
|
|
696
614
|
color: #757575;
|
|
697
615
|
border-color: #0056b3;
|
|
698
616
|
}
|
|
699
|
-
|
|
700
617
|
.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
701
618
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
702
619
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
@@ -707,7 +624,6 @@
|
|
|
707
624
|
color: #757575;
|
|
708
625
|
border-color: #944000;
|
|
709
626
|
}
|
|
710
|
-
|
|
711
627
|
.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
712
628
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
713
629
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
@@ -718,85 +634,69 @@
|
|
|
718
634
|
color: #757575;
|
|
719
635
|
border-color: #b30900;
|
|
720
636
|
}
|
|
721
|
-
|
|
722
637
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type),
|
|
723
638
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
724
639
|
border-left: transparent;
|
|
725
640
|
border-right: transparent;
|
|
726
641
|
}
|
|
727
|
-
|
|
728
642
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
|
|
729
643
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
|
|
730
644
|
border-right: transparent;
|
|
731
645
|
}
|
|
732
|
-
|
|
733
646
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
|
|
734
647
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
|
|
735
648
|
border-left: transparent;
|
|
736
649
|
}
|
|
737
|
-
|
|
738
650
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type),
|
|
739
651
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
740
652
|
border-bottom: transparent;
|
|
741
653
|
border-top: transparent;
|
|
742
654
|
}
|
|
743
|
-
|
|
744
655
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:first-of-type,
|
|
745
656
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:first-of-type {
|
|
746
657
|
border-bottom: transparent;
|
|
747
658
|
}
|
|
748
|
-
|
|
749
659
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:last-of-type,
|
|
750
660
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:last-of-type {
|
|
751
661
|
border-top: transparent;
|
|
752
662
|
}
|
|
753
|
-
|
|
754
663
|
.e-btn-group .e-btn:hover,
|
|
755
664
|
.e-css.e-btn-group .e-btn:hover {
|
|
756
665
|
border-color: #fff;
|
|
757
666
|
}
|
|
758
|
-
|
|
759
667
|
.e-btn-group .e-btn:hover.e-primary,
|
|
760
668
|
.e-css.e-btn-group .e-btn:hover.e-primary {
|
|
761
669
|
border-color: #ffd939;
|
|
762
670
|
}
|
|
763
|
-
|
|
764
671
|
.e-btn-group .e-btn:hover.e-success,
|
|
765
672
|
.e-css.e-btn-group .e-btn:hover.e-success {
|
|
766
673
|
border-color: #166600;
|
|
767
674
|
}
|
|
768
|
-
|
|
769
675
|
.e-btn-group .e-btn:hover.e-info,
|
|
770
676
|
.e-css.e-btn-group .e-btn:hover.e-info {
|
|
771
677
|
border-color: #0056b3;
|
|
772
678
|
}
|
|
773
|
-
|
|
774
679
|
.e-btn-group .e-btn:hover.e-warning,
|
|
775
680
|
.e-css.e-btn-group .e-btn:hover.e-warning {
|
|
776
681
|
border-color: #944000;
|
|
777
682
|
}
|
|
778
|
-
|
|
779
683
|
.e-btn-group .e-btn:hover.e-danger,
|
|
780
684
|
.e-css.e-btn-group .e-btn:hover.e-danger {
|
|
781
685
|
border-color: #b30900;
|
|
782
686
|
}
|
|
783
|
-
|
|
784
687
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
785
688
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
786
689
|
border-left: transparent;
|
|
787
690
|
border-right: transparent;
|
|
788
691
|
}
|
|
789
|
-
|
|
790
692
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
|
|
791
693
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
|
|
792
694
|
border-right: transparent;
|
|
793
695
|
}
|
|
794
|
-
|
|
795
696
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
|
|
796
697
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
|
|
797
698
|
border-left: transparent;
|
|
798
699
|
}
|
|
799
|
-
|
|
800
700
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
801
701
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
802
702
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -804,7 +704,6 @@
|
|
|
804
704
|
border-color: #fff;
|
|
805
705
|
outline-color: inherit;
|
|
806
706
|
}
|
|
807
|
-
|
|
808
707
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
809
708
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
810
709
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -812,7 +711,6 @@
|
|
|
812
711
|
border-color: inherit;
|
|
813
712
|
outline-color: #000;
|
|
814
713
|
}
|
|
815
|
-
|
|
816
714
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
817
715
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
818
716
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -820,7 +718,6 @@
|
|
|
820
718
|
border-color: inherit;
|
|
821
719
|
outline-color: inherit;
|
|
822
720
|
}
|
|
823
|
-
|
|
824
721
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
825
722
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
826
723
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -828,7 +725,6 @@
|
|
|
828
725
|
border-color: inherit;
|
|
829
726
|
outline-color: inherit;
|
|
830
727
|
}
|
|
831
|
-
|
|
832
728
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
833
729
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
834
730
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -836,7 +732,6 @@
|
|
|
836
732
|
border-color: inherit;
|
|
837
733
|
outline-color: inherit;
|
|
838
734
|
}
|
|
839
|
-
|
|
840
735
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
841
736
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
842
737
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -844,23 +739,19 @@
|
|
|
844
739
|
border-color: inherit;
|
|
845
740
|
outline-color: inherit;
|
|
846
741
|
}
|
|
847
|
-
|
|
848
742
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
849
743
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
850
744
|
border-bottom: transparent;
|
|
851
745
|
border-top: transparent;
|
|
852
746
|
}
|
|
853
|
-
|
|
854
747
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
855
748
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
856
749
|
border-bottom: transparent;
|
|
857
750
|
}
|
|
858
|
-
|
|
859
751
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
860
752
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
861
753
|
border-top: transparent;
|
|
862
754
|
}
|
|
863
|
-
|
|
864
755
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
865
756
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
866
757
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -868,7 +759,6 @@
|
|
|
868
759
|
border-color: #fff;
|
|
869
760
|
outline-color: inherit;
|
|
870
761
|
}
|
|
871
|
-
|
|
872
762
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
873
763
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
874
764
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -876,7 +766,6 @@
|
|
|
876
766
|
border-color: inherit;
|
|
877
767
|
outline-color: #000;
|
|
878
768
|
}
|
|
879
|
-
|
|
880
769
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
881
770
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
882
771
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -884,7 +773,6 @@
|
|
|
884
773
|
border-color: inherit;
|
|
885
774
|
outline-color: inherit;
|
|
886
775
|
}
|
|
887
|
-
|
|
888
776
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
889
777
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
890
778
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -892,7 +780,6 @@
|
|
|
892
780
|
border-color: inherit;
|
|
893
781
|
outline-color: inherit;
|
|
894
782
|
}
|
|
895
|
-
|
|
896
783
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
897
784
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
898
785
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -900,7 +787,6 @@
|
|
|
900
787
|
border-color: inherit;
|
|
901
788
|
outline-color: inherit;
|
|
902
789
|
}
|
|
903
|
-
|
|
904
790
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
905
791
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
906
792
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -908,19 +794,16 @@
|
|
|
908
794
|
border-color: inherit;
|
|
909
795
|
outline-color: inherit;
|
|
910
796
|
}
|
|
911
|
-
|
|
912
797
|
.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
913
798
|
.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
914
799
|
border-left: transparent;
|
|
915
800
|
border-right: transparent;
|
|
916
801
|
}
|
|
917
|
-
|
|
918
802
|
.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
919
803
|
.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
|
|
920
804
|
border-left: transparent;
|
|
921
805
|
}
|
|
922
|
-
|
|
923
806
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
924
807
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
925
808
|
border-right: transparent;
|
|
926
|
-
}
|
|
809
|
+
}
|