@syncfusion/ej2-splitbuttons 24.1.45 → 24.2.3
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 +17 -1
- package/dist/ej2-splitbuttons.min.js +1 -1
- package/dist/ej2-splitbuttons.umd.min.js +1 -1
- package/dist/global/ej2-splitbuttons.min.js +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/styles/bootstrap-dark.css +5 -6
- package/styles/bootstrap.css +5 -6
- package/styles/bootstrap4.css +44 -63
- package/styles/bootstrap5-dark.css +6 -5
- package/styles/bootstrap5.css +6 -5
- package/styles/button-group/_layout.scss +1 -1
- package/styles/button-group/_theme.scss +13 -13
- package/styles/button-group/bootstrap-dark.css +0 -1
- package/styles/button-group/bootstrap.css +0 -1
- package/styles/button-group/bootstrap4.css +39 -58
- package/styles/button-group/bootstrap5-dark.css +1 -0
- package/styles/button-group/bootstrap5.css +1 -0
- package/styles/button-group/fabric-dark.css +0 -1
- package/styles/button-group/fabric.css +0 -1
- package/styles/button-group/highcontrast-light.css +0 -1
- package/styles/button-group/highcontrast.css +0 -1
- package/styles/button-group/material-dark.css +0 -1
- package/styles/button-group/material.css +0 -1
- package/styles/button-group/material3-dark.css +0 -1
- package/styles/button-group/material3.css +0 -1
- package/styles/button-group/tailwind-dark.css +1 -1
- package/styles/button-group/tailwind.css +1 -1
- package/styles/drop-down-button/_fluent-definition.scss +1 -1
- package/styles/drop-down-button/_theme.scss +8 -6
- package/styles/drop-down-button/bootstrap-dark.css +5 -5
- package/styles/drop-down-button/bootstrap.css +5 -5
- package/styles/drop-down-button/bootstrap4.css +5 -5
- package/styles/drop-down-button/bootstrap5-dark.css +5 -5
- package/styles/drop-down-button/bootstrap5.css +5 -5
- package/styles/drop-down-button/fabric-dark.css +5 -5
- package/styles/drop-down-button/fabric.css +5 -5
- package/styles/drop-down-button/fluent-dark.css +5 -6
- package/styles/drop-down-button/fluent.css +5 -6
- package/styles/drop-down-button/highcontrast-light.css +5 -5
- package/styles/drop-down-button/highcontrast.css +5 -5
- package/styles/drop-down-button/material-dark.css +5 -5
- package/styles/drop-down-button/material.css +5 -5
- package/styles/drop-down-button/material3-dark.css +4 -4
- package/styles/drop-down-button/material3.css +4 -4
- package/styles/drop-down-button/tailwind-dark.css +5 -5
- package/styles/drop-down-button/tailwind.css +5 -5
- package/styles/fabric-dark.css +5 -6
- package/styles/fabric.css +5 -6
- package/styles/fluent-dark.css +5 -6
- package/styles/fluent.css +5 -6
- package/styles/highcontrast-light.css +5 -6
- package/styles/highcontrast.css +5 -6
- package/styles/material-dark.css +5 -6
- package/styles/material.css +5 -6
- package/styles/material3-dark.css +4 -5
- package/styles/material3.css +4 -5
- package/styles/tailwind-dark.css +6 -6
- package/styles/tailwind.css +6 -6
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #fff;
|
|
185
185
|
color: #333;
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: #333;
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: transparent;
|
|
195
195
|
box-shadow: 0 0 0 1px #8c8c8c inset;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: #e6e6e6;
|
|
199
199
|
color: #333;
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: #e6e6e6;
|
|
203
203
|
color: #333;
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
|
|
177
177
|
/*! drop-down button theme */
|
|
178
178
|
.e-dropdown-popup {
|
|
179
|
-
background
|
|
179
|
+
background: #fff;
|
|
180
180
|
color: #212529;
|
|
181
181
|
}
|
|
182
182
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -186,15 +186,15 @@
|
|
|
186
186
|
color: #212529;
|
|
187
187
|
}
|
|
188
188
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
189
|
-
background
|
|
189
|
+
background: #f2f4f6;
|
|
190
190
|
box-shadow: none;
|
|
191
191
|
}
|
|
192
192
|
.e-dropdown-popup ul .e-item:hover {
|
|
193
|
-
background
|
|
193
|
+
background: #f2f4f6;
|
|
194
194
|
color: #212529;
|
|
195
195
|
}
|
|
196
196
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
197
|
-
background
|
|
197
|
+
background: #007bff;
|
|
198
198
|
color: #fff;
|
|
199
199
|
}
|
|
200
200
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
220
220
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
221
221
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
222
|
-
background
|
|
222
|
+
background: rgba(0, 0, 0, 0.056);
|
|
223
223
|
border-color: transparent;
|
|
224
224
|
box-shadow: none;
|
|
225
225
|
color: inherit;
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
|
|
187
187
|
/*! drop-down button theme */
|
|
188
188
|
.e-dropdown-popup {
|
|
189
|
-
background
|
|
189
|
+
background: #343a40;
|
|
190
190
|
color: #fff;
|
|
191
191
|
}
|
|
192
192
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -196,15 +196,15 @@
|
|
|
196
196
|
color: #adb5bd;
|
|
197
197
|
}
|
|
198
198
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
199
|
-
background
|
|
199
|
+
background: #31373d;
|
|
200
200
|
box-shadow: none;
|
|
201
201
|
}
|
|
202
202
|
.e-dropdown-popup ul .e-item:hover {
|
|
203
|
-
background
|
|
203
|
+
background: #444c54;
|
|
204
204
|
color: #fff;
|
|
205
205
|
}
|
|
206
206
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
207
|
-
background
|
|
207
|
+
background: #0d6efd;
|
|
208
208
|
color: #fff;
|
|
209
209
|
}
|
|
210
210
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
230
230
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
231
231
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
232
|
-
background
|
|
232
|
+
background: rgba(0, 0, 0, 0.056);
|
|
233
233
|
border-color: transparent;
|
|
234
234
|
box-shadow: none;
|
|
235
235
|
color: inherit;
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
|
|
187
187
|
/*! drop-down button theme */
|
|
188
188
|
.e-dropdown-popup {
|
|
189
|
-
background
|
|
189
|
+
background: #fff;
|
|
190
190
|
color: #212529;
|
|
191
191
|
}
|
|
192
192
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -196,15 +196,15 @@
|
|
|
196
196
|
color: #6c757d;
|
|
197
197
|
}
|
|
198
198
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
199
|
-
background
|
|
199
|
+
background: #e9ecef;
|
|
200
200
|
box-shadow: none;
|
|
201
201
|
}
|
|
202
202
|
.e-dropdown-popup ul .e-item:hover {
|
|
203
|
-
background
|
|
203
|
+
background: #e9ecef;
|
|
204
204
|
color: #212529;
|
|
205
205
|
}
|
|
206
206
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
207
|
-
background
|
|
207
|
+
background: #0d6efd;
|
|
208
208
|
color: #fff;
|
|
209
209
|
}
|
|
210
210
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
230
230
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
231
231
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
232
|
-
background
|
|
232
|
+
background: rgba(0, 0, 0, 0.056);
|
|
233
233
|
border-color: transparent;
|
|
234
234
|
box-shadow: none;
|
|
235
235
|
color: inherit;
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #282727;
|
|
185
185
|
color: #dadada;
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: #dadada;
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: transparent;
|
|
195
195
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: #414040;
|
|
199
199
|
color: #fff;
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: #514f4f;
|
|
203
203
|
color: #fff;
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #fff;
|
|
185
185
|
color: #333;
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: #333;
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: transparent;
|
|
195
195
|
box-shadow: 0 0 0 1px #767676 inset;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: #f4f4f4;
|
|
199
199
|
color: #333;
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: #c8c8c8;
|
|
203
203
|
color: #333;
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
|
|
184
184
|
/*! drop-down button theme */
|
|
185
185
|
.e-dropdown-popup {
|
|
186
|
-
background
|
|
186
|
+
background: #252423;
|
|
187
187
|
color: #fff;
|
|
188
188
|
}
|
|
189
189
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -193,15 +193,14 @@
|
|
|
193
193
|
color: #a19f9d;
|
|
194
194
|
}
|
|
195
195
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
196
|
-
|
|
197
|
-
box-shadow: none;
|
|
196
|
+
box-shadow: inset 0 0 0 1px #f3f2f1;
|
|
198
197
|
}
|
|
199
198
|
.e-dropdown-popup ul .e-item:hover {
|
|
200
|
-
background
|
|
199
|
+
background: #323130;
|
|
201
200
|
color: #f3f2f1;
|
|
202
201
|
}
|
|
203
202
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
204
|
-
background
|
|
203
|
+
background: #3b3a39;
|
|
205
204
|
color: #f3f2f1;
|
|
206
205
|
}
|
|
207
206
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -226,7 +225,7 @@
|
|
|
226
225
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
227
226
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
228
227
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
229
|
-
background
|
|
228
|
+
background: rgba(0, 0, 0, 0.056);
|
|
230
229
|
border-color: transparent;
|
|
231
230
|
box-shadow: none;
|
|
232
231
|
color: inherit;
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
|
|
184
184
|
/*! drop-down button theme */
|
|
185
185
|
.e-dropdown-popup {
|
|
186
|
-
background
|
|
186
|
+
background: #fff;
|
|
187
187
|
color: #323130;
|
|
188
188
|
}
|
|
189
189
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -193,15 +193,14 @@
|
|
|
193
193
|
color: #605e5c;
|
|
194
194
|
}
|
|
195
195
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
196
|
-
|
|
197
|
-
box-shadow: none;
|
|
196
|
+
box-shadow: inset 0 0 0 1px #201f1e;
|
|
198
197
|
}
|
|
199
198
|
.e-dropdown-popup ul .e-item:hover {
|
|
200
|
-
background
|
|
199
|
+
background: #f3f2f1;
|
|
201
200
|
color: #201f1e;
|
|
202
201
|
}
|
|
203
202
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
204
|
-
background
|
|
203
|
+
background: #edebe9;
|
|
205
204
|
color: #201f1e;
|
|
206
205
|
}
|
|
207
206
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -226,7 +225,7 @@
|
|
|
226
225
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
227
226
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
228
227
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
229
|
-
background
|
|
228
|
+
background: rgba(0, 0, 0, 0.056);
|
|
230
229
|
border-color: transparent;
|
|
231
230
|
box-shadow: none;
|
|
232
231
|
color: inherit;
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #fff;
|
|
185
185
|
color: #000;
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: #000;
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: transparent;
|
|
195
195
|
box-shadow: 0 0 0 1px #000 inset;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: #ecf;
|
|
199
199
|
color: #000;
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: #400074;
|
|
203
203
|
color: #fff;
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
|
|
183
183
|
/*! drop-down button theme */
|
|
184
184
|
.e-dropdown-popup {
|
|
185
|
-
background
|
|
185
|
+
background: #000;
|
|
186
186
|
color: #fff;
|
|
187
187
|
}
|
|
188
188
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -192,15 +192,15 @@
|
|
|
192
192
|
color: #fff;
|
|
193
193
|
}
|
|
194
194
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
195
|
-
background
|
|
195
|
+
background: transparent;
|
|
196
196
|
box-shadow: 0 0 0 1px #fff inset;
|
|
197
197
|
}
|
|
198
198
|
.e-dropdown-popup ul .e-item:hover {
|
|
199
|
-
background
|
|
199
|
+
background: #685708;
|
|
200
200
|
color: #fff;
|
|
201
201
|
}
|
|
202
202
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
203
|
-
background
|
|
203
|
+
background: #ffd939;
|
|
204
204
|
color: #000;
|
|
205
205
|
}
|
|
206
206
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
227
227
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
228
|
-
background
|
|
228
|
+
background: rgba(0, 0, 0, 0.056);
|
|
229
229
|
border-color: transparent;
|
|
230
230
|
box-shadow: none;
|
|
231
231
|
color: inherit;
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #424242;
|
|
185
185
|
color: #fff;
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: #fff;
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: rgba(255, 255, 255, 0.1);
|
|
195
195
|
box-shadow: none;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: rgba(255, 255, 255, 0.1);
|
|
199
199
|
color: #fff;
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: rgba(255, 255, 255, 0.18);
|
|
203
203
|
color: #fff;
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #fff;
|
|
185
185
|
color: rgba(0, 0, 0, 0.87);
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: rgba(0, 0, 0, 0.87);
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: #e0e0e0;
|
|
195
195
|
box-shadow: none;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: #e0e0e0;
|
|
199
199
|
color: rgba(0, 0, 0, 0.87);
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: #bdbdbd;
|
|
203
203
|
color: rgba(0, 0, 0, 0.87);
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -252,15 +252,15 @@
|
|
|
252
252
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
253
253
|
}
|
|
254
254
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
255
|
-
background
|
|
255
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
256
256
|
box-shadow: none;
|
|
257
257
|
}
|
|
258
258
|
.e-dropdown-popup ul .e-item:hover {
|
|
259
|
-
background
|
|
259
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
260
260
|
color: rgba(var(--color-sf-on-surface));
|
|
261
261
|
}
|
|
262
262
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
263
|
-
background
|
|
263
|
+
background: rgba(var(--color-sf-primary-container), 0.65);
|
|
264
264
|
color: rgba(var(--color-sf-on-surface));
|
|
265
265
|
}
|
|
266
266
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
286
286
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
287
287
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
288
|
-
background
|
|
288
|
+
background: rgba(0, 0, 0, 0.056);
|
|
289
289
|
border-color: transparent;
|
|
290
290
|
box-shadow: none;
|
|
291
291
|
color: inherit;
|
|
@@ -308,15 +308,15 @@
|
|
|
308
308
|
color: rgba(var(--color-sf-on-surface-variant));
|
|
309
309
|
}
|
|
310
310
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
311
|
-
background
|
|
311
|
+
background: rgba(var(--color-sf-on-surface), 0.04);
|
|
312
312
|
box-shadow: none;
|
|
313
313
|
}
|
|
314
314
|
.e-dropdown-popup ul .e-item:hover {
|
|
315
|
-
background
|
|
315
|
+
background: rgba(var(--color-sf-on-surface), 0.05);
|
|
316
316
|
color: rgba(var(--color-sf-on-surface));
|
|
317
317
|
}
|
|
318
318
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
319
|
-
background
|
|
319
|
+
background: rgba(var(--color-sf-primary-container), 0.65);
|
|
320
320
|
color: rgba(var(--color-sf-on-surface));
|
|
321
321
|
}
|
|
322
322
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
342
342
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
343
343
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
344
|
-
background
|
|
344
|
+
background: rgba(0, 0, 0, 0.056);
|
|
345
345
|
border-color: transparent;
|
|
346
346
|
box-shadow: none;
|
|
347
347
|
color: inherit;
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
/*! drop-down button theme */
|
|
193
193
|
.e-dropdown-popup {
|
|
194
|
-
background
|
|
194
|
+
background: #374151;
|
|
195
195
|
color: #fff;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -201,15 +201,15 @@
|
|
|
201
201
|
color: #fff;
|
|
202
202
|
}
|
|
203
203
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
204
|
-
background
|
|
204
|
+
background: #4b5563;
|
|
205
205
|
box-shadow: none;
|
|
206
206
|
}
|
|
207
207
|
.e-dropdown-popup ul .e-item:hover {
|
|
208
|
-
background
|
|
208
|
+
background: #4b5563;
|
|
209
209
|
color: #fff;
|
|
210
210
|
}
|
|
211
211
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
212
|
-
background
|
|
212
|
+
background: #6b7280;
|
|
213
213
|
color: #fff;
|
|
214
214
|
}
|
|
215
215
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
235
235
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
236
236
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
237
|
-
background
|
|
237
|
+
background: rgba(0, 0, 0, 0.056);
|
|
238
238
|
border-color: transparent;
|
|
239
239
|
box-shadow: none;
|
|
240
240
|
color: inherit;
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
|
|
192
192
|
/*! drop-down button theme */
|
|
193
193
|
.e-dropdown-popup {
|
|
194
|
-
background
|
|
194
|
+
background: #fff;
|
|
195
195
|
color: #374151;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -201,15 +201,15 @@
|
|
|
201
201
|
color: #374151;
|
|
202
202
|
}
|
|
203
203
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
204
|
-
background
|
|
204
|
+
background: #f3f4f6;
|
|
205
205
|
box-shadow: none;
|
|
206
206
|
}
|
|
207
207
|
.e-dropdown-popup ul .e-item:hover {
|
|
208
|
-
background
|
|
208
|
+
background: #f3f4f6;
|
|
209
209
|
color: #111827;
|
|
210
210
|
}
|
|
211
211
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
212
|
-
background
|
|
212
|
+
background: #e5e7eb;
|
|
213
213
|
color: #111827;
|
|
214
214
|
}
|
|
215
215
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
235
235
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
236
236
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
237
|
-
background
|
|
237
|
+
background: rgba(0, 0, 0, 0.056);
|
|
238
238
|
border-color: transparent;
|
|
239
239
|
box-shadow: none;
|
|
240
240
|
color: inherit;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #282727;
|
|
185
185
|
color: #dadada;
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: #dadada;
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: transparent;
|
|
195
195
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: #414040;
|
|
199
199
|
color: #fff;
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: #514f4f;
|
|
203
203
|
color: #fff;
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -936,7 +936,6 @@
|
|
|
936
936
|
color: #fff;
|
|
937
937
|
outline: #414040 0 solid;
|
|
938
938
|
outline-offset: 0;
|
|
939
|
-
box-shadow: none;
|
|
940
939
|
}
|
|
941
940
|
.e-btn-group .e-btn:active.e-primary,
|
|
942
941
|
.e-btn-group input:active + label.e-btn.e-primary,
|
package/styles/fabric.css
CHANGED
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
|
|
182
182
|
/*! drop-down button theme */
|
|
183
183
|
.e-dropdown-popup {
|
|
184
|
-
background
|
|
184
|
+
background: #fff;
|
|
185
185
|
color: #333;
|
|
186
186
|
}
|
|
187
187
|
.e-dropdown-popup ul .e-item .e-menu-url {
|
|
@@ -191,15 +191,15 @@
|
|
|
191
191
|
color: #333;
|
|
192
192
|
}
|
|
193
193
|
.e-dropdown-popup ul .e-item.e-focused {
|
|
194
|
-
background
|
|
194
|
+
background: transparent;
|
|
195
195
|
box-shadow: 0 0 0 1px #767676 inset;
|
|
196
196
|
}
|
|
197
197
|
.e-dropdown-popup ul .e-item:hover {
|
|
198
|
-
background
|
|
198
|
+
background: #f4f4f4;
|
|
199
199
|
color: #333;
|
|
200
200
|
}
|
|
201
201
|
.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected {
|
|
202
|
-
background
|
|
202
|
+
background: #c8c8c8;
|
|
203
203
|
color: #333;
|
|
204
204
|
}
|
|
205
205
|
.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url {
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
.e-dropdown-btn.e-btn.e-inherit:focus,
|
|
225
225
|
.e-dropdown-btn.e-btn.e-inherit:active,
|
|
226
226
|
.e-dropdown-btn.e-btn.e-inherit.e-active {
|
|
227
|
-
background
|
|
227
|
+
background: rgba(0, 0, 0, 0.056);
|
|
228
228
|
border-color: transparent;
|
|
229
229
|
box-shadow: none;
|
|
230
230
|
color: inherit;
|
|
@@ -939,7 +939,6 @@
|
|
|
939
939
|
color: #000;
|
|
940
940
|
outline: #eaeaea 0 solid;
|
|
941
941
|
outline-offset: 0;
|
|
942
|
-
box-shadow: none;
|
|
943
942
|
}
|
|
944
943
|
.e-btn-group .e-btn:active.e-primary,
|
|
945
944
|
.e-btn-group input:active + label.e-btn.e-primary,
|