mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Change toggle all, fix multiple group inheritance, fix select dark mode display
This commit is contained in:
@@ -157,6 +157,19 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
||||
background-color: var(--bs-light);
|
||||
}
|
||||
|
||||
.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
|
||||
background-color: var(--pngx-bg-alt);
|
||||
color: var(--bs-body-color);
|
||||
|
||||
.ng-value-icon.left {
|
||||
border-color: var(--pngx-bg-alt);
|
||||
|
||||
&:hover {
|
||||
background-color: var(--pngx-primary-lighten-30);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
.des,
|
||||
.asc {
|
||||
|
Reference in New Issue
Block a user