mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Merge pull request #2910 from paperless-ngx/feature-improved-statistics-widget
Feature: Improved statistics widget
This commit is contained in:
commit
6a34a35585
11 changed files with 221 additions and 20 deletions
|
|
@ -231,6 +231,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