mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Make contextmenu box-shadow more transparent
This commit is contained in:
parent
ee8c491c77
commit
f8596793ca
@ -7143,6 +7143,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 {
|
||||
|
@ -7133,6 +7133,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 {
|
||||
|
@ -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;
|
||||
|
@ -6951,6 +6951,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 {
|
||||
|
Loading…
Reference in New Issue
Block a user