Make contextmenu box-shadow more transparent

(cherry picked from commit f8596793ca)
This commit is contained in:
nathan 2024-07-23 15:29:10 -06:00 committed by milan
parent f2ac86360d
commit abcb249935
4 changed files with 4 additions and 0 deletions

View File

@ -7146,6 +7146,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.co
}
body > .egw_menu egw-menu-shoelace {
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,
.select-cat li {

View File

@ -7136,6 +7136,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.co
}
body > .egw_menu egw-menu-shoelace {
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,
.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 {
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 {
border-left: 4px solid transparent;

View File

@ -6954,6 +6954,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.co
}
body > .egw_menu egw-menu-shoelace {
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,
.select-cat li {