@syncfusion/ej2-splitbuttons 20.1.47 → 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 +6 -0
- 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 +9 -2
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +9 -2
- 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/package.json +7 -7
- package/src/drop-down-button/drop-down-button.js +9 -2
- package/styles/bootstrap-dark.css +4 -330
- package/styles/bootstrap.css +4 -325
- package/styles/bootstrap4.css +12 -334
- package/styles/bootstrap5-dark.css +6 -331
- package/styles/bootstrap5.css +4 -329
- 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 +1 -106
- package/styles/button-group/fluent.css +1 -106
- 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 +2 -35
- package/styles/drop-down-button/bootstrap5.css +2 -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 +2 -36
- package/styles/drop-down-button/tailwind.css +2 -36
- package/styles/fabric-dark.css +4 -330
- package/styles/fabric.css +4 -330
- package/styles/fluent-dark.css +4 -330
- package/styles/fluent.css +4 -330
- package/styles/highcontrast-light.css +4 -330
- package/styles/highcontrast.css +4 -342
- package/styles/material-dark.css +4 -330
- package/styles/material.css +4 -331
- 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 +3 -124
- package/styles/progress-button/fluent.css +3 -124
- 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 +4 -331
- package/styles/tailwind.css +4 -331
|
@@ -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: 12px;
|
|
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: -1px;
|
|
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: -1px;
|
|
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,
|
|
@@ -310,7 +263,6 @@
|
|
|
310
263
|
box-shadow: none;
|
|
311
264
|
outline-color: inherit;
|
|
312
265
|
}
|
|
313
|
-
|
|
314
266
|
.e-btn-group .e-btn:focus.e-primary,
|
|
315
267
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
316
268
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -323,7 +275,6 @@
|
|
|
323
275
|
box-shadow: none;
|
|
324
276
|
outline-color: inherit;
|
|
325
277
|
}
|
|
326
|
-
|
|
327
278
|
.e-btn-group .e-btn:focus.e-success,
|
|
328
279
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
329
280
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
@@ -335,7 +286,6 @@
|
|
|
335
286
|
box-shadow: none;
|
|
336
287
|
outline-color: inherit;
|
|
337
288
|
}
|
|
338
|
-
|
|
339
289
|
.e-btn-group .e-btn:focus.e-info,
|
|
340
290
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
341
291
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
@@ -347,7 +297,6 @@
|
|
|
347
297
|
box-shadow: none;
|
|
348
298
|
outline-color: inherit;
|
|
349
299
|
}
|
|
350
|
-
|
|
351
300
|
.e-btn-group .e-btn:focus.e-warning,
|
|
352
301
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
353
302
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -359,7 +308,6 @@
|
|
|
359
308
|
box-shadow: none;
|
|
360
309
|
outline-color: inherit;
|
|
361
310
|
}
|
|
362
|
-
|
|
363
311
|
.e-btn-group .e-btn:focus.e-danger,
|
|
364
312
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
365
313
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -371,7 +319,6 @@
|
|
|
371
319
|
box-shadow: none;
|
|
372
320
|
outline-color: inherit;
|
|
373
321
|
}
|
|
374
|
-
|
|
375
322
|
.e-btn-group .e-btn:focus.e-link,
|
|
376
323
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
377
324
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
@@ -384,7 +331,6 @@
|
|
|
384
331
|
box-shadow: none;
|
|
385
332
|
outline: none;
|
|
386
333
|
}
|
|
387
|
-
|
|
388
334
|
.e-btn-group .e-btn:focus.e-outline,
|
|
389
335
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
390
336
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
@@ -392,42 +338,36 @@
|
|
|
392
338
|
box-shadow: none;
|
|
393
339
|
box-shadow: none;
|
|
394
340
|
}
|
|
395
|
-
|
|
396
341
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
397
342
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
398
343
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
399
344
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
400
345
|
box-shadow: none;
|
|
401
346
|
}
|
|
402
|
-
|
|
403
347
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
404
348
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
405
349
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
406
350
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
407
351
|
box-shadow: none;
|
|
408
352
|
}
|
|
409
|
-
|
|
410
353
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
411
354
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
412
355
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
413
356
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
414
357
|
box-shadow: none;
|
|
415
358
|
}
|
|
416
|
-
|
|
417
359
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
418
360
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
419
361
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
420
362
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
421
363
|
box-shadow: none;
|
|
422
364
|
}
|
|
423
|
-
|
|
424
365
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
425
366
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
426
367
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
427
368
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
428
369
|
box-shadow: none;
|
|
429
370
|
}
|
|
430
|
-
|
|
431
371
|
.e-btn-group .e-btn:active,
|
|
432
372
|
.e-btn-group input:active + label.e-btn,
|
|
433
373
|
.e-btn-group input:checked + label.e-btn,
|
|
@@ -441,7 +381,6 @@
|
|
|
441
381
|
outline-offset: 0;
|
|
442
382
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
443
383
|
}
|
|
444
|
-
|
|
445
384
|
.e-btn-group .e-btn:active.e-primary,
|
|
446
385
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
447
386
|
.e-btn-group input:checked + label.e-btn.e-primary,
|
|
@@ -454,7 +393,6 @@
|
|
|
454
393
|
outline: #fff 0 solid;
|
|
455
394
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
456
395
|
}
|
|
457
|
-
|
|
458
396
|
.e-btn-group .e-btn:active.e-success,
|
|
459
397
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
460
398
|
.e-btn-group input:checked + label.e-btn.e-success,
|
|
@@ -466,7 +404,6 @@
|
|
|
466
404
|
color: #fff;
|
|
467
405
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
468
406
|
}
|
|
469
|
-
|
|
470
407
|
.e-btn-group .e-btn:active.e-info,
|
|
471
408
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
472
409
|
.e-btn-group input:checked + label.e-btn.e-info,
|
|
@@ -478,7 +415,6 @@
|
|
|
478
415
|
border-color: #082831;
|
|
479
416
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
480
417
|
}
|
|
481
|
-
|
|
482
418
|
.e-btn-group .e-btn:active.e-warning,
|
|
483
419
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
484
420
|
.e-btn-group input:checked + label.e-btn.e-warning,
|
|
@@ -490,7 +426,6 @@
|
|
|
490
426
|
color: #fff;
|
|
491
427
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
492
428
|
}
|
|
493
|
-
|
|
494
429
|
.e-btn-group .e-btn:active.e-danger,
|
|
495
430
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
496
431
|
.e-btn-group input:checked + label.e-btn.e-danger,
|
|
@@ -502,7 +437,6 @@
|
|
|
502
437
|
color: #fff;
|
|
503
438
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
504
439
|
}
|
|
505
|
-
|
|
506
440
|
.e-btn-group .e-btn:active.e-outline,
|
|
507
441
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
508
442
|
.e-btn-group input:checked + label.e-btn.e-outline,
|
|
@@ -514,7 +448,6 @@
|
|
|
514
448
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
515
449
|
color: #333;
|
|
516
450
|
}
|
|
517
|
-
|
|
518
451
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
519
452
|
.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
520
453
|
.e-btn-group input:checked + label.e-btn.e-outline.e-primary,
|
|
@@ -526,7 +459,6 @@
|
|
|
526
459
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
527
460
|
color: #fff;
|
|
528
461
|
}
|
|
529
|
-
|
|
530
462
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
531
463
|
.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
532
464
|
.e-btn-group input:checked + label.e-btn.e-outline.e-success,
|
|
@@ -538,7 +470,6 @@
|
|
|
538
470
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
539
471
|
color: #fff;
|
|
540
472
|
}
|
|
541
|
-
|
|
542
473
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
543
474
|
.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
544
475
|
.e-btn-group input:checked + label.e-btn.e-outline.e-info,
|
|
@@ -550,7 +481,6 @@
|
|
|
550
481
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
551
482
|
color: #fff;
|
|
552
483
|
}
|
|
553
|
-
|
|
554
484
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
555
485
|
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
556
486
|
.e-btn-group input:checked + label.e-btn.e-outline.e-warning,
|
|
@@ -562,7 +492,6 @@
|
|
|
562
492
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
563
493
|
color: #fff;
|
|
564
494
|
}
|
|
565
|
-
|
|
566
495
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
567
496
|
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
568
497
|
.e-btn-group input:checked + label.e-btn.e-outline.e-danger,
|
|
@@ -574,7 +503,6 @@
|
|
|
574
503
|
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
575
504
|
color: #fff;
|
|
576
505
|
}
|
|
577
|
-
|
|
578
506
|
.e-btn-group .e-btn:disabled,
|
|
579
507
|
.e-btn-group input:disabled + label.e-btn,
|
|
580
508
|
.e-css.e-btn-group .e-btn:disabled,
|
|
@@ -585,7 +513,6 @@
|
|
|
585
513
|
color: rgba(51, 51, 51, 0.65);
|
|
586
514
|
border-color: #ccc;
|
|
587
515
|
}
|
|
588
|
-
|
|
589
516
|
.e-btn-group .e-btn:disabled.e-primary,
|
|
590
517
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
591
518
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
@@ -596,7 +523,6 @@
|
|
|
596
523
|
color: rgba(255, 255, 255, 0.65);
|
|
597
524
|
border-color: #265f91;
|
|
598
525
|
}
|
|
599
|
-
|
|
600
526
|
.e-btn-group .e-btn:disabled.e-success,
|
|
601
527
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
602
528
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
@@ -607,7 +533,6 @@
|
|
|
607
533
|
color: rgba(255, 255, 255, 0.65);
|
|
608
534
|
border-color: #175e28;
|
|
609
535
|
}
|
|
610
|
-
|
|
611
536
|
.e-btn-group .e-btn:disabled.e-info,
|
|
612
537
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
613
538
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
@@ -618,7 +543,6 @@
|
|
|
618
543
|
color: rgba(255, 255, 255, 0.65);
|
|
619
544
|
border-color: #145d72;
|
|
620
545
|
}
|
|
621
|
-
|
|
622
546
|
.e-btn-group .e-btn:disabled.e-warning,
|
|
623
547
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
624
548
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
@@ -629,7 +553,6 @@
|
|
|
629
553
|
color: rgba(255, 255, 255, 0.65);
|
|
630
554
|
border-color: #794906;
|
|
631
555
|
}
|
|
632
|
-
|
|
633
556
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
634
557
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
635
558
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
@@ -640,7 +563,6 @@
|
|
|
640
563
|
color: rgba(255, 255, 255, 0.65);
|
|
641
564
|
border-color: #bb202f;
|
|
642
565
|
}
|
|
643
|
-
|
|
644
566
|
.e-btn-group .e-btn:disabled.e-link,
|
|
645
567
|
.e-btn-group input:disabled + label.e-btn.e-link,
|
|
646
568
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
@@ -651,7 +573,6 @@
|
|
|
651
573
|
text-decoration: none;
|
|
652
574
|
border-color: transparent;
|
|
653
575
|
}
|
|
654
|
-
|
|
655
576
|
.e-btn-group .e-btn:disabled.e-outline,
|
|
656
577
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
657
578
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
@@ -662,7 +583,6 @@
|
|
|
662
583
|
color: rgba(51, 51, 51, 0.65);
|
|
663
584
|
border-color: #ccc;
|
|
664
585
|
}
|
|
665
|
-
|
|
666
586
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
667
587
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
668
588
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -673,7 +593,6 @@
|
|
|
673
593
|
color: rgba(51, 51, 51, 0.65);
|
|
674
594
|
border-color: #317ab9;
|
|
675
595
|
}
|
|
676
|
-
|
|
677
596
|
.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
678
597
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
679
598
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
@@ -684,7 +603,6 @@
|
|
|
684
603
|
color: rgba(33, 135, 57, 0.65);
|
|
685
604
|
border-color: #218739;
|
|
686
605
|
}
|
|
687
|
-
|
|
688
606
|
.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
689
607
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
690
608
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
@@ -695,7 +613,6 @@
|
|
|
695
613
|
color: rgba(27, 128, 158, 0.65);
|
|
696
614
|
border-color: #1b809e;
|
|
697
615
|
}
|
|
698
|
-
|
|
699
616
|
.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
700
617
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
701
618
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
@@ -706,7 +623,6 @@
|
|
|
706
623
|
color: rgba(170, 103, 8, 0.65);
|
|
707
624
|
border-color: #aa6708;
|
|
708
625
|
}
|
|
709
|
-
|
|
710
626
|
.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
711
627
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
712
628
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
@@ -717,7 +633,6 @@
|
|
|
717
633
|
color: rgba(220, 50, 67, 0.65);
|
|
718
634
|
border-color: #dc3243;
|
|
719
635
|
}
|
|
720
|
-
|
|
721
636
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
722
637
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
723
638
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -725,7 +640,6 @@
|
|
|
725
640
|
border-color: #8c8c8c;
|
|
726
641
|
outline-color: inherit;
|
|
727
642
|
}
|
|
728
|
-
|
|
729
643
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
730
644
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
731
645
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -733,7 +647,6 @@
|
|
|
733
647
|
border-color: #142f46;
|
|
734
648
|
outline-color: inherit;
|
|
735
649
|
}
|
|
736
|
-
|
|
737
650
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
738
651
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
739
652
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -741,7 +654,6 @@
|
|
|
741
654
|
border-color: black;
|
|
742
655
|
outline-color: inherit;
|
|
743
656
|
}
|
|
744
|
-
|
|
745
657
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
746
658
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
747
659
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -749,7 +661,6 @@
|
|
|
749
661
|
border-color: #010406;
|
|
750
662
|
outline-color: inherit;
|
|
751
663
|
}
|
|
752
|
-
|
|
753
664
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
754
665
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
755
666
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -757,7 +668,6 @@
|
|
|
757
668
|
border-color: black;
|
|
758
669
|
outline-color: inherit;
|
|
759
670
|
}
|
|
760
|
-
|
|
761
671
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
762
672
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
763
673
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -765,23 +675,19 @@
|
|
|
765
675
|
border-color: #4e0d14;
|
|
766
676
|
outline-color: inherit;
|
|
767
677
|
}
|
|
768
|
-
|
|
769
678
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
770
679
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
771
680
|
border-bottom: transparent;
|
|
772
681
|
border-top: transparent;
|
|
773
682
|
}
|
|
774
|
-
|
|
775
683
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
776
684
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
777
685
|
border-bottom: transparent;
|
|
778
686
|
}
|
|
779
|
-
|
|
780
687
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
781
688
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
782
689
|
border-top: transparent;
|
|
783
690
|
}
|
|
784
|
-
|
|
785
691
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
786
692
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
787
693
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -789,7 +695,6 @@
|
|
|
789
695
|
border-color: #8c8c8c;
|
|
790
696
|
outline-color: inherit;
|
|
791
697
|
}
|
|
792
|
-
|
|
793
698
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
794
699
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
795
700
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -797,7 +702,6 @@
|
|
|
797
702
|
border-color: #142f46;
|
|
798
703
|
outline-color: inherit;
|
|
799
704
|
}
|
|
800
|
-
|
|
801
705
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
802
706
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
803
707
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -805,7 +709,6 @@
|
|
|
805
709
|
border-color: black;
|
|
806
710
|
outline-color: inherit;
|
|
807
711
|
}
|
|
808
|
-
|
|
809
712
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
810
713
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
811
714
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -813,7 +716,6 @@
|
|
|
813
716
|
border-color: #010406;
|
|
814
717
|
outline-color: inherit;
|
|
815
718
|
}
|
|
816
|
-
|
|
817
719
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
818
720
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
819
721
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -821,11 +723,10 @@
|
|
|
821
723
|
border-color: black;
|
|
822
724
|
outline-color: inherit;
|
|
823
725
|
}
|
|
824
|
-
|
|
825
726
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
826
727
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
827
728
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
828
729
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
829
730
|
border-color: #4e0d14;
|
|
830
731
|
outline-color: inherit;
|
|
831
|
-
}
|
|
732
|
+
}
|