mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Nicer slim sidebar transitioning, dark mode fixes, fix tests by making settings taller
This commit is contained in:
@@ -79,6 +79,15 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
||||
}
|
||||
}
|
||||
|
||||
.btn-dark {
|
||||
--bs-btn-color: $text-color-dark-bg;
|
||||
--bs-btn-bg: var(--pngx-bg-alt);
|
||||
--bs-btn-border-color: var(--pngx-bg-alt);
|
||||
--bs-btn-hover-bg: var(--bs-light);
|
||||
--bs-btn-hover-border-color: var(--pngx-bg-darker);
|
||||
--bs-btn-active-bg: var(--pngx-bg-alt);
|
||||
}
|
||||
|
||||
.btn-outline-primary {
|
||||
&:hover, &:focus, &.active, &:active {
|
||||
color: var(--bs-light) !important;
|
||||
|
Reference in New Issue
Block a user