@syncfusion/ej2-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-splitbuttons.umd.min.js +2 -2
- package/dist/ej2-splitbuttons.umd.min.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es2015.js +11 -3
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +11 -3
- package/dist/es6/ej2-splitbuttons.es5.js.map +1 -1
- package/dist/global/ej2-splitbuttons.min.js +2 -2
- package/dist/global/ej2-splitbuttons.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/dist/ts/button-group/button-group.ts +84 -0
- package/dist/ts/common/common.ts +203 -0
- package/dist/ts/drop-down-button/drop-down-button.ts +806 -0
- package/dist/ts/progress-button/progress-button.ts +689 -0
- package/dist/ts/split-button/split-button.ts +501 -0
- package/helpers/e2e/dropdownbuttonHelper.js +55 -38
- package/helpers/e2e/index.js +10 -8
- package/helpers/e2e/progressbuttonHelper.js +52 -35
- package/helpers/e2e/splitbuttonHelper.js +58 -41
- package/package.json +7 -7
- package/src/drop-down-button/drop-down-button.js +11 -3
- 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/_fusionnew-definition.scss +31 -0
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_material3-definition.scss +31 -0
- package/styles/button-group/_theme.scss +48 -12
- 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/_fusionnew-definition.scss +51 -0
- package/styles/drop-down-button/_layout.scss +4 -2
- package/styles/drop-down-button/_material3-definition.scss +51 -0
- 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/icons/_fusionnew.scss +10 -0
- package/styles/drop-down-button/icons/_material3.scss +10 -0
- 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/_fluent-definition.scss +1 -1
- package/styles/progress-button/_fusionnew-definition.scss +21 -0
- package/styles/progress-button/_material3-definition.scss +21 -0
- 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/_fusionnew-definition.scss +25 -0
- package/styles/split-button/_material3-definition.scss +25 -0
- 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: 12px;
|
|
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,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,
|
|
@@ -310,7 +255,6 @@
|
|
|
310
255
|
box-shadow: none;
|
|
311
256
|
outline-color: inherit;
|
|
312
257
|
}
|
|
313
|
-
|
|
314
258
|
.e-btn-group .e-btn:focus.e-primary,
|
|
315
259
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
316
260
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -323,7 +267,6 @@
|
|
|
323
267
|
box-shadow: none;
|
|
324
268
|
outline-color: inherit;
|
|
325
269
|
}
|
|
326
|
-
|
|
327
270
|
.e-btn-group .e-btn:focus.e-success,
|
|
328
271
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
329
272
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
@@ -335,7 +278,6 @@
|
|
|
335
278
|
box-shadow: none;
|
|
336
279
|
outline-color: inherit;
|
|
337
280
|
}
|
|
338
|
-
|
|
339
281
|
.e-btn-group .e-btn:focus.e-info,
|
|
340
282
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
341
283
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
@@ -347,7 +289,6 @@
|
|
|
347
289
|
box-shadow: none;
|
|
348
290
|
outline-color: inherit;
|
|
349
291
|
}
|
|
350
|
-
|
|
351
292
|
.e-btn-group .e-btn:focus.e-warning,
|
|
352
293
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
353
294
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -359,7 +300,6 @@
|
|
|
359
300
|
box-shadow: none;
|
|
360
301
|
outline-color: inherit;
|
|
361
302
|
}
|
|
362
|
-
|
|
363
303
|
.e-btn-group .e-btn:focus.e-danger,
|
|
364
304
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
365
305
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -371,7 +311,6 @@
|
|
|
371
311
|
box-shadow: none;
|
|
372
312
|
outline-color: inherit;
|
|
373
313
|
}
|
|
374
|
-
|
|
375
314
|
.e-btn-group .e-btn:focus.e-link,
|
|
376
315
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
377
316
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
@@ -384,7 +323,6 @@
|
|
|
384
323
|
box-shadow: none;
|
|
385
324
|
outline: none;
|
|
386
325
|
}
|
|
387
|
-
|
|
388
326
|
.e-btn-group .e-btn:focus.e-outline,
|
|
389
327
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
390
328
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
@@ -392,42 +330,36 @@
|
|
|
392
330
|
box-shadow: none;
|
|
393
331
|
box-shadow: none;
|
|
394
332
|
}
|
|
395
|
-
|
|
396
333
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
397
334
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
398
335
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
399
336
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
400
337
|
box-shadow: none;
|
|
401
338
|
}
|
|
402
|
-
|
|
403
339
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
404
340
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
405
341
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
406
342
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
407
343
|
box-shadow: none;
|
|
408
344
|
}
|
|
409
|
-
|
|
410
345
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
411
346
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
412
347
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
413
348
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
414
349
|
box-shadow: none;
|
|
415
350
|
}
|
|
416
|
-
|
|
417
351
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
418
352
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
419
353
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
420
354
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
421
355
|
box-shadow: none;
|
|
422
356
|
}
|
|
423
|
-
|
|
424
357
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
425
358
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
426
359
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
427
360
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
428
361
|
box-shadow: none;
|
|
429
362
|
}
|
|
430
|
-
|
|
431
363
|
.e-btn-group .e-btn:active,
|
|
432
364
|
.e-btn-group input:active + label.e-btn,
|
|
433
365
|
.e-btn-group input:checked + label.e-btn,
|
|
@@ -441,7 +373,6 @@
|
|
|
441
373
|
outline-offset: 0;
|
|
442
374
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
443
375
|
}
|
|
444
|
-
|
|
445
376
|
.e-btn-group .e-btn:active.e-primary,
|
|
446
377
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
447
378
|
.e-btn-group input:checked + label.e-btn.e-primary,
|
|
@@ -454,7 +385,6 @@
|
|
|
454
385
|
outline: #393939 0 solid;
|
|
455
386
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
456
387
|
}
|
|
457
|
-
|
|
458
388
|
.e-btn-group .e-btn:active.e-success,
|
|
459
389
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
460
390
|
.e-btn-group input:checked + label.e-btn.e-success,
|
|
@@ -466,7 +396,6 @@
|
|
|
466
396
|
color: #fff;
|
|
467
397
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
468
398
|
}
|
|
469
|
-
|
|
470
399
|
.e-btn-group .e-btn:active.e-info,
|
|
471
400
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
472
401
|
.e-btn-group input:checked + label.e-btn.e-info,
|
|
@@ -478,7 +407,6 @@
|
|
|
478
407
|
border-color: #175b66;
|
|
479
408
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
480
409
|
}
|
|
481
|
-
|
|
482
410
|
.e-btn-group .e-btn:active.e-warning,
|
|
483
411
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
484
412
|
.e-btn-group input:checked + label.e-btn.e-warning,
|
|
@@ -490,7 +418,6 @@
|
|
|
490
418
|
color: #000;
|
|
491
419
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
492
420
|
}
|
|
493
|
-
|
|
494
421
|
.e-btn-group .e-btn:active.e-danger,
|
|
495
422
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
496
423
|
.e-btn-group input:checked + label.e-btn.e-danger,
|
|
@@ -502,7 +429,6 @@
|
|
|
502
429
|
color: #fff;
|
|
503
430
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
504
431
|
}
|
|
505
|
-
|
|
506
432
|
.e-btn-group .e-btn:active.e-outline,
|
|
507
433
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
508
434
|
.e-btn-group input:checked + label.e-btn.e-outline,
|
|
@@ -514,7 +440,6 @@
|
|
|
514
440
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
515
441
|
color: #fff;
|
|
516
442
|
}
|
|
517
|
-
|
|
518
443
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
519
444
|
.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
520
445
|
.e-btn-group input:checked + label.e-btn.e-outline.e-primary,
|
|
@@ -526,7 +451,6 @@
|
|
|
526
451
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
527
452
|
color: #fff;
|
|
528
453
|
}
|
|
529
|
-
|
|
530
454
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
531
455
|
.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
532
456
|
.e-btn-group input:checked + label.e-btn.e-outline.e-success,
|
|
@@ -538,7 +462,6 @@
|
|
|
538
462
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
539
463
|
color: #fff;
|
|
540
464
|
}
|
|
541
|
-
|
|
542
465
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
543
466
|
.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
544
467
|
.e-btn-group input:checked + label.e-btn.e-outline.e-info,
|
|
@@ -550,7 +473,6 @@
|
|
|
550
473
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
551
474
|
color: #fff;
|
|
552
475
|
}
|
|
553
|
-
|
|
554
476
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
555
477
|
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
556
478
|
.e-btn-group input:checked + label.e-btn.e-outline.e-warning,
|
|
@@ -562,7 +484,6 @@
|
|
|
562
484
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
563
485
|
color: #000;
|
|
564
486
|
}
|
|
565
|
-
|
|
566
487
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
567
488
|
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
568
489
|
.e-btn-group input:checked + label.e-btn.e-outline.e-danger,
|
|
@@ -574,7 +495,6 @@
|
|
|
574
495
|
box-shadow: inset 0 4px 5px rgba(26, 26, 26, 0.4);
|
|
575
496
|
color: #fff;
|
|
576
497
|
}
|
|
577
|
-
|
|
578
498
|
.e-btn-group .e-btn:disabled,
|
|
579
499
|
.e-btn-group input:disabled + label.e-btn,
|
|
580
500
|
.e-css.e-btn-group .e-btn:disabled,
|
|
@@ -585,7 +505,6 @@
|
|
|
585
505
|
color: rgba(240, 240, 240, 0.3);
|
|
586
506
|
border-color: #585858;
|
|
587
507
|
}
|
|
588
|
-
|
|
589
508
|
.e-btn-group .e-btn:disabled.e-primary,
|
|
590
509
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
591
510
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
@@ -596,7 +515,6 @@
|
|
|
596
515
|
color: rgba(255, 255, 255, 0.4);
|
|
597
516
|
border-color: #248aff;
|
|
598
517
|
}
|
|
599
|
-
|
|
600
518
|
.e-btn-group .e-btn:disabled.e-success,
|
|
601
519
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
602
520
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
@@ -607,7 +525,6 @@
|
|
|
607
525
|
color: rgba(240, 240, 240, 0.4);
|
|
608
526
|
border-color: #265e28;
|
|
609
527
|
}
|
|
610
|
-
|
|
611
528
|
.e-btn-group .e-btn:disabled.e-info,
|
|
612
529
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
613
530
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
@@ -618,7 +535,6 @@
|
|
|
618
535
|
color: rgba(240, 240, 240, 0.4);
|
|
619
536
|
border-color: #2aaac0;
|
|
620
537
|
}
|
|
621
|
-
|
|
622
538
|
.e-btn-group .e-btn:disabled.e-warning,
|
|
623
539
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
624
540
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
@@ -629,7 +545,6 @@
|
|
|
629
545
|
color: rgba(240, 240, 240, 0.4);
|
|
630
546
|
border-color: #f69807;
|
|
631
547
|
}
|
|
632
|
-
|
|
633
548
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
634
549
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
635
550
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
@@ -640,7 +555,6 @@
|
|
|
640
555
|
color: rgba(240, 240, 240, 0.4);
|
|
641
556
|
border-color: #982525;
|
|
642
557
|
}
|
|
643
|
-
|
|
644
558
|
.e-btn-group .e-btn:disabled.e-link,
|
|
645
559
|
.e-btn-group input:disabled + label.e-btn.e-link,
|
|
646
560
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
@@ -651,7 +565,6 @@
|
|
|
651
565
|
text-decoration: none;
|
|
652
566
|
border-color: transparent;
|
|
653
567
|
}
|
|
654
|
-
|
|
655
568
|
.e-btn-group .e-btn:disabled.e-outline,
|
|
656
569
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
657
570
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
@@ -662,7 +575,6 @@
|
|
|
662
575
|
color: rgba(240, 240, 240, 0.4);
|
|
663
576
|
border-color: #585858;
|
|
664
577
|
}
|
|
665
|
-
|
|
666
578
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
667
579
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
668
580
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -673,7 +585,6 @@
|
|
|
673
585
|
color: rgba(240, 240, 240, 0.4);
|
|
674
586
|
border-color: #0070f0;
|
|
675
587
|
}
|
|
676
|
-
|
|
677
588
|
.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
678
589
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
679
590
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
@@ -684,7 +595,6 @@
|
|
|
684
595
|
color: rgba(53, 130, 56, 0.4);
|
|
685
596
|
border-color: #358238;
|
|
686
597
|
}
|
|
687
|
-
|
|
688
598
|
.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
689
599
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
690
600
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
@@ -695,7 +605,6 @@
|
|
|
695
605
|
color: rgba(32, 128, 144, 0.4);
|
|
696
606
|
border-color: #208090;
|
|
697
607
|
}
|
|
698
|
-
|
|
699
608
|
.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
700
609
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
701
610
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
@@ -706,7 +615,6 @@
|
|
|
706
615
|
color: rgba(249, 173, 55, 0.4);
|
|
707
616
|
border-color: #f9ad37;
|
|
708
617
|
}
|
|
709
|
-
|
|
710
618
|
.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
711
619
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
712
620
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
@@ -717,23 +625,19 @@
|
|
|
717
625
|
color: rgba(193, 47, 47, 0.4);
|
|
718
626
|
border-color: #c12f2f;
|
|
719
627
|
}
|
|
720
|
-
|
|
721
628
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
722
629
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
723
630
|
border-left: transparent;
|
|
724
631
|
border-right: transparent;
|
|
725
632
|
}
|
|
726
|
-
|
|
727
633
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
|
|
728
634
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
|
|
729
635
|
border-right: transparent;
|
|
730
636
|
}
|
|
731
|
-
|
|
732
637
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
|
|
733
638
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
|
|
734
639
|
border-left: transparent;
|
|
735
640
|
}
|
|
736
|
-
|
|
737
641
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
738
642
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
739
643
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -741,7 +645,6 @@
|
|
|
741
645
|
border-color: #585858;
|
|
742
646
|
outline-color: inherit;
|
|
743
647
|
}
|
|
744
|
-
|
|
745
648
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
746
649
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
747
650
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -749,7 +652,6 @@
|
|
|
749
652
|
border-color: #3e98ff;
|
|
750
653
|
outline-color: inherit;
|
|
751
654
|
}
|
|
752
|
-
|
|
753
655
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
754
656
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
755
657
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -757,7 +659,6 @@
|
|
|
757
659
|
border-color: inherit;
|
|
758
660
|
outline-color: inherit;
|
|
759
661
|
}
|
|
760
|
-
|
|
761
662
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
762
663
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
763
664
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -765,7 +666,6 @@
|
|
|
765
666
|
border-color: inherit;
|
|
766
667
|
outline-color: inherit;
|
|
767
668
|
}
|
|
768
|
-
|
|
769
669
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
770
670
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
771
671
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -773,7 +673,6 @@
|
|
|
773
673
|
border-color: inherit;
|
|
774
674
|
outline-color: inherit;
|
|
775
675
|
}
|
|
776
|
-
|
|
777
676
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
778
677
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
779
678
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -781,23 +680,19 @@
|
|
|
781
680
|
border-color: inherit;
|
|
782
681
|
outline-color: inherit;
|
|
783
682
|
}
|
|
784
|
-
|
|
785
683
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
786
684
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
787
685
|
border-bottom: transparent;
|
|
788
686
|
border-top: transparent;
|
|
789
687
|
}
|
|
790
|
-
|
|
791
688
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
792
689
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
793
690
|
border-bottom: transparent;
|
|
794
691
|
}
|
|
795
|
-
|
|
796
692
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
797
693
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
798
694
|
border-top: transparent;
|
|
799
695
|
}
|
|
800
|
-
|
|
801
696
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
802
697
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
803
698
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -805,7 +700,6 @@
|
|
|
805
700
|
border-color: #585858;
|
|
806
701
|
outline-color: inherit;
|
|
807
702
|
}
|
|
808
|
-
|
|
809
703
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
810
704
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
811
705
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -813,7 +707,6 @@
|
|
|
813
707
|
border-color: #3e98ff;
|
|
814
708
|
outline-color: inherit;
|
|
815
709
|
}
|
|
816
|
-
|
|
817
710
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
818
711
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
819
712
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -821,7 +714,6 @@
|
|
|
821
714
|
border-color: inherit;
|
|
822
715
|
outline-color: inherit;
|
|
823
716
|
}
|
|
824
|
-
|
|
825
717
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
826
718
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
827
719
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -829,7 +721,6 @@
|
|
|
829
721
|
border-color: inherit;
|
|
830
722
|
outline-color: inherit;
|
|
831
723
|
}
|
|
832
|
-
|
|
833
724
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
834
725
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
835
726
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -837,7 +728,6 @@
|
|
|
837
728
|
border-color: inherit;
|
|
838
729
|
outline-color: inherit;
|
|
839
730
|
}
|
|
840
|
-
|
|
841
731
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
842
732
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
843
733
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -845,19 +735,16 @@
|
|
|
845
735
|
border-color: inherit;
|
|
846
736
|
outline-color: inherit;
|
|
847
737
|
}
|
|
848
|
-
|
|
849
738
|
.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
850
739
|
.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
851
740
|
border-left: transparent;
|
|
852
741
|
border-right: transparent;
|
|
853
742
|
}
|
|
854
|
-
|
|
855
743
|
.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
856
744
|
.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
|
|
857
745
|
border-left: transparent;
|
|
858
746
|
}
|
|
859
|
-
|
|
860
747
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
861
748
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
862
749
|
border-right: transparent;
|
|
863
|
-
}
|
|
750
|
+
}
|