mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Fix dark mode delay button progress bar not visible
This commit is contained in:
parent
b63f87a5b5
commit
23b2fbef45
1 changed files with 4 additions and 0 deletions
|
|
@ -96,6 +96,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
||||||
color: var(--bs-body-color);
|
color: var(--bs-body-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn .progress {
|
||||||
|
background-color: var(--pngx-body-color-accent);
|
||||||
|
}
|
||||||
|
|
||||||
.search-form-container {
|
.search-form-container {
|
||||||
input, input:focus {
|
input, input:focus {
|
||||||
color: var(--bs-body-color) !important;
|
color: var(--bs-body-color) !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue