@syncfusion/ej2-splitbuttons 26.2.10 → 27.1.50
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/README.md +6 -6
- package/dist/ej2-splitbuttons.min.js +2 -2
- 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 +22 -29
- package/dist/es6/ej2-splitbuttons.es2015.js.map +1 -1
- package/dist/es6/ej2-splitbuttons.es5.js +22 -29
- 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 +8 -8
- package/src/common/common.js +1 -0
- package/src/drop-down-button/drop-down-button.d.ts +1 -0
- package/src/drop-down-button/drop-down-button.js +17 -4
- package/src/progress-button/progress-button.d.ts +0 -1
- package/src/progress-button/progress-button.js +4 -25
- package/styles/bootstrap-dark-lite.css +1762 -0
- package/styles/bootstrap-dark-lite.scss +13 -0
- package/styles/bootstrap-dark.css +203 -204
- package/styles/bootstrap-dark.scss +5 -2
- package/styles/bootstrap-lite.css +1812 -0
- package/styles/bootstrap-lite.scss +13 -0
- package/styles/bootstrap.css +203 -204
- package/styles/bootstrap.scss +5 -2
- package/styles/bootstrap4-lite.css +1801 -0
- package/styles/bootstrap4-lite.scss +13 -0
- package/styles/bootstrap4.css +203 -203
- package/styles/bootstrap4.scss +5 -2
- package/styles/bootstrap5-dark-lite.css +1735 -0
- package/styles/bootstrap5-dark-lite.scss +13 -0
- package/styles/bootstrap5-dark.css +210 -210
- package/styles/bootstrap5-dark.scss +5 -2
- package/styles/bootstrap5-lite.css +1735 -0
- package/styles/bootstrap5-lite.scss +13 -0
- package/styles/bootstrap5.3-lite.css +1743 -0
- package/styles/bootstrap5.3-lite.scss +13 -0
- package/styles/bootstrap5.3.css +1953 -0
- package/styles/bootstrap5.3.scss +17 -0
- package/styles/bootstrap5.css +210 -210
- package/styles/bootstrap5.scss +5 -2
- package/styles/button-group/_bigger.scss +10 -0
- package/styles/button-group/_layout.scss +1 -10
- package/styles/button-group/_theme.scss +19 -13
- package/styles/button-group/bootstrap-dark.css +7 -8
- package/styles/button-group/bootstrap-dark.scss +1 -0
- package/styles/button-group/bootstrap.css +6 -8
- package/styles/button-group/bootstrap.scss +1 -0
- package/styles/button-group/bootstrap4.css +7 -7
- package/styles/button-group/bootstrap4.scss +1 -0
- package/styles/button-group/bootstrap5-dark.css +7 -7
- package/styles/button-group/bootstrap5-dark.scss +1 -0
- package/styles/button-group/bootstrap5.3.css +809 -0
- package/styles/button-group/bootstrap5.3.scss +5 -0
- package/styles/button-group/bootstrap5.css +7 -7
- package/styles/button-group/bootstrap5.scss +1 -0
- package/styles/button-group/fabric-dark.css +7 -8
- package/styles/button-group/fabric-dark.scss +1 -0
- package/styles/button-group/fabric.css +7 -8
- package/styles/button-group/fabric.scss +1 -0
- package/styles/button-group/fluent-dark.css +7 -9
- package/styles/button-group/fluent-dark.scss +1 -0
- package/styles/button-group/fluent.css +7 -9
- package/styles/button-group/fluent.scss +1 -0
- package/styles/button-group/fluent2.css +26 -18
- package/styles/button-group/fluent2.scss +1 -0
- package/styles/button-group/highcontrast-light.css +7 -8
- package/styles/button-group/highcontrast-light.scss +1 -0
- package/styles/button-group/highcontrast.css +7 -8
- package/styles/button-group/highcontrast.scss +1 -0
- package/styles/button-group/material-dark.css +7 -9
- package/styles/button-group/material-dark.scss +1 -0
- package/styles/button-group/material.css +7 -9
- package/styles/button-group/material.scss +1 -0
- package/styles/button-group/material3-dark.css +7 -7
- package/styles/button-group/material3-dark.scss +1 -0
- package/styles/button-group/material3.css +7 -7
- package/styles/button-group/material3.scss +1 -0
- package/styles/button-group/tailwind-dark.css +6 -7
- package/styles/button-group/tailwind-dark.scss +1 -0
- package/styles/button-group/tailwind.css +6 -7
- package/styles/button-group/tailwind.scss +1 -0
- package/styles/drop-down-button/_bigger.scss +79 -0
- package/styles/drop-down-button/_bootstrap5.3-definition.scss +1 -1
- package/styles/drop-down-button/_layout.scss +4 -82
- package/styles/drop-down-button/_theme.scss +6 -1
- package/styles/drop-down-button/bootstrap-dark.css +49 -49
- package/styles/drop-down-button/bootstrap-dark.scss +1 -0
- package/styles/drop-down-button/bootstrap.css +49 -49
- package/styles/drop-down-button/bootstrap.scss +1 -0
- package/styles/drop-down-button/bootstrap4.css +49 -49
- package/styles/drop-down-button/bootstrap4.scss +1 -0
- package/styles/drop-down-button/bootstrap5-dark.css +56 -56
- package/styles/drop-down-button/bootstrap5-dark.scss +1 -0
- package/styles/drop-down-button/bootstrap5.3.css +251 -0
- package/styles/drop-down-button/bootstrap5.3.scss +7 -0
- package/styles/drop-down-button/bootstrap5.css +56 -56
- package/styles/drop-down-button/bootstrap5.scss +1 -0
- package/styles/drop-down-button/fabric-dark.css +49 -49
- package/styles/drop-down-button/fabric-dark.scss +1 -0
- package/styles/drop-down-button/fabric.css +49 -49
- package/styles/drop-down-button/fabric.scss +1 -0
- package/styles/drop-down-button/fluent-dark.css +49 -49
- package/styles/drop-down-button/fluent-dark.scss +1 -0
- package/styles/drop-down-button/fluent.css +49 -49
- package/styles/drop-down-button/fluent.scss +1 -0
- package/styles/drop-down-button/fluent2.css +59 -55
- package/styles/drop-down-button/fluent2.scss +1 -0
- package/styles/drop-down-button/highcontrast-light.css +49 -49
- package/styles/drop-down-button/highcontrast-light.scss +1 -0
- package/styles/drop-down-button/highcontrast.css +49 -49
- package/styles/drop-down-button/highcontrast.scss +1 -0
- package/styles/drop-down-button/material-dark.css +49 -49
- package/styles/drop-down-button/material-dark.scss +1 -0
- package/styles/drop-down-button/material.css +49 -49
- package/styles/drop-down-button/material.scss +1 -0
- package/styles/drop-down-button/material3-dark.css +49 -49
- package/styles/drop-down-button/material3-dark.scss +1 -0
- package/styles/drop-down-button/material3.css +49 -49
- package/styles/drop-down-button/material3.scss +1 -0
- package/styles/drop-down-button/tailwind-dark.css +56 -56
- package/styles/drop-down-button/tailwind-dark.scss +1 -0
- package/styles/drop-down-button/tailwind.css +56 -56
- package/styles/drop-down-button/tailwind.scss +1 -0
- package/styles/fabric-dark-lite.css +1762 -0
- package/styles/fabric-dark-lite.scss +13 -0
- package/styles/fabric-dark.css +203 -204
- package/styles/fabric-dark.scss +5 -2
- package/styles/fabric-lite.css +1842 -0
- package/styles/fabric-lite.scss +13 -0
- package/styles/fabric.css +203 -204
- package/styles/fabric.scss +5 -2
- package/styles/fluent-dark-lite.css +1855 -0
- package/styles/fluent-dark-lite.scss +13 -0
- package/styles/fluent-dark.css +203 -205
- package/styles/fluent-dark.scss +5 -2
- package/styles/fluent-lite.css +1855 -0
- package/styles/fluent-lite.scss +13 -0
- package/styles/fluent.css +203 -205
- package/styles/fluent.scss +5 -2
- package/styles/fluent2-lite.css +1850 -0
- package/styles/fluent2-lite.scss +13 -0
- package/styles/fluent2.css +236 -220
- package/styles/fluent2.scss +5 -2
- package/styles/highcontrast-light-lite.css +1762 -0
- package/styles/highcontrast-light-lite.scss +13 -0
- package/styles/highcontrast-light.css +203 -204
- package/styles/highcontrast-light.scss +5 -2
- package/styles/highcontrast-lite.css +1814 -0
- package/styles/highcontrast-lite.scss +13 -0
- package/styles/highcontrast.css +203 -204
- package/styles/highcontrast.scss +5 -2
- package/styles/material-dark-lite.css +1768 -0
- package/styles/material-dark-lite.scss +13 -0
- package/styles/material-dark.css +203 -205
- package/styles/material-dark.scss +5 -2
- package/styles/material-lite.css +1847 -0
- package/styles/material-lite.scss +13 -0
- package/styles/material.css +203 -205
- package/styles/material.scss +5 -2
- package/styles/material3-dark-lite.css +1994 -0
- package/styles/material3-dark-lite.scss +13 -0
- package/styles/material3-dark.css +214 -214
- package/styles/material3-dark.scss +5 -2
- package/styles/material3-lite.css +1988 -0
- package/styles/material3-lite.scss +13 -0
- package/styles/material3.css +214 -214
- package/styles/material3.scss +5 -2
- package/styles/progress-button/_bigger.scss +96 -0
- package/styles/progress-button/_layout.scss +0 -95
- package/styles/progress-button/_theme.scss +6 -2
- package/styles/progress-button/bootstrap-dark.css +73 -73
- package/styles/progress-button/bootstrap-dark.scss +1 -0
- package/styles/progress-button/bootstrap.css +73 -73
- package/styles/progress-button/bootstrap.scss +1 -0
- package/styles/progress-button/bootstrap4.css +73 -73
- package/styles/progress-button/bootstrap4.scss +1 -0
- package/styles/progress-button/bootstrap5-dark.css +73 -73
- package/styles/progress-button/bootstrap5-dark.scss +1 -0
- package/styles/progress-button/bootstrap5.3.css +568 -0
- package/styles/progress-button/bootstrap5.3.scss +6 -0
- package/styles/progress-button/bootstrap5.css +73 -73
- package/styles/progress-button/bootstrap5.scss +1 -0
- package/styles/progress-button/fabric-dark.css +73 -73
- package/styles/progress-button/fabric-dark.scss +1 -0
- package/styles/progress-button/fabric.css +73 -73
- package/styles/progress-button/fabric.scss +1 -0
- package/styles/progress-button/fluent-dark.css +73 -73
- package/styles/progress-button/fluent-dark.scss +1 -0
- package/styles/progress-button/fluent.css +73 -73
- package/styles/progress-button/fluent.scss +1 -0
- package/styles/progress-button/fluent2.css +77 -73
- package/styles/progress-button/fluent2.scss +1 -0
- package/styles/progress-button/highcontrast-light.css +73 -73
- package/styles/progress-button/highcontrast-light.scss +1 -0
- package/styles/progress-button/highcontrast.css +73 -73
- package/styles/progress-button/highcontrast.scss +1 -0
- package/styles/progress-button/material-dark.css +73 -73
- package/styles/progress-button/material-dark.scss +1 -0
- package/styles/progress-button/material.css +73 -73
- package/styles/progress-button/material.scss +1 -0
- package/styles/progress-button/material3-dark.css +73 -73
- package/styles/progress-button/material3-dark.scss +1 -0
- package/styles/progress-button/material3.css +73 -73
- package/styles/progress-button/material3.scss +1 -0
- package/styles/progress-button/tailwind-dark.css +73 -73
- package/styles/progress-button/tailwind-dark.scss +1 -0
- package/styles/progress-button/tailwind.css +73 -73
- package/styles/progress-button/tailwind.scss +1 -0
- package/styles/split-button/_bigger.scss +149 -0
- package/styles/split-button/_layout.scss +8 -156
- package/styles/split-button/bootstrap-dark.css +74 -74
- package/styles/split-button/bootstrap-dark.scss +1 -0
- package/styles/split-button/bootstrap.css +74 -74
- package/styles/split-button/bootstrap.scss +1 -0
- package/styles/split-button/bootstrap4.css +74 -74
- package/styles/split-button/bootstrap4.scss +1 -0
- package/styles/split-button/bootstrap5-dark.css +74 -74
- package/styles/split-button/bootstrap5-dark.scss +1 -0
- package/styles/split-button/bootstrap5.3.css +335 -0
- package/styles/split-button/bootstrap5.3.scss +7 -0
- package/styles/split-button/bootstrap5.css +74 -74
- package/styles/split-button/bootstrap5.scss +1 -0
- package/styles/split-button/fabric-dark.css +74 -74
- package/styles/split-button/fabric-dark.scss +1 -0
- package/styles/split-button/fabric.css +74 -74
- package/styles/split-button/fabric.scss +1 -0
- package/styles/split-button/fluent-dark.css +74 -74
- package/styles/split-button/fluent-dark.scss +1 -0
- package/styles/split-button/fluent.css +74 -74
- package/styles/split-button/fluent.scss +1 -0
- package/styles/split-button/fluent2.css +74 -74
- package/styles/split-button/fluent2.scss +1 -0
- package/styles/split-button/highcontrast-light.css +74 -74
- package/styles/split-button/highcontrast-light.scss +1 -0
- package/styles/split-button/highcontrast.css +74 -74
- package/styles/split-button/highcontrast.scss +1 -0
- package/styles/split-button/material-dark.css +74 -74
- package/styles/split-button/material-dark.scss +1 -0
- package/styles/split-button/material.css +74 -74
- package/styles/split-button/material.scss +1 -0
- package/styles/split-button/material3-dark.css +85 -85
- package/styles/split-button/material3-dark.scss +1 -0
- package/styles/split-button/material3.css +85 -85
- package/styles/split-button/material3.scss +1 -0
- package/styles/split-button/tailwind-dark.css +76 -76
- package/styles/split-button/tailwind-dark.scss +1 -0
- package/styles/split-button/tailwind.css +76 -76
- package/styles/split-button/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +1859 -0
- package/styles/tailwind-dark-lite.scss +13 -0
- package/styles/tailwind-dark.css +212 -212
- package/styles/tailwind-dark.scss +5 -2
- package/styles/tailwind-lite.css +1859 -0
- package/styles/tailwind-lite.scss +13 -0
- package/styles/tailwind.css +212 -212
- package/styles/tailwind.scss +5 -2
- package/hotfix/26.1.35_Vol2.txt +0 -1
|
@@ -55,25 +55,6 @@
|
|
|
55
55
|
line-height: 1;
|
|
56
56
|
padding: 8px 20px;
|
|
57
57
|
}
|
|
58
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
59
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
60
|
-
font-size: 16px;
|
|
61
|
-
}
|
|
62
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
63
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
64
|
-
font-size: 10px;
|
|
65
|
-
}
|
|
66
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
67
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
68
|
-
line-height: 1;
|
|
69
|
-
padding: 10px 24px;
|
|
70
|
-
}
|
|
71
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
72
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
73
|
-
line-height: 1;
|
|
74
|
-
padding: 10px 24px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
58
|
.e-dropdown-popup {
|
|
78
59
|
position: absolute;
|
|
79
60
|
}
|
|
@@ -160,36 +141,6 @@
|
|
|
160
141
|
margin-right: 0;
|
|
161
142
|
}
|
|
162
143
|
|
|
163
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
164
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
165
|
-
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
166
|
-
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
167
|
-
font-size: 15px;
|
|
168
|
-
max-width: 280px;
|
|
169
|
-
min-width: 112px;
|
|
170
|
-
padding: 0;
|
|
171
|
-
}
|
|
172
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
173
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
174
|
-
height: 48px;
|
|
175
|
-
line-height: 48px;
|
|
176
|
-
padding: 0 10px;
|
|
177
|
-
}
|
|
178
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
179
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
180
|
-
padding: 0;
|
|
181
|
-
}
|
|
182
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
183
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
184
|
-
font-size: 18px;
|
|
185
|
-
line-height: 48px;
|
|
186
|
-
}
|
|
187
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
188
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
189
|
-
height: auto;
|
|
190
|
-
line-height: normal;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
144
|
.e-dropdown-popup {
|
|
194
145
|
background: #fff;
|
|
195
146
|
color: #333;
|
|
@@ -241,4 +192,53 @@
|
|
|
241
192
|
-webkit-box-shadow: none;
|
|
242
193
|
box-shadow: none;
|
|
243
194
|
color: inherit;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
198
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
199
|
+
font-size: 16px;
|
|
200
|
+
}
|
|
201
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
202
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
203
|
+
font-size: 10px;
|
|
204
|
+
}
|
|
205
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
206
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
207
|
+
line-height: 1;
|
|
208
|
+
padding: 10px 24px;
|
|
209
|
+
}
|
|
210
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
211
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
212
|
+
line-height: 1;
|
|
213
|
+
padding: 10px 24px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
217
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
218
|
+
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
219
|
+
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
|
|
220
|
+
font-size: 15px;
|
|
221
|
+
max-width: 280px;
|
|
222
|
+
min-width: 112px;
|
|
223
|
+
padding: 0;
|
|
224
|
+
}
|
|
225
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
226
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
227
|
+
height: 48px;
|
|
228
|
+
line-height: 48px;
|
|
229
|
+
padding: 0 10px;
|
|
230
|
+
}
|
|
231
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
232
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
233
|
+
padding: 0;
|
|
234
|
+
}
|
|
235
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
236
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
237
|
+
font-size: 18px;
|
|
238
|
+
line-height: 48px;
|
|
239
|
+
}
|
|
240
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
241
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
242
|
+
height: auto;
|
|
243
|
+
line-height: normal;
|
|
244
244
|
}
|
|
@@ -57,25 +57,6 @@
|
|
|
57
57
|
line-height: 1;
|
|
58
58
|
padding: 6px 12px;
|
|
59
59
|
}
|
|
60
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
61
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
62
|
-
font-size: 16px;
|
|
63
|
-
}
|
|
64
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
65
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
66
|
-
font-size: 20px;
|
|
67
|
-
}
|
|
68
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
69
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
70
|
-
line-height: 1;
|
|
71
|
-
padding: 8px 16px;
|
|
72
|
-
}
|
|
73
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
74
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
75
|
-
line-height: 1;
|
|
76
|
-
padding: 8px 16px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
60
|
.e-dropdown-popup {
|
|
80
61
|
position: absolute;
|
|
81
62
|
}
|
|
@@ -162,36 +143,6 @@
|
|
|
162
143
|
margin-right: 0;
|
|
163
144
|
}
|
|
164
145
|
|
|
165
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
166
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
167
|
-
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
168
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
169
|
-
font-size: 16px;
|
|
170
|
-
max-width: 202px;
|
|
171
|
-
min-width: 112px;
|
|
172
|
-
padding: 0 0;
|
|
173
|
-
}
|
|
174
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
175
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
176
|
-
height: 40px;
|
|
177
|
-
line-height: 40px;
|
|
178
|
-
padding: 0 16px;
|
|
179
|
-
}
|
|
180
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
181
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
182
|
-
padding: 0;
|
|
183
|
-
}
|
|
184
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
185
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
186
|
-
font-size: 22px;
|
|
187
|
-
line-height: 40px;
|
|
188
|
-
}
|
|
189
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
190
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
191
|
-
height: auto;
|
|
192
|
-
line-height: normal;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
146
|
.e-dropdown-popup {
|
|
196
147
|
background: #252423;
|
|
197
148
|
color: #fff;
|
|
@@ -242,4 +193,53 @@
|
|
|
242
193
|
-webkit-box-shadow: none;
|
|
243
194
|
box-shadow: none;
|
|
244
195
|
color: inherit;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
199
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
200
|
+
font-size: 16px;
|
|
201
|
+
}
|
|
202
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
203
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
204
|
+
font-size: 20px;
|
|
205
|
+
}
|
|
206
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
207
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
208
|
+
line-height: 1;
|
|
209
|
+
padding: 8px 16px;
|
|
210
|
+
}
|
|
211
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
212
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
213
|
+
line-height: 1;
|
|
214
|
+
padding: 8px 16px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
218
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
219
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
220
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
221
|
+
font-size: 16px;
|
|
222
|
+
max-width: 202px;
|
|
223
|
+
min-width: 112px;
|
|
224
|
+
padding: 0 0;
|
|
225
|
+
}
|
|
226
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
227
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
228
|
+
height: 40px;
|
|
229
|
+
line-height: 40px;
|
|
230
|
+
padding: 0 16px;
|
|
231
|
+
}
|
|
232
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
233
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
234
|
+
padding: 0;
|
|
235
|
+
}
|
|
236
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
237
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
238
|
+
font-size: 22px;
|
|
239
|
+
line-height: 40px;
|
|
240
|
+
}
|
|
241
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
242
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
243
|
+
height: auto;
|
|
244
|
+
line-height: normal;
|
|
245
245
|
}
|
|
@@ -57,25 +57,6 @@
|
|
|
57
57
|
line-height: 1;
|
|
58
58
|
padding: 6px 12px;
|
|
59
59
|
}
|
|
60
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
61
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
62
|
-
font-size: 16px;
|
|
63
|
-
}
|
|
64
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
65
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
66
|
-
font-size: 20px;
|
|
67
|
-
}
|
|
68
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
69
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
70
|
-
line-height: 1;
|
|
71
|
-
padding: 8px 16px;
|
|
72
|
-
}
|
|
73
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
74
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
75
|
-
line-height: 1;
|
|
76
|
-
padding: 8px 16px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
60
|
.e-dropdown-popup {
|
|
80
61
|
position: absolute;
|
|
81
62
|
}
|
|
@@ -162,36 +143,6 @@
|
|
|
162
143
|
margin-right: 0;
|
|
163
144
|
}
|
|
164
145
|
|
|
165
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
166
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
167
|
-
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
168
|
-
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
169
|
-
font-size: 16px;
|
|
170
|
-
max-width: 202px;
|
|
171
|
-
min-width: 112px;
|
|
172
|
-
padding: 0 0;
|
|
173
|
-
}
|
|
174
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
175
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
176
|
-
height: 40px;
|
|
177
|
-
line-height: 40px;
|
|
178
|
-
padding: 0 16px;
|
|
179
|
-
}
|
|
180
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
181
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
182
|
-
padding: 0;
|
|
183
|
-
}
|
|
184
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
185
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
186
|
-
font-size: 22px;
|
|
187
|
-
line-height: 40px;
|
|
188
|
-
}
|
|
189
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
190
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
191
|
-
height: auto;
|
|
192
|
-
line-height: normal;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
146
|
.e-dropdown-popup {
|
|
196
147
|
background: #fff;
|
|
197
148
|
color: #323130;
|
|
@@ -242,4 +193,53 @@
|
|
|
242
193
|
-webkit-box-shadow: none;
|
|
243
194
|
box-shadow: none;
|
|
244
195
|
color: inherit;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
199
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
200
|
+
font-size: 16px;
|
|
201
|
+
}
|
|
202
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
203
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
204
|
+
font-size: 20px;
|
|
205
|
+
}
|
|
206
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
207
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
208
|
+
line-height: 1;
|
|
209
|
+
padding: 8px 16px;
|
|
210
|
+
}
|
|
211
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
212
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
213
|
+
line-height: 1;
|
|
214
|
+
padding: 8px 16px;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
218
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
219
|
+
-webkit-box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
220
|
+
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, 0.132), 0 0.6px 1.8px 0 rgba(0, 0, 0, 0.108);
|
|
221
|
+
font-size: 16px;
|
|
222
|
+
max-width: 202px;
|
|
223
|
+
min-width: 112px;
|
|
224
|
+
padding: 0 0;
|
|
225
|
+
}
|
|
226
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
227
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
228
|
+
height: 40px;
|
|
229
|
+
line-height: 40px;
|
|
230
|
+
padding: 0 16px;
|
|
231
|
+
}
|
|
232
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
233
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
234
|
+
padding: 0;
|
|
235
|
+
}
|
|
236
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
237
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
238
|
+
font-size: 22px;
|
|
239
|
+
line-height: 40px;
|
|
240
|
+
}
|
|
241
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
242
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
243
|
+
height: auto;
|
|
244
|
+
line-height: normal;
|
|
245
245
|
}
|
|
@@ -70,25 +70,6 @@
|
|
|
70
70
|
font-size: 12px;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
74
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
75
|
-
font-size: 16px;
|
|
76
|
-
}
|
|
77
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
78
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
79
|
-
font-size: 16px;
|
|
80
|
-
}
|
|
81
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
82
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
83
|
-
line-height: 1;
|
|
84
|
-
padding: 8px 16px;
|
|
85
|
-
}
|
|
86
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
87
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
88
|
-
line-height: 1;
|
|
89
|
-
padding: 8px 16px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
73
|
.e-dropdown-popup {
|
|
93
74
|
position: absolute;
|
|
94
75
|
border-radius: 4px;
|
|
@@ -185,42 +166,6 @@
|
|
|
185
166
|
margin-right: 0;
|
|
186
167
|
}
|
|
187
168
|
|
|
188
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
189
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
190
|
-
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
191
|
-
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
192
|
-
font-size: 16px;
|
|
193
|
-
max-width: 240px;
|
|
194
|
-
min-width: 112px;
|
|
195
|
-
padding: 4px 0;
|
|
196
|
-
}
|
|
197
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
198
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
199
|
-
height: 16px;
|
|
200
|
-
height: 40px;
|
|
201
|
-
line-height: 22px;
|
|
202
|
-
padding: 8px 8px 10px 8px;
|
|
203
|
-
}
|
|
204
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
205
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
206
|
-
padding: 0;
|
|
207
|
-
}
|
|
208
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-url,
|
|
209
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-url {
|
|
210
|
-
padding: 8px 8px 10px;
|
|
211
|
-
}
|
|
212
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
213
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
214
|
-
font-size: 16px;
|
|
215
|
-
line-height: 16px;
|
|
216
|
-
line-height: 22px;
|
|
217
|
-
}
|
|
218
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
219
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
220
|
-
height: auto;
|
|
221
|
-
line-height: normal;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
169
|
.e-dropdown-popup {
|
|
225
170
|
background: var(--color-sf-flyout-bg-color);
|
|
226
171
|
color: var(--color-sf-secondary-text-color);
|
|
@@ -257,6 +202,10 @@
|
|
|
257
202
|
background-color: var(--color-sf-flyout-bg-color-focus);
|
|
258
203
|
-webkit-box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
259
204
|
box-shadow: inset 0 0 0 1px var(--color-sf-shadow-color), inset 0 0 0 2px var(--color-sf-shadow-color1);
|
|
205
|
+
color: var(--color-sf-flyout-text-color-focus);
|
|
206
|
+
}
|
|
207
|
+
.e-dropdown-popup ul .e-item:focus-visible .e-menu-icon {
|
|
208
|
+
color: var(--color-sf-flyout-text-color-focus);
|
|
260
209
|
}
|
|
261
210
|
.e-dropdown-popup ul .e-separator {
|
|
262
211
|
border-bottom-color: var(--color-sf-border-light);
|
|
@@ -280,4 +229,59 @@
|
|
|
280
229
|
-webkit-box-shadow: none;
|
|
281
230
|
box-shadow: none;
|
|
282
231
|
color: inherit;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
235
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
236
|
+
font-size: 16px;
|
|
237
|
+
}
|
|
238
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
239
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
240
|
+
font-size: 16px;
|
|
241
|
+
}
|
|
242
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
243
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
244
|
+
line-height: 1;
|
|
245
|
+
padding: 8px 16px;
|
|
246
|
+
}
|
|
247
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
248
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
249
|
+
line-height: 1;
|
|
250
|
+
padding: 8px 16px;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
254
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
255
|
+
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
256
|
+
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
257
|
+
font-size: 16px;
|
|
258
|
+
max-width: 240px;
|
|
259
|
+
min-width: 112px;
|
|
260
|
+
padding: 4px 0;
|
|
261
|
+
}
|
|
262
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
263
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
264
|
+
height: 16px;
|
|
265
|
+
height: 40px;
|
|
266
|
+
line-height: 22px;
|
|
267
|
+
padding: 8px 8px 10px 8px;
|
|
268
|
+
}
|
|
269
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
270
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
271
|
+
padding: 0;
|
|
272
|
+
}
|
|
273
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-url,
|
|
274
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-url {
|
|
275
|
+
padding: 8px 8px 10px;
|
|
276
|
+
}
|
|
277
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
278
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
279
|
+
font-size: 16px;
|
|
280
|
+
line-height: 16px;
|
|
281
|
+
line-height: 22px;
|
|
282
|
+
}
|
|
283
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
284
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
285
|
+
height: auto;
|
|
286
|
+
line-height: normal;
|
|
283
287
|
}
|
|
@@ -55,25 +55,6 @@
|
|
|
55
55
|
line-height: 1;
|
|
56
56
|
padding: 8px 20px;
|
|
57
57
|
}
|
|
58
|
-
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
59
|
-
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
60
|
-
font-size: 16px;
|
|
61
|
-
}
|
|
62
|
-
.e-bigger .e-dropdown-btn .e-caret,
|
|
63
|
-
.e-bigger.e-dropdown-btn .e-caret {
|
|
64
|
-
font-size: 10px;
|
|
65
|
-
}
|
|
66
|
-
.e-bigger .e-dropdown-btn.e-vertical,
|
|
67
|
-
.e-bigger.e-dropdown-btn.e-vertical {
|
|
68
|
-
line-height: 1;
|
|
69
|
-
padding: 10px 24px;
|
|
70
|
-
}
|
|
71
|
-
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
72
|
-
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
73
|
-
line-height: 1;
|
|
74
|
-
padding: 10px 24px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
58
|
.e-dropdown-popup {
|
|
78
59
|
position: absolute;
|
|
79
60
|
}
|
|
@@ -160,36 +141,6 @@
|
|
|
160
141
|
margin-right: 0;
|
|
161
142
|
}
|
|
162
143
|
|
|
163
|
-
*.e-bigger .e-dropdown-popup ul,
|
|
164
|
-
*.e-bigger.e-dropdown-popup ul {
|
|
165
|
-
-webkit-box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
|
|
166
|
-
box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
|
|
167
|
-
font-size: 15px;
|
|
168
|
-
max-width: 280px;
|
|
169
|
-
min-width: 112px;
|
|
170
|
-
padding: 0;
|
|
171
|
-
}
|
|
172
|
-
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
173
|
-
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
174
|
-
height: 48px;
|
|
175
|
-
line-height: 48px;
|
|
176
|
-
padding: 0 10px;
|
|
177
|
-
}
|
|
178
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
179
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
180
|
-
padding: 0;
|
|
181
|
-
}
|
|
182
|
-
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
183
|
-
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
184
|
-
font-size: 18px;
|
|
185
|
-
line-height: 48px;
|
|
186
|
-
}
|
|
187
|
-
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
188
|
-
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
189
|
-
height: auto;
|
|
190
|
-
line-height: normal;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
144
|
.e-dropdown-popup {
|
|
194
145
|
background: #fff;
|
|
195
146
|
color: #000;
|
|
@@ -241,4 +192,53 @@
|
|
|
241
192
|
-webkit-box-shadow: none;
|
|
242
193
|
box-shadow: none;
|
|
243
194
|
color: inherit;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.e-bigger .e-dropdown-btn .e-btn-icon,
|
|
198
|
+
.e-bigger.e-dropdown-btn .e-btn-icon {
|
|
199
|
+
font-size: 16px;
|
|
200
|
+
}
|
|
201
|
+
.e-bigger .e-dropdown-btn .e-caret,
|
|
202
|
+
.e-bigger.e-dropdown-btn .e-caret {
|
|
203
|
+
font-size: 10px;
|
|
204
|
+
}
|
|
205
|
+
.e-bigger .e-dropdown-btn.e-vertical,
|
|
206
|
+
.e-bigger.e-dropdown-btn.e-vertical {
|
|
207
|
+
line-height: 1;
|
|
208
|
+
padding: 10px 24px;
|
|
209
|
+
}
|
|
210
|
+
.e-bigger .e-dropdown-btn.e-small.e-vertical,
|
|
211
|
+
.e-bigger.e-dropdown-btn.e-small.e-vertical {
|
|
212
|
+
line-height: 1;
|
|
213
|
+
padding: 10px 24px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
*.e-bigger .e-dropdown-popup ul,
|
|
217
|
+
*.e-bigger.e-dropdown-popup ul {
|
|
218
|
+
-webkit-box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
|
|
219
|
+
box-shadow: 0 6px 12px rgba(255, 255, 255, 0.175);
|
|
220
|
+
font-size: 15px;
|
|
221
|
+
max-width: 280px;
|
|
222
|
+
min-width: 112px;
|
|
223
|
+
padding: 0;
|
|
224
|
+
}
|
|
225
|
+
*.e-bigger .e-dropdown-popup ul .e-item,
|
|
226
|
+
*.e-bigger.e-dropdown-popup ul .e-item {
|
|
227
|
+
height: 48px;
|
|
228
|
+
line-height: 48px;
|
|
229
|
+
padding: 0 10px;
|
|
230
|
+
}
|
|
231
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-url,
|
|
232
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-url {
|
|
233
|
+
padding: 0;
|
|
234
|
+
}
|
|
235
|
+
*.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon,
|
|
236
|
+
*.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon {
|
|
237
|
+
font-size: 18px;
|
|
238
|
+
line-height: 48px;
|
|
239
|
+
}
|
|
240
|
+
*.e-bigger .e-dropdown-popup ul .e-item.e-separator,
|
|
241
|
+
*.e-bigger.e-dropdown-popup ul .e-item.e-separator {
|
|
242
|
+
height: auto;
|
|
243
|
+
line-height: normal;
|
|
244
244
|
}
|