mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 03:11:40 +01:00
WIP darkmode theme: do not apply dark filter to images
This commit is contained in:
parent
76ac51b94d
commit
688387a160
File diff suppressed because it is too large
Load Diff
@ -17,11 +17,10 @@
|
|||||||
|
|
||||||
html[data-darkmode='1'] {
|
html[data-darkmode='1'] {
|
||||||
background: #000;
|
background: #000;
|
||||||
filter: invert(1) hue-rotate(180deg)
|
filter: invert(1) hue-rotate(180deg);
|
||||||
}
|
img, #blueimp-gallery {
|
||||||
|
filter: invert(1) hue-rotate(180deg) !important;
|
||||||
html[data-darkmode='1'] img {
|
}
|
||||||
filter: invert(1) hue-rotate(180deg)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user