Fix not being able to scroll on some iframes when the darkmode is switched on

This commit is contained in:
Hadi Nategh 2021-03-15 12:21:59 +01:00
parent 2aff05757e
commit d9df2131fe
5 changed files with 0 additions and 5 deletions

View File

@ -73,7 +73,6 @@
@media all {
html[data-darkmode='1'] {
background: #000;
position: fixed;
filter: invert(1) hue-rotate(180deg) brightness(0.7);
}
html[data-darkmode='1'] img,

View File

@ -53,7 +53,6 @@
@media all {
html[data-darkmode='1'] {
background: #000;
position: fixed;
filter: invert(1) hue-rotate(180deg) brightness(0.7);
}
html[data-darkmode='1'] img,

View File

@ -63,7 +63,6 @@
@media all {
html[data-darkmode='1'] {
background: #000;
position: fixed;
filter: invert(1) hue-rotate(180deg) brightness(0.7);
}
html[data-darkmode='1'] img,

View File

@ -28,7 +28,6 @@
html[data-darkmode='1']
{
background: #000;
position: fixed; // ATM Firefox doesn't like filter:invert on none fixed html
filter: invert(1) hue-rotate(180deg) brightness(0.7);
img, #blueimp-gallery:not(:fullscreen), #blueimp-gallery ol,
iframe, #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active,

View File

@ -38,7 +38,6 @@
@media all {
html[data-darkmode='1'] {
background: #000;
position: fixed;
filter: invert(1) hue-rotate(180deg) brightness(0.7);
}
html[data-darkmode='1'] img,