Fix video tags inside gallery for darkmode

This commit is contained in:
Hadi Nategh 2021-02-26 11:01:06 +01:00
parent 51edbcf34e
commit adddf68135
5 changed files with 19 additions and 1 deletions

View File

@ -88,6 +88,10 @@
html[data-darkmode='1'] .et2_taglist_tags_icon {
filter: invert(1) hue-rotate(180deg) !important;
}
html[data-darkmode='1'] #blueimp-gallery video,
html[data-darkmode='1'] #blueimp-gallery .video-content {
filter: invert(0) hue-rotate(180deg) !important;
}
html[data-darkmode='1'] #loginMainDiv div#centerBox {
filter: invert(1) hue-rotate(180deg) !important;
}

View File

@ -66,6 +66,10 @@
html[data-darkmode='1'] .et2_taglist_tags_icon {
filter: invert(1) hue-rotate(180deg) !important;
}
html[data-darkmode='1'] #blueimp-gallery video,
html[data-darkmode='1'] #blueimp-gallery .video-content {
filter: invert(0) hue-rotate(180deg) !important;
}
html[data-darkmode='1'] #loginMainDiv div#centerBox {
filter: invert(1) hue-rotate(180deg) !important;
}

View File

@ -77,6 +77,10 @@
html[data-darkmode='1'] .et2_taglist_tags_icon {
filter: invert(1) hue-rotate(180deg) !important;
}
html[data-darkmode='1'] #blueimp-gallery video,
html[data-darkmode='1'] #blueimp-gallery .video-content {
filter: invert(0) hue-rotate(180deg) !important;
}
html[data-darkmode='1'] #loginMainDiv div#centerBox {
filter: invert(1) hue-rotate(180deg) !important;
}

View File

@ -35,7 +35,9 @@
video, #loginMainDiv, .et2_taglist_tags_icon {
filter: invert(1) hue-rotate(180deg) !important;
}
#blueimp-gallery {
video, .video-content{filter: invert(0) hue-rotate(180deg) !important;}
}
#loginMainDiv div#centerBox{filter: invert(1) hue-rotate(180deg) !important;}
div.dhtmlxMenu_egw_SubLevelArea_Polygon,.egw_tooltip,
body .egw_message_wrapper,#egw_fw_header #egw_fw_topmenu,.ui-dialog, .box_shadow,

View File

@ -51,6 +51,10 @@
html[data-darkmode='1'] .et2_taglist_tags_icon {
filter: invert(1) hue-rotate(180deg) !important;
}
html[data-darkmode='1'] #blueimp-gallery video,
html[data-darkmode='1'] #blueimp-gallery .video-content {
filter: invert(0) hue-rotate(180deg) !important;
}
html[data-darkmode='1'] #loginMainDiv div#centerBox {
filter: invert(1) hue-rotate(180deg) !important;
}