WIP darkmode theme: fix egw message box shadow

This commit is contained in:
Hadi Nategh 2020-12-16 16:40:47 +01:00
parent 1154b1cdb9
commit 92d403d5ef
2 changed files with 3 additions and 2 deletions

View File

@ -57,7 +57,8 @@
filter: invert(1) hue-rotate(180deg) !important;
}
html[data-darkmode='1'] div.dhtmlxMenu_egw_SubLevelArea_Polygon,
html[data-darkmode='1'] .egw_tooltip {
html[data-darkmode='1'] .egw_tooltip,
html[data-darkmode='1'] body .egw_message_wrapper {
box-shadow: 0px 0px 2px 2px #666666;
}
}

View File

@ -22,7 +22,7 @@
img, #blueimp-gallery {
filter: invert(1) hue-rotate(180deg) !important;
}
div.dhtmlxMenu_egw_SubLevelArea_Polygon,.egw_tooltip {box-shadow: 0px 0px 2px 2px #666666;}
div.dhtmlxMenu_egw_SubLevelArea_Polygon,.egw_tooltip, body .egw_message_wrapper {box-shadow: 0px 0px 2px 2px #666666;}
}
}