Color tweaks

This commit is contained in:
shamoon
2024-04-02 22:52:06 -07:00
parent ddc6be0797
commit 0460e12b74
4 changed files with 4 additions and 3 deletions

View File

@@ -57,7 +57,7 @@
</div>
</ng-template>
<div ngbDropdownMenu class="w-100 mh-75 overflow-y-scroll">
<div ngbDropdownMenu class="w-100 mh-75 overflow-y-scroll shadow-lgs">
@if (searchResults?.total === 0) {
<h6 class="dropdown-header" i18n="@@searchResults.noResults">No results</h6>
} @else {

View File

@@ -62,7 +62,7 @@ form {
.dropdown-item {
&:has(button:focus) {
background-color: var(--pngx-bg-alt);
background-color: var(--pngx-bg-darker);
}
& button {