Show the scanner camera feed non-inverted when using darkmode.

This commit is contained in:
Jan Böhmer 2022-08-13 21:23:40 +02:00
parent 3eb6268a38
commit f98487a03b

View file

@ -377,7 +377,7 @@ btn-xs
margin-right: auto;
}
.darkmode--activated .hoverpic:hover {
.darkmode--activated .hoverpic:hover, {
background: black;
}
@ -804,7 +804,9 @@ div.dataTables_wrapper div.dataTables_info {
z-index: 2020;
}
.darkmode--activated img {
/** If darkmode is enabled revert the blening for images and videos, as these should be shown not inverted */
.darkmode--activated img,
.darkmode--activated video {
mix-blend-mode: difference;
}