diff --git a/api/js/egw_action/EgwMenuShoelace.ts b/api/js/egw_action/EgwMenuShoelace.ts index a605c13af5..10d919a5f4 100644 --- a/api/js/egw_action/EgwMenuShoelace.ts +++ b/api/js/egw_action/EgwMenuShoelace.ts @@ -21,8 +21,8 @@ export class EgwMenuShoelace extends LitElement font-weight: var(--sl-font-weight-bold, bold); } - .custom-color::part(label) { - --color: var(--color); + sl-menu { + box-shadow: var(--sl-shadow-x-large); } sl-menu-item::part(base) { diff --git a/pixelegg/css/pixelegg.less b/pixelegg/css/pixelegg.less index 570eb5d678..12687bfd38 100644 --- a/pixelegg/css/pixelegg.less +++ b/pixelegg/css/pixelegg.less @@ -421,4 +421,4 @@ img.et2_button_icon[src*="svg"], img.et2_button_icon[src*="svg"]:hover { } ::-ms-input-placeholder{ color: @color_placeholder; -} \ No newline at end of file +} diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 6bb74784be..3098ea6463 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -9509,4 +9509,4 @@ table.egwGridView_grid img.et2_appicon { border-radius: 0; } } -/*# sourceMappingURL=fw_mobile.css.map */ \ No newline at end of file +/*# sourceMappingURL=fw_mobile.css.map */