mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fix dark mode delay button progress bar not visible
This commit is contained in:
parent
095203187b
commit
8910dab44f
@ -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…
x
Reference in New Issue
Block a user