mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-23 12:24:45 +02:00
Show the scanner camera feed non-inverted when using darkmode.
This commit is contained in:
parent
3eb6268a38
commit
f98487a03b
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue