Color tweaks
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -62,7 +62,7 @@ form {
|
||||
|
||||
.dropdown-item {
|
||||
&:has(button:focus) {
|
||||
background-color: var(--pngx-bg-alt);
|
||||
background-color: var(--pngx-bg-darker);
|
||||
}
|
||||
|
||||
& button {
|
||||
|
||||
Reference in New Issue
Block a user