Color tweaks
This commit is contained in:
parent
ddc6be0797
commit
0460e12b74
@ -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 {
|
||||
|
@ -456,7 +456,7 @@ ul.pagination {
|
||||
color: var(--bs-body-color);
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: var(--pngx-bg-alt);
|
||||
background-color: var(--pngx-bg-darker);
|
||||
color: var(--bs-body-color);
|
||||
}
|
||||
|
||||
|
@ -279,6 +279,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
||||
|
||||
.dropdown-menu {
|
||||
--bs-dropdown-color: var(--bs-body-color);
|
||||
--pngx-bg-darker: var(--pngx-bg-alt);
|
||||
}
|
||||
|
||||
.list-group {
|
||||
|
Loading…
x
Reference in New Issue
Block a user