mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 02:27:06 +01:00
Fix heights on transitions, text/plain display in dark mode
This commit is contained in:
parent
d9110f4ef7
commit
d5ab1119d3
3 changed files with 14 additions and 1 deletions
|
|
@ -246,6 +246,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
|||
background-color: rgb(var(--bs-dark-rgb)) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.preview-sticky.bg-white {
|
||||
background-color: var(--pngx-bg-darker) !important;
|
||||
}
|
||||
}
|
||||
|
||||
body.color-scheme-dark {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue