Merge pull request #933 from paperless-ngx/1.7.1-frontend-css-tweaks

Fix: v1.7.1 frontend visual fixes
This commit is contained in:
Quinn Casey
2022-05-13 07:44:28 -07:00
committed by GitHub
6 changed files with 32 additions and 28 deletions

View File

@@ -208,6 +208,11 @@ a, a:hover, .btn-link, .btn-link:hover {
}
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
background-color: var(--pngx-bg-darker) !important;
color: var(--pngx-body-color-accent) !important;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
background: none;