Make contextmenu box-shadow more transparent

This commit is contained in:
nathan 2024-07-23 15:29:10 -06:00
parent ee8c491c77
commit f8596793ca
4 changed files with 4 additions and 0 deletions

View File

@ -7143,6 +7143,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.co
} }
body > .egw_menu egw-menu-shoelace { body > .egw_menu egw-menu-shoelace {
box-shadow: 0px 0px 2px 2px var(--sl-color-neutral-500); box-shadow: 0px 0px 2px 2px var(--sl-color-neutral-500);
--sl-shadow-x-large: 0 4px 16px hsla(240, 3.8%, 46.1%, 0.3);
} }
.egwGridView_scrollarea tr.row_category > td:first-child, .egwGridView_scrollarea tr.row_category > td:first-child,
.select-cat li { .select-cat li {

View File

@ -7133,6 +7133,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.co
} }
body > .egw_menu egw-menu-shoelace { body > .egw_menu egw-menu-shoelace {
box-shadow: 0px 0px 2px 2px var(--sl-color-neutral-500); box-shadow: 0px 0px 2px 2px var(--sl-color-neutral-500);
--sl-shadow-x-large: 0 4px 16px hsla(240, 3.8%, 46.1%, 0.3);
} }
.egwGridView_scrollarea tr.row_category > td:first-child, .egwGridView_scrollarea tr.row_category > td:first-child,
.select-cat li { .select-cat li {

View File

@ -392,6 +392,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.co
} }
body > .egw_menu egw-menu-shoelace { body > .egw_menu egw-menu-shoelace {
box-shadow: 0px 0px 2px 2px var(--sl-color-neutral-500); box-shadow: 0px 0px 2px 2px var(--sl-color-neutral-500);
--sl-shadow-x-large: 0 4px 16px hsl(240 3.8% 46.1% / 30%);
} }
.egwGridView_scrollarea tr.row_category > td:first-child, .select-cat li { .egwGridView_scrollarea tr.row_category > td:first-child, .select-cat li {
border-left: 4px solid transparent; border-left: 4px solid transparent;

View File

@ -6951,6 +6951,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.co
} }
body > .egw_menu egw-menu-shoelace { body > .egw_menu egw-menu-shoelace {
box-shadow: 0px 0px 2px 2px var(--sl-color-neutral-500); box-shadow: 0px 0px 2px 2px var(--sl-color-neutral-500);
--sl-shadow-x-large: 0 4px 16px hsla(240, 3.8%, 46.1%, 0.3);
} }
.egwGridView_scrollarea tr.row_category > td:first-child, .egwGridView_scrollarea tr.row_category > td:first-child,
.select-cat li { .select-cat li {