mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Change: increase dark mode selected dropdown item bg contrast
This commit is contained in:
parent
966eb00de0
commit
9c15623a89
1 changed files with 2 additions and 2 deletions
|
|
@ -262,7 +262,7 @@ a.btn-link:focus-visible,
|
|||
}
|
||||
|
||||
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
|
||||
background-color: var(--pngx-bg-darker) !important;
|
||||
background-color: var(--pngx-bg-alt) !important;
|
||||
color: var(--pngx-body-color-accent) !important;
|
||||
}
|
||||
|
||||
|
|
@ -439,7 +439,7 @@ ul.pagination {
|
|||
color: var(--bs-body-color);
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: var(--pngx-bg-darker);
|
||||
background-color: var(--pngx-bg-alt);
|
||||
color: var(--bs-body-color);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue