mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Fix attachment preview unnecessary background color
This commit is contained in:
parent
6270311b24
commit
5b89ceb15e
1 changed files with 4 additions and 4 deletions
|
|
@ -1522,16 +1522,16 @@ class ReaderPreview extends ReaderInstance {
|
|||
border-radius: 5px;
|
||||
}
|
||||
@media (prefers-color-scheme: light) {
|
||||
#viewerContainer {
|
||||
background: #f2f2f2;
|
||||
body #viewerContainer {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
.pdfViewer .page::before {
|
||||
box-shadow: inset 0 0 0px 1px #0000001a;
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
#viewerContainer {
|
||||
background: #303030;
|
||||
body #viewerContainer {
|
||||
background-color: #303030;
|
||||
}
|
||||
.pdfViewer .page::before {
|
||||
box-shadow: inset 0 0 0px 1px #ffffff1f;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue