@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
|
@@ -8,12 +8,18 @@
|
|
|
8
8
|
flex-direction: row;
|
|
9
9
|
position: relative;
|
|
10
10
|
}
|
|
11
|
-
|
|
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
|
+
}
|
|
12
19
|
*.e-btn-group input + label.e-btn,
|
|
13
20
|
*.e-css.e-btn-group input + label.e-btn {
|
|
14
21
|
margin-bottom: 0;
|
|
15
22
|
}
|
|
16
|
-
|
|
17
23
|
*.e-btn-group input,
|
|
18
24
|
*.e-css.e-btn-group input {
|
|
19
25
|
-moz-appearance: none;
|
|
@@ -23,7 +29,6 @@
|
|
|
23
29
|
position: absolute;
|
|
24
30
|
width: 1px;
|
|
25
31
|
}
|
|
26
|
-
|
|
27
32
|
*.e-btn-group input:disabled + label.e-btn,
|
|
28
33
|
*.e-btn-group :disabled,
|
|
29
34
|
*.e-css.e-btn-group input:disabled + label.e-btn,
|
|
@@ -31,149 +36,123 @@
|
|
|
31
36
|
cursor: default;
|
|
32
37
|
pointer-events: none;
|
|
33
38
|
}
|
|
34
|
-
|
|
35
39
|
*.e-btn-group .e-btn-icon,
|
|
36
40
|
*.e-css.e-btn-group .e-btn-icon {
|
|
37
41
|
font-size: 18px;
|
|
38
42
|
}
|
|
39
|
-
|
|
40
43
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn,
|
|
41
44
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn {
|
|
42
45
|
margin-left: -1px;
|
|
43
46
|
}
|
|
44
|
-
|
|
45
47
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type),
|
|
46
48
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
47
49
|
border-radius: 0;
|
|
48
50
|
}
|
|
49
|
-
|
|
50
51
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type,
|
|
51
52
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
52
53
|
border-bottom-right-radius: 0;
|
|
53
54
|
border-top-right-radius: 0;
|
|
54
55
|
}
|
|
55
|
-
|
|
56
56
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type,
|
|
57
57
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
58
58
|
border-bottom-left-radius: 0;
|
|
59
59
|
border-top-left-radius: 0;
|
|
60
60
|
}
|
|
61
|
-
|
|
62
61
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child),
|
|
63
62
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) {
|
|
64
63
|
border-bottom-right-radius: 0;
|
|
65
64
|
border-top-right-radius: 0;
|
|
66
65
|
}
|
|
67
|
-
|
|
68
66
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn,
|
|
69
67
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn {
|
|
70
68
|
border-bottom-left-radius: 0;
|
|
71
69
|
border-top-left-radius: 0;
|
|
72
70
|
}
|
|
73
|
-
|
|
74
71
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
75
72
|
*.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 {
|
|
76
73
|
border-bottom-right-radius: 0;
|
|
77
74
|
border-top-right-radius: 0;
|
|
78
75
|
}
|
|
79
|
-
|
|
80
76
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
81
77
|
*.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 {
|
|
82
78
|
border-bottom-left-radius: 0;
|
|
83
79
|
border-top-left-radius: 0;
|
|
84
80
|
}
|
|
85
|
-
|
|
86
81
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
87
82
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
88
83
|
border-bottom-right-radius: 0;
|
|
89
84
|
border-top-right-radius: 0;
|
|
90
85
|
}
|
|
91
|
-
|
|
92
86
|
*.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
93
87
|
*.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
94
88
|
border-bottom-left-radius: 0;
|
|
95
89
|
border-top-left-radius: 0;
|
|
96
90
|
}
|
|
97
|
-
|
|
98
91
|
*.e-btn-group.e-rtl .e-btn,
|
|
99
92
|
*.e-css.e-btn-group.e-rtl .e-btn {
|
|
100
93
|
margin-left: -1px;
|
|
101
94
|
}
|
|
102
|
-
|
|
103
95
|
*.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type),
|
|
104
96
|
*.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
105
97
|
border-radius: 0;
|
|
106
98
|
}
|
|
107
|
-
|
|
108
99
|
*.e-btn-group.e-rtl .e-btn:first-of-type,
|
|
109
100
|
*.e-css.e-btn-group.e-rtl .e-btn:first-of-type {
|
|
110
101
|
border-bottom-left-radius: 0;
|
|
111
102
|
border-top-left-radius: 0;
|
|
112
103
|
}
|
|
113
|
-
|
|
114
104
|
*.e-btn-group.e-rtl .e-btn:last-of-type,
|
|
115
105
|
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type {
|
|
116
106
|
border-bottom-right-radius: 0;
|
|
117
107
|
border-top-right-radius: 0;
|
|
118
108
|
}
|
|
119
|
-
|
|
120
109
|
*.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child),
|
|
121
110
|
*.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
122
111
|
border-bottom-left-radius: 0;
|
|
123
112
|
border-top-left-radius: 0;
|
|
124
113
|
}
|
|
125
|
-
|
|
126
114
|
*.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn,
|
|
127
115
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn {
|
|
128
116
|
border-bottom-right-radius: 0;
|
|
129
117
|
border-top-right-radius: 0;
|
|
130
118
|
}
|
|
131
|
-
|
|
132
119
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child,
|
|
133
120
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child {
|
|
134
121
|
border-bottom-left-radius: 0;
|
|
135
122
|
border-top-left-radius: 0;
|
|
136
123
|
}
|
|
137
|
-
|
|
138
124
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child,
|
|
139
125
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child {
|
|
140
126
|
border-bottom-right-radius: 0;
|
|
141
127
|
border-top-right-radius: 0;
|
|
142
128
|
}
|
|
143
|
-
|
|
144
129
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
145
130
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
146
131
|
border-bottom-left-radius: 0;
|
|
147
132
|
border-top-left-radius: 0;
|
|
148
133
|
}
|
|
149
|
-
|
|
150
134
|
*.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
151
135
|
*.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
152
136
|
border-bottom-right-radius: 0;
|
|
153
137
|
border-top-right-radius: 0;
|
|
154
138
|
}
|
|
155
|
-
|
|
156
139
|
*.e-btn-group.e-vertical,
|
|
157
140
|
*.e-css.e-btn-group.e-vertical {
|
|
158
141
|
-ms-flex-direction: column;
|
|
159
142
|
flex-direction: column;
|
|
160
143
|
}
|
|
161
|
-
|
|
162
144
|
*.e-btn-group.e-vertical input,
|
|
163
145
|
*.e-css.e-btn-group.e-vertical input {
|
|
164
146
|
margin: -1px 0 0;
|
|
165
147
|
}
|
|
166
|
-
|
|
167
148
|
*.e-btn-group.e-vertical .e-btn:not(.e-outline),
|
|
168
149
|
*.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) {
|
|
169
150
|
margin-top: -1px;
|
|
170
151
|
}
|
|
171
|
-
|
|
172
152
|
*.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type),
|
|
173
153
|
*.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) {
|
|
174
154
|
border-radius: 0;
|
|
175
155
|
}
|
|
176
|
-
|
|
177
156
|
*.e-btn-group.e-vertical .e-btn:first-of-type,
|
|
178
157
|
*.e-css.e-btn-group.e-vertical .e-btn:first-of-type {
|
|
179
158
|
border-bottom-left-radius: 0;
|
|
@@ -181,7 +160,6 @@
|
|
|
181
160
|
border-top-left-radius: 2px;
|
|
182
161
|
border-top-right-radius: 2px;
|
|
183
162
|
}
|
|
184
|
-
|
|
185
163
|
*.e-btn-group.e-vertical .e-btn:last-of-type,
|
|
186
164
|
*.e-css.e-btn-group.e-vertical .e-btn:last-of-type {
|
|
187
165
|
border-bottom-left-radius: 2px;
|
|
@@ -189,83 +167,69 @@
|
|
|
189
167
|
border-top-left-radius: 0;
|
|
190
168
|
border-top-right-radius: 0;
|
|
191
169
|
}
|
|
192
|
-
|
|
193
170
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl),
|
|
194
171
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) {
|
|
195
172
|
border-radius: 20px;
|
|
196
173
|
}
|
|
197
|
-
|
|
198
174
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type,
|
|
199
175
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type {
|
|
200
176
|
border-bottom-left-radius: 20px;
|
|
201
177
|
border-top-left-radius: 20px;
|
|
202
178
|
}
|
|
203
|
-
|
|
204
179
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type,
|
|
205
180
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type {
|
|
206
181
|
border-bottom-right-radius: 20px;
|
|
207
182
|
border-top-right-radius: 20px;
|
|
208
183
|
}
|
|
209
|
-
|
|
210
184
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child),
|
|
211
185
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) {
|
|
212
186
|
border-bottom-right-radius: 0;
|
|
213
187
|
border-top-right-radius: 0;
|
|
214
188
|
}
|
|
215
|
-
|
|
216
189
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn,
|
|
217
190
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn {
|
|
218
191
|
border-bottom-left-radius: 0;
|
|
219
192
|
border-top-left-radius: 0;
|
|
220
193
|
}
|
|
221
|
-
|
|
222
194
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child,
|
|
223
195
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child {
|
|
224
196
|
border-bottom-left-radius: 20px;
|
|
225
197
|
border-top-left-radius: 20px;
|
|
226
198
|
}
|
|
227
|
-
|
|
228
199
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child,
|
|
229
200
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child {
|
|
230
201
|
border-bottom-right-radius: 0;
|
|
231
202
|
border-top-right-radius: 0;
|
|
232
203
|
}
|
|
233
|
-
|
|
234
204
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child,
|
|
235
205
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child {
|
|
236
206
|
border-bottom-left-radius: 0;
|
|
237
207
|
border-top-left-radius: 0;
|
|
238
208
|
}
|
|
239
|
-
|
|
240
209
|
*.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child,
|
|
241
210
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child {
|
|
242
211
|
border-bottom-right-radius: 20px;
|
|
243
212
|
border-top-right-radius: 20px;
|
|
244
213
|
}
|
|
245
|
-
|
|
246
214
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl,
|
|
247
215
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl {
|
|
248
216
|
border-radius: 20px;
|
|
249
217
|
}
|
|
250
|
-
|
|
251
218
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type,
|
|
252
219
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type {
|
|
253
220
|
border-bottom-right-radius: 20px;
|
|
254
221
|
border-top-right-radius: 20px;
|
|
255
222
|
}
|
|
256
|
-
|
|
257
223
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type,
|
|
258
224
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type {
|
|
259
225
|
border-bottom-left-radius: 20px;
|
|
260
226
|
border-top-left-radius: 20px;
|
|
261
227
|
}
|
|
262
|
-
|
|
263
228
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child),
|
|
264
229
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) {
|
|
265
230
|
border-bottom-left-radius: 0;
|
|
266
231
|
border-top-left-radius: 0;
|
|
267
232
|
}
|
|
268
|
-
|
|
269
233
|
*.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child),
|
|
270
234
|
*.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) {
|
|
271
235
|
border-bottom-right-radius: 0;
|
|
@@ -283,12 +247,10 @@
|
|
|
283
247
|
.e-css.e-btn-group:not(.e-outline) {
|
|
284
248
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
285
249
|
}
|
|
286
|
-
|
|
287
250
|
.e-btn-group .e-btn:hover,
|
|
288
251
|
.e-css.e-btn-group .e-btn:hover {
|
|
289
252
|
box-shadow: none;
|
|
290
253
|
}
|
|
291
|
-
|
|
292
254
|
.e-btn-group .e-btn:focus,
|
|
293
255
|
.e-btn-group input:focus + label.e-btn,
|
|
294
256
|
.e-css.e-btn-group .e-btn:focus,
|
|
@@ -299,10 +261,8 @@
|
|
|
299
261
|
outline: #fff 0 solid;
|
|
300
262
|
outline-offset: 0;
|
|
301
263
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
302
|
-
box-shadow: none;
|
|
303
264
|
outline-color: inherit;
|
|
304
265
|
}
|
|
305
|
-
|
|
306
266
|
.e-btn-group .e-btn:focus.e-primary,
|
|
307
267
|
.e-btn-group input:focus + label.e-btn.e-primary,
|
|
308
268
|
.e-css.e-btn-group .e-btn:focus.e-primary,
|
|
@@ -312,10 +272,8 @@
|
|
|
312
272
|
color: #fff;
|
|
313
273
|
outline: #fff 0 solid;
|
|
314
274
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
315
|
-
box-shadow: none;
|
|
316
275
|
outline-color: inherit;
|
|
317
276
|
}
|
|
318
|
-
|
|
319
277
|
.e-btn-group .e-btn:focus.e-success,
|
|
320
278
|
.e-btn-group input:focus + label.e-btn.e-success,
|
|
321
279
|
.e-css.e-btn-group .e-btn:focus.e-success,
|
|
@@ -324,10 +282,8 @@
|
|
|
324
282
|
border-color: #15803d;
|
|
325
283
|
color: #fff;
|
|
326
284
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
327
|
-
box-shadow: none;
|
|
328
285
|
outline-color: inherit;
|
|
329
286
|
}
|
|
330
|
-
|
|
331
287
|
.e-btn-group .e-btn:focus.e-info,
|
|
332
288
|
.e-btn-group input:focus + label.e-btn.e-info,
|
|
333
289
|
.e-css.e-btn-group .e-btn:focus.e-info,
|
|
@@ -336,10 +292,8 @@
|
|
|
336
292
|
border-color: #0e7490;
|
|
337
293
|
color: #fff;
|
|
338
294
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
339
|
-
box-shadow: none;
|
|
340
295
|
outline-color: inherit;
|
|
341
296
|
}
|
|
342
|
-
|
|
343
297
|
.e-btn-group .e-btn:focus.e-warning,
|
|
344
298
|
.e-btn-group input:focus + label.e-btn.e-warning,
|
|
345
299
|
.e-css.e-btn-group .e-btn:focus.e-warning,
|
|
@@ -348,10 +302,8 @@
|
|
|
348
302
|
border-color: #c2410c;
|
|
349
303
|
color: #fff;
|
|
350
304
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
351
|
-
box-shadow: none;
|
|
352
305
|
outline-color: inherit;
|
|
353
306
|
}
|
|
354
|
-
|
|
355
307
|
.e-btn-group .e-btn:focus.e-danger,
|
|
356
308
|
.e-btn-group input:focus + label.e-btn.e-danger,
|
|
357
309
|
.e-css.e-btn-group .e-btn:focus.e-danger,
|
|
@@ -360,10 +312,8 @@
|
|
|
360
312
|
border-color: #dc2626;
|
|
361
313
|
color: #fff;
|
|
362
314
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
363
|
-
box-shadow: none;
|
|
364
315
|
outline-color: inherit;
|
|
365
316
|
}
|
|
366
|
-
|
|
367
317
|
.e-btn-group .e-btn:focus.e-link,
|
|
368
318
|
.e-btn-group input:focus + label.e-btn.e-link,
|
|
369
319
|
.e-css.e-btn-group .e-btn:focus.e-link,
|
|
@@ -376,55 +326,42 @@
|
|
|
376
326
|
box-shadow: none;
|
|
377
327
|
outline: none;
|
|
378
328
|
}
|
|
379
|
-
|
|
380
329
|
.e-btn-group .e-btn:focus.e-outline,
|
|
381
330
|
.e-btn-group input:focus + label.e-btn.e-outline,
|
|
382
331
|
.e-css.e-btn-group .e-btn:focus.e-outline,
|
|
383
332
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline {
|
|
384
333
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
385
|
-
box-shadow: none;
|
|
386
334
|
}
|
|
387
|
-
|
|
388
335
|
.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
389
336
|
.e-btn-group input:focus + label.e-btn.e-outline.e-primary,
|
|
390
337
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-primary,
|
|
391
338
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary {
|
|
392
339
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
393
|
-
box-shadow: none;
|
|
394
340
|
}
|
|
395
|
-
|
|
396
341
|
.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
397
342
|
.e-btn-group input:focus + label.e-btn.e-outline.e-success,
|
|
398
343
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-success,
|
|
399
344
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success {
|
|
400
345
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
401
|
-
box-shadow: none;
|
|
402
346
|
}
|
|
403
|
-
|
|
404
347
|
.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
405
348
|
.e-btn-group input:focus + label.e-btn.e-outline.e-info,
|
|
406
349
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-info,
|
|
407
350
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info {
|
|
408
351
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
409
|
-
box-shadow: none;
|
|
410
352
|
}
|
|
411
|
-
|
|
412
353
|
.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
413
354
|
.e-btn-group input:focus + label.e-btn.e-outline.e-warning,
|
|
414
355
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-warning,
|
|
415
356
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning {
|
|
416
357
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
417
|
-
box-shadow: none;
|
|
418
358
|
}
|
|
419
|
-
|
|
420
359
|
.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
421
360
|
.e-btn-group input:focus + label.e-btn.e-outline.e-danger,
|
|
422
361
|
.e-css.e-btn-group .e-btn:focus.e-outline.e-danger,
|
|
423
362
|
.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger {
|
|
424
363
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95), 0 0 0 4px #4f46e5;
|
|
425
|
-
box-shadow: none;
|
|
426
364
|
}
|
|
427
|
-
|
|
428
365
|
.e-btn-group .e-btn:active,
|
|
429
366
|
.e-btn-group input:active + label.e-btn,
|
|
430
367
|
.e-btn-group input:checked + label.e-btn,
|
|
@@ -438,7 +375,6 @@
|
|
|
438
375
|
outline-offset: 0;
|
|
439
376
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
440
377
|
}
|
|
441
|
-
|
|
442
378
|
.e-btn-group .e-btn:active.e-primary,
|
|
443
379
|
.e-btn-group input:active + label.e-btn.e-primary,
|
|
444
380
|
.e-btn-group input:checked + label.e-btn.e-primary,
|
|
@@ -451,7 +387,6 @@
|
|
|
451
387
|
outline: #fff 0 solid;
|
|
452
388
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
453
389
|
}
|
|
454
|
-
|
|
455
390
|
.e-btn-group .e-btn:active.e-success,
|
|
456
391
|
.e-btn-group input:active + label.e-btn.e-success,
|
|
457
392
|
.e-btn-group input:checked + label.e-btn.e-success,
|
|
@@ -463,7 +398,6 @@
|
|
|
463
398
|
color: #fff;
|
|
464
399
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
465
400
|
}
|
|
466
|
-
|
|
467
401
|
.e-btn-group .e-btn:active.e-info,
|
|
468
402
|
.e-btn-group input:active + label.e-btn.e-info,
|
|
469
403
|
.e-btn-group input:checked + label.e-btn.e-info,
|
|
@@ -475,7 +409,6 @@
|
|
|
475
409
|
border-color: #164e63;
|
|
476
410
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
477
411
|
}
|
|
478
|
-
|
|
479
412
|
.e-btn-group .e-btn:active.e-warning,
|
|
480
413
|
.e-btn-group input:active + label.e-btn.e-warning,
|
|
481
414
|
.e-btn-group input:checked + label.e-btn.e-warning,
|
|
@@ -487,7 +420,6 @@
|
|
|
487
420
|
color: #fff;
|
|
488
421
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
489
422
|
}
|
|
490
|
-
|
|
491
423
|
.e-btn-group .e-btn:active.e-danger,
|
|
492
424
|
.e-btn-group input:active + label.e-btn.e-danger,
|
|
493
425
|
.e-btn-group input:checked + label.e-btn.e-danger,
|
|
@@ -499,7 +431,6 @@
|
|
|
499
431
|
color: #fff;
|
|
500
432
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
501
433
|
}
|
|
502
|
-
|
|
503
434
|
.e-btn-group .e-btn:active.e-outline,
|
|
504
435
|
.e-btn-group input:active + label.e-btn.e-outline,
|
|
505
436
|
.e-btn-group input:checked + label.e-btn.e-outline,
|
|
@@ -511,7 +442,6 @@
|
|
|
511
442
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
512
443
|
color: #374151;
|
|
513
444
|
}
|
|
514
|
-
|
|
515
445
|
.e-btn-group .e-btn:active.e-outline.e-primary,
|
|
516
446
|
.e-btn-group input:active + label.e-btn.e-outline.e-primary,
|
|
517
447
|
.e-btn-group input:checked + label.e-btn.e-outline.e-primary,
|
|
@@ -523,7 +453,6 @@
|
|
|
523
453
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
524
454
|
color: #fff;
|
|
525
455
|
}
|
|
526
|
-
|
|
527
456
|
.e-btn-group .e-btn:active.e-outline.e-success,
|
|
528
457
|
.e-btn-group input:active + label.e-btn.e-outline.e-success,
|
|
529
458
|
.e-btn-group input:checked + label.e-btn.e-outline.e-success,
|
|
@@ -535,7 +464,6 @@
|
|
|
535
464
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
536
465
|
color: #fff;
|
|
537
466
|
}
|
|
538
|
-
|
|
539
467
|
.e-btn-group .e-btn:active.e-outline.e-info,
|
|
540
468
|
.e-btn-group input:active + label.e-btn.e-outline.e-info,
|
|
541
469
|
.e-btn-group input:checked + label.e-btn.e-outline.e-info,
|
|
@@ -547,7 +475,6 @@
|
|
|
547
475
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
548
476
|
color: #fff;
|
|
549
477
|
}
|
|
550
|
-
|
|
551
478
|
.e-btn-group .e-btn:active.e-outline.e-warning,
|
|
552
479
|
.e-btn-group input:active + label.e-btn.e-outline.e-warning,
|
|
553
480
|
.e-btn-group input:checked + label.e-btn.e-outline.e-warning,
|
|
@@ -559,7 +486,6 @@
|
|
|
559
486
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
560
487
|
color: #fff;
|
|
561
488
|
}
|
|
562
|
-
|
|
563
489
|
.e-btn-group .e-btn:active.e-outline.e-danger,
|
|
564
490
|
.e-btn-group input:active + label.e-btn.e-outline.e-danger,
|
|
565
491
|
.e-btn-group input:checked + label.e-btn.e-outline.e-danger,
|
|
@@ -571,7 +497,6 @@
|
|
|
571
497
|
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
572
498
|
color: #fff;
|
|
573
499
|
}
|
|
574
|
-
|
|
575
500
|
.e-btn-group .e-btn:disabled,
|
|
576
501
|
.e-btn-group input:disabled + label.e-btn,
|
|
577
502
|
.e-css.e-btn-group .e-btn:disabled,
|
|
@@ -582,7 +507,6 @@
|
|
|
582
507
|
color: #9ca3af;
|
|
583
508
|
border-color: #d1d5db;
|
|
584
509
|
}
|
|
585
|
-
|
|
586
510
|
.e-btn-group .e-btn:disabled.e-primary,
|
|
587
511
|
.e-btn-group input:disabled + label.e-btn.e-primary,
|
|
588
512
|
.e-css.e-btn-group .e-btn:disabled.e-primary,
|
|
@@ -593,7 +517,6 @@
|
|
|
593
517
|
color: #fff;
|
|
594
518
|
border-color: #4f46e5;
|
|
595
519
|
}
|
|
596
|
-
|
|
597
520
|
.e-btn-group .e-btn:disabled.e-success,
|
|
598
521
|
.e-btn-group input:disabled + label.e-btn.e-success,
|
|
599
522
|
.e-css.e-btn-group .e-btn:disabled.e-success,
|
|
@@ -604,7 +527,6 @@
|
|
|
604
527
|
color: #fff;
|
|
605
528
|
border-color: #15803d;
|
|
606
529
|
}
|
|
607
|
-
|
|
608
530
|
.e-btn-group .e-btn:disabled.e-info,
|
|
609
531
|
.e-btn-group input:disabled + label.e-btn.e-info,
|
|
610
532
|
.e-css.e-btn-group .e-btn:disabled.e-info,
|
|
@@ -615,7 +537,6 @@
|
|
|
615
537
|
color: #fff;
|
|
616
538
|
border-color: #0e7490;
|
|
617
539
|
}
|
|
618
|
-
|
|
619
540
|
.e-btn-group .e-btn:disabled.e-warning,
|
|
620
541
|
.e-btn-group input:disabled + label.e-btn.e-warning,
|
|
621
542
|
.e-css.e-btn-group .e-btn:disabled.e-warning,
|
|
@@ -626,7 +547,6 @@
|
|
|
626
547
|
color: #fff;
|
|
627
548
|
border-color: #c2410c;
|
|
628
549
|
}
|
|
629
|
-
|
|
630
550
|
.e-btn-group .e-btn:disabled.e-danger,
|
|
631
551
|
.e-btn-group input:disabled + label.e-btn.e-danger,
|
|
632
552
|
.e-css.e-btn-group .e-btn:disabled.e-danger,
|
|
@@ -637,7 +557,6 @@
|
|
|
637
557
|
color: #fff;
|
|
638
558
|
border-color: #dc2626;
|
|
639
559
|
}
|
|
640
|
-
|
|
641
560
|
.e-btn-group .e-btn:disabled.e-link,
|
|
642
561
|
.e-btn-group input:disabled + label.e-btn.e-link,
|
|
643
562
|
.e-css.e-btn-group .e-btn:disabled.e-link,
|
|
@@ -648,7 +567,6 @@
|
|
|
648
567
|
text-decoration: none;
|
|
649
568
|
border-color: transparent;
|
|
650
569
|
}
|
|
651
|
-
|
|
652
570
|
.e-btn-group .e-btn:disabled.e-outline,
|
|
653
571
|
.e-btn-group input:disabled + label.e-btn.e-outline,
|
|
654
572
|
.e-css.e-btn-group .e-btn:disabled.e-outline,
|
|
@@ -658,7 +576,6 @@
|
|
|
658
576
|
color: #9ca3af;
|
|
659
577
|
border-color: #d1d5db;
|
|
660
578
|
}
|
|
661
|
-
|
|
662
579
|
.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
663
580
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-primary,
|
|
664
581
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary,
|
|
@@ -669,7 +586,6 @@
|
|
|
669
586
|
color: rgba(79, 70, 229, 0.65);
|
|
670
587
|
border-color: #4f46e5;
|
|
671
588
|
}
|
|
672
|
-
|
|
673
589
|
.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
674
590
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-success,
|
|
675
591
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-success,
|
|
@@ -680,7 +596,6 @@
|
|
|
680
596
|
color: rgba(21, 128, 61, 0.65);
|
|
681
597
|
border-color: #15803d;
|
|
682
598
|
}
|
|
683
|
-
|
|
684
599
|
.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
685
600
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-info,
|
|
686
601
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-info,
|
|
@@ -691,7 +606,6 @@
|
|
|
691
606
|
color: rgba(14, 116, 144, 0.65);
|
|
692
607
|
border-color: #0e7490;
|
|
693
608
|
}
|
|
694
|
-
|
|
695
609
|
.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
696
610
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-warning,
|
|
697
611
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning,
|
|
@@ -702,7 +616,6 @@
|
|
|
702
616
|
color: rgba(194, 65, 12, 0.65);
|
|
703
617
|
border-color: #c2410c;
|
|
704
618
|
}
|
|
705
|
-
|
|
706
619
|
.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
707
620
|
.e-btn-group input:disabled + label.e-btn.e-outline.e-danger,
|
|
708
621
|
.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger,
|
|
@@ -713,23 +626,19 @@
|
|
|
713
626
|
color: rgba(220, 38, 38, 0.65);
|
|
714
627
|
border-color: #dc2626;
|
|
715
628
|
}
|
|
716
|
-
|
|
717
629
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
718
630
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
719
631
|
border-left: transparent;
|
|
720
632
|
border-right: transparent;
|
|
721
633
|
}
|
|
722
|
-
|
|
723
634
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type,
|
|
724
635
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type {
|
|
725
636
|
border-right: transparent;
|
|
726
637
|
}
|
|
727
|
-
|
|
728
638
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type,
|
|
729
639
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type {
|
|
730
640
|
border-left: transparent;
|
|
731
641
|
}
|
|
732
|
-
|
|
733
642
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
734
643
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
735
644
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -737,7 +646,6 @@
|
|
|
737
646
|
border-color: #d1d5db;
|
|
738
647
|
outline-color: inherit;
|
|
739
648
|
}
|
|
740
|
-
|
|
741
649
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
742
650
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
743
651
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -745,7 +653,6 @@
|
|
|
745
653
|
border-color: #4f46e5;
|
|
746
654
|
outline-color: inherit;
|
|
747
655
|
}
|
|
748
|
-
|
|
749
656
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
750
657
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
751
658
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -753,7 +660,6 @@
|
|
|
753
660
|
border-color: #15803d;
|
|
754
661
|
outline-color: inherit;
|
|
755
662
|
}
|
|
756
|
-
|
|
757
663
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
758
664
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
759
665
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -761,7 +667,6 @@
|
|
|
761
667
|
border-color: #0e7490;
|
|
762
668
|
outline-color: inherit;
|
|
763
669
|
}
|
|
764
|
-
|
|
765
670
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
766
671
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
767
672
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -769,7 +674,6 @@
|
|
|
769
674
|
border-color: #c2410c;
|
|
770
675
|
outline-color: inherit;
|
|
771
676
|
}
|
|
772
|
-
|
|
773
677
|
.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
774
678
|
.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
775
679
|
.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
@@ -777,23 +681,19 @@
|
|
|
777
681
|
border-color: #dc2626;
|
|
778
682
|
outline-color: inherit;
|
|
779
683
|
}
|
|
780
|
-
|
|
781
684
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type),
|
|
782
685
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) {
|
|
783
686
|
border-bottom: transparent;
|
|
784
687
|
border-top: transparent;
|
|
785
688
|
}
|
|
786
|
-
|
|
787
689
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type,
|
|
788
690
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type {
|
|
789
691
|
border-bottom: transparent;
|
|
790
692
|
}
|
|
791
|
-
|
|
792
693
|
.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type,
|
|
793
694
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type {
|
|
794
695
|
border-top: transparent;
|
|
795
696
|
}
|
|
796
|
-
|
|
797
697
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
798
698
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline,
|
|
799
699
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline,
|
|
@@ -801,7 +701,6 @@
|
|
|
801
701
|
border-color: #d1d5db;
|
|
802
702
|
outline-color: inherit;
|
|
803
703
|
}
|
|
804
|
-
|
|
805
704
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
806
705
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary,
|
|
807
706
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary,
|
|
@@ -809,7 +708,6 @@
|
|
|
809
708
|
border-color: #4f46e5;
|
|
810
709
|
outline-color: inherit;
|
|
811
710
|
}
|
|
812
|
-
|
|
813
711
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
814
712
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success,
|
|
815
713
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success,
|
|
@@ -817,7 +715,6 @@
|
|
|
817
715
|
border-color: #15803d;
|
|
818
716
|
outline-color: inherit;
|
|
819
717
|
}
|
|
820
|
-
|
|
821
718
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
822
719
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info,
|
|
823
720
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info,
|
|
@@ -825,7 +722,6 @@
|
|
|
825
722
|
border-color: #0e7490;
|
|
826
723
|
outline-color: inherit;
|
|
827
724
|
}
|
|
828
|
-
|
|
829
725
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
830
726
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning,
|
|
831
727
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning,
|
|
@@ -833,11 +729,10 @@
|
|
|
833
729
|
border-color: #c2410c;
|
|
834
730
|
outline-color: inherit;
|
|
835
731
|
}
|
|
836
|
-
|
|
837
732
|
.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
838
733
|
.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger,
|
|
839
734
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger,
|
|
840
735
|
.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger {
|
|
841
736
|
border-color: #dc2626;
|
|
842
737
|
outline-color: inherit;
|
|
843
|
-
}
|
|
738
|
+
}
|