mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +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'] {
|
||||
background: #000;
|
||||
filter: invert(1) hue-rotate(180deg)
|
||||
}
|
||||
|
||||
html[data-darkmode='1'] img {
|
||||
filter: invert(1) hue-rotate(180deg)
|
||||
filter: invert(1) hue-rotate(180deg);
|
||||
img, #blueimp-gallery {
|
||||
filter: invert(1) hue-rotate(180deg) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user