mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
WIP darkmode theme: fix egw message box shadow
This commit is contained in:
parent
1154b1cdb9
commit
92d403d5ef
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user