mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Improved statistics widget
This commit is contained in:
parent
741152dd50
commit
f3eedec402
7 changed files with 179 additions and 21 deletions
|
|
@ -223,6 +223,14 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
|||
.dropdown-menu {
|
||||
--bs-dropdown-color: var(--bs-body-color);
|
||||
}
|
||||
|
||||
.card .list-group-item {
|
||||
--bs-border-color: rgb(var(--bs-dark-rgb));
|
||||
|
||||
.bg-secondary {
|
||||
background-color: rgb(var(--bs-dark-rgb)) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.color-scheme-dark {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue