Fix filtered filemanager icon used in contextmenu gets a wrong color

This commit is contained in:
Hadi Nategh 2022-11-07 16:00:30 +01:00
parent c85d29c0d0
commit c2fd70cb11
2 changed files with 6 additions and 0 deletions

View File

@ -3165,6 +3165,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_icon img.sub_icon {
filter: invert(1) brightness(5);
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_icon img[id$="filemanager"] {
filter: invert(0) brightness(5) !important;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected div.sub_item_text,
div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub_item_selected td.sub_item_hk div.sub_item_hk {
color: hsl(0, 0%, 100%);

View File

@ -31,6 +31,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon{
img.sub_icon {
filter: @sl-filter-menu;
}
img[id$="filemanager"] {
filter: invert(0) brightness(5) !important;
}
}
background-color: @sl-bg-color-menu !important;
background-image: none !important;