@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: 16px;
|
|
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: 0 0 rgba(0, 0, 0, 0);
|
|
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,
|
|
@@ -439,7 +371,6 @@
|
|
|
439
371
|
color: #fff;
|
|
440
372
|
box-shadow: none;
|
|
441
373
|
}
|
|
442
|
-
|
|
443
374
|
.e-btn-group .e-btn:active.e-primary,
|
|
444
375
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
445
376
|
.e-btn-group input:checked + label.e-btn.e-primary,
|
|
@@ -451,7 +382,6 @@
|
|
|
451
382
|
color: #fff;
|
|
452
383
|
box-shadow: none;
|
|
453
384
|
}
|
|
454
|
-
|
|
455
385
|
.e-btn-group .e-btn:active.e-success,
|
|
456
386
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
457
387
|
.e-btn-group input:checked + label.e-btn.e-success,
|
|
@@ -463,7 +393,6 @@
|
|
|
463
393
|
color: #fff;
|
|
464
394
|
box-shadow: none;
|
|
465
395
|
}
|
|
466
|
-
|
|
467
396
|
.e-btn-group .e-btn:active.e-info,
|
|
468
397
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
469
398
|
.e-btn-group input:checked + label.e-btn.e-info,
|
|
@@ -475,7 +404,6 @@
|
|
|
475
404
|
border-color: #359c9f;
|
|
476
405
|
box-shadow: none;
|
|
477
406
|
}
|
|
478
|
-
|
|
479
407
|
.e-btn-group .e-btn:active.e-warning,
|
|
480
408
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
481
409
|
.e-btn-group input:checked + label.e-btn.e-warning,
|
|
@@ -487,7 +415,6 @@
|
|
|
487
415
|
color: #fff;
|
|
488
416
|
box-shadow: none;
|
|
489
417
|
}
|
|
490
|
-
|
|
491
418
|
.e-btn-group .e-btn:active.e-danger,
|
|
492
419
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
493
420
|
.e-btn-group input:checked + label.e-btn.e-danger,
|
|
@@ -499,7 +426,6 @@
|
|
|
499
426
|
color: #fff;
|
|
500
427
|
box-shadow: none;
|
|
501
428
|
}
|
|
502
|
-
|
|
503
429
|
.e-btn-group .e-btn:active.e-outline,
|
|
504
430
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
505
431
|
.e-btn-group input:checked + label.e-btn.e-outline,
|
|
@@ -511,7 +437,6 @@
|
|
|
511
437
|
box-shadow: none;
|
|
512
438
|
color: #fff;
|
|
513
439
|
}
|
|
514
|
-
|
|
515
440
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
516
441
|
.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
517
442
|
.e-btn-group input:checked + label.e-btn.e-outline.e-primary,
|
|
@@ -523,7 +448,6 @@
|
|
|
523
448
|
box-shadow: none;
|
|
524
449
|
color: #fff;
|
|
525
450
|
}
|
|
526
|
-
|
|
527
451
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
528
452
|
.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
529
453
|
.e-btn-group input:checked + label.e-btn.e-outline.e-success,
|
|
@@ -535,7 +459,6 @@
|
|
|
535
459
|
box-shadow: none;
|
|
536
460
|
color: #fff;
|
|
537
461
|
}
|
|
538
|
-
|
|
539
462
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
540
463
|
.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
541
464
|
.e-btn-group input:checked + label.e-btn.e-outline.e-info,
|
|
@@ -547,7 +470,6 @@
|
|
|
547
470
|
box-shadow: none;
|
|
548
471
|
color: #fff;
|
|
549
472
|
}
|
|
550
|
-
|
|
551
473
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
552
474
|
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
553
475
|
.e-btn-group input:checked + label.e-btn.e-outline.e-warning,
|
|
@@ -559,7 +481,6 @@
|
|
|
559
481
|
box-shadow: none;
|
|
560
482
|
color: #fff;
|
|
561
483
|
}
|
|
562
|
-
|
|
563
484
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
564
485
|
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
565
486
|
.e-btn-group input:checked + label.e-btn.e-outline.e-danger,
|
|
@@ -571,7 +492,6 @@
|
|
|
571
492
|
box-shadow: none;
|
|
572
493
|
color: #fff;
|
|
573
494
|
}
|
|
574
|
-
|
|
575
495
|
.e-btn-group .e-btn:disabled,
|
|
576
496
|
.e-btn-group input:disabled + label.e-btn,
|
|
577
497
|
.e-css.e-btn-group .e-btn:disabled,
|
|
@@ -582,7 +502,6 @@
|
|
|
582
502
|
color: #3b3a39;
|
|
583
503
|
border-color: #8a8886;
|
|
584
504
|
}
|
|
585
|
-
|
|
586
505
|
.e-btn-group .e-btn:disabled.e-primary,
|
|
587
506
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
588
507
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
@@ -594,7 +513,6 @@
|
|
|
594
513
|
outline: none;
|
|
595
514
|
border-color: #0078d4;
|
|
596
515
|
}
|
|
597
|
-
|
|
598
516
|
.e-btn-group .e-btn:disabled.e-success,
|
|
599
517
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
600
518
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
@@ -606,7 +524,6 @@
|
|
|
606
524
|
outline: none;
|
|
607
525
|
border-color: #0b6a0b;
|
|
608
526
|
}
|
|
609
|
-
|
|
610
527
|
.e-btn-group .e-btn:disabled.e-info,
|
|
611
528
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
612
529
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
@@ -618,7 +535,6 @@
|
|
|
618
535
|
outline: none;
|
|
619
536
|
border-color: #038387;
|
|
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,
|
|
@@ -630,7 +546,6 @@
|
|
|
630
546
|
outline: none;
|
|
631
547
|
border-color: #ca5010;
|
|
632
548
|
}
|
|
633
|
-
|
|
634
549
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
635
550
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
636
551
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
@@ -642,7 +557,6 @@
|
|
|
642
557
|
outline: none;
|
|
643
558
|
border-color: #d13438;
|
|
644
559
|
}
|
|
645
|
-
|
|
646
560
|
.e-btn-group .e-btn:disabled.e-link,
|
|
647
561
|
.e-btn-group input:disabled + label.e-btn.e-link,
|
|
648
562
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
@@ -654,7 +568,6 @@
|
|
|
654
568
|
outline: none;
|
|
655
569
|
border-color: transparent;
|
|
656
570
|
}
|
|
657
|
-
|
|
658
571
|
.e-btn-group .e-btn:disabled.e-outline,
|
|
659
572
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
660
573
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
@@ -665,7 +578,6 @@
|
|
|
665
578
|
color: #3b3a39;
|
|
666
579
|
border-color: #8a8886;
|
|
667
580
|
}
|
|
668
|
-
|
|
669
581
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
670
582
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
671
583
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -676,7 +588,6 @@
|
|
|
676
588
|
color: #3b3a39;
|
|
677
589
|
border-color: #0078d4;
|
|
678
590
|
}
|
|
679
|
-
|
|
680
591
|
.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
681
592
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
682
593
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
@@ -687,7 +598,6 @@
|
|
|
687
598
|
color: #3b3a39;
|
|
688
599
|
border-color: #0b6a0b;
|
|
689
600
|
}
|
|
690
|
-
|
|
691
601
|
.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
692
602
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
693
603
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
@@ -698,7 +608,6 @@
|
|
|
698
608
|
color: #3b3a39;
|
|
699
609
|
border-color: #038387;
|
|
700
610
|
}
|
|
701
|
-
|
|
702
611
|
.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
703
612
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
704
613
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
@@ -709,7 +618,6 @@
|
|
|
709
618
|
color: #3b3a39;
|
|
710
619
|
border-color: #ca5010;
|
|
711
620
|
}
|
|
712
|
-
|
|
713
621
|
.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
714
622
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
715
623
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
@@ -720,23 +628,19 @@
|
|
|
720
628
|
color: #3b3a39;
|
|
721
629
|
border-color: #d13438;
|
|
722
630
|
}
|
|
723
|
-
|
|
724
631
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
725
632
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
726
633
|
border-left: transparent;
|
|
727
634
|
border-right: transparent;
|
|
728
635
|
}
|
|
729
|
-
|
|
730
636
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
|
|
731
637
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
|
|
732
638
|
border-right: transparent;
|
|
733
639
|
}
|
|
734
|
-
|
|
735
640
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
|
|
736
641
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
|
|
737
642
|
border-left: transparent;
|
|
738
643
|
}
|
|
739
|
-
|
|
740
644
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
741
645
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
742
646
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -744,7 +648,6 @@
|
|
|
744
648
|
border-color: #8a8886;
|
|
745
649
|
outline-color: inherit;
|
|
746
650
|
}
|
|
747
|
-
|
|
748
651
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
749
652
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
750
653
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -752,7 +655,6 @@
|
|
|
752
655
|
border-color: #0078d4;
|
|
753
656
|
outline-color: inherit;
|
|
754
657
|
}
|
|
755
|
-
|
|
756
658
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
757
659
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
758
660
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -760,7 +662,6 @@
|
|
|
760
662
|
border-color: #0b6a0b;
|
|
761
663
|
outline-color: inherit;
|
|
762
664
|
}
|
|
763
|
-
|
|
764
665
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
765
666
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
766
667
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -768,7 +669,6 @@
|
|
|
768
669
|
border-color: #038387;
|
|
769
670
|
outline-color: inherit;
|
|
770
671
|
}
|
|
771
|
-
|
|
772
672
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
773
673
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
774
674
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -776,7 +676,6 @@
|
|
|
776
676
|
border-color: #ca5010;
|
|
777
677
|
outline-color: inherit;
|
|
778
678
|
}
|
|
779
|
-
|
|
780
679
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
781
680
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
782
681
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -784,23 +683,19 @@
|
|
|
784
683
|
border-color: #d13438;
|
|
785
684
|
outline-color: inherit;
|
|
786
685
|
}
|
|
787
|
-
|
|
788
686
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
789
687
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
790
688
|
border-bottom: transparent;
|
|
791
689
|
border-top: transparent;
|
|
792
690
|
}
|
|
793
|
-
|
|
794
691
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
795
692
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
796
693
|
border-bottom: transparent;
|
|
797
694
|
}
|
|
798
|
-
|
|
799
695
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
800
696
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
801
697
|
border-top: transparent;
|
|
802
698
|
}
|
|
803
|
-
|
|
804
699
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
805
700
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
806
701
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -808,7 +703,6 @@
|
|
|
808
703
|
border-color: #8a8886;
|
|
809
704
|
outline-color: inherit;
|
|
810
705
|
}
|
|
811
|
-
|
|
812
706
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
813
707
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
814
708
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -816,7 +710,6 @@
|
|
|
816
710
|
border-color: #0078d4;
|
|
817
711
|
outline-color: inherit;
|
|
818
712
|
}
|
|
819
|
-
|
|
820
713
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
821
714
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
822
715
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -824,7 +717,6 @@
|
|
|
824
717
|
border-color: #0b6a0b;
|
|
825
718
|
outline-color: inherit;
|
|
826
719
|
}
|
|
827
|
-
|
|
828
720
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
829
721
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
830
722
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -832,7 +724,6 @@
|
|
|
832
724
|
border-color: #038387;
|
|
833
725
|
outline-color: inherit;
|
|
834
726
|
}
|
|
835
|
-
|
|
836
727
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
837
728
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
838
729
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -840,7 +731,6 @@
|
|
|
840
731
|
border-color: #ca5010;
|
|
841
732
|
outline-color: inherit;
|
|
842
733
|
}
|
|
843
|
-
|
|
844
734
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
845
735
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
846
736
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -848,19 +738,16 @@
|
|
|
848
738
|
border-color: #d13438;
|
|
849
739
|
outline-color: inherit;
|
|
850
740
|
}
|
|
851
|
-
|
|
852
741
|
.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
853
742
|
.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
854
743
|
border-left: transparent;
|
|
855
744
|
border-right: transparent;
|
|
856
745
|
}
|
|
857
|
-
|
|
858
746
|
.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
859
747
|
.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
|
|
860
748
|
border-left: transparent;
|
|
861
749
|
}
|
|
862
|
-
|
|
863
750
|
.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
864
751
|
.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
865
752
|
border-right: transparent;
|
|
866
|
-
}
|
|
753
|
+
}
|