Search: Apply bg on elements rather than container

This changes allows moving the individual elements that composes
the search bar around without losing the background on the elements.
This commit is contained in:
syeopite 2024-07-06 13:24:25 -07:00
parent 4f21388643
commit b1e954b3c9
No known key found for this signature in database
GPG key ID: A73C186DA3955A1A

View file

@ -662,11 +662,14 @@ button.submit:hover > svg { stroke: var(--accent); }
}
#search_sort {
background: var(--highlighted);
border-radius: 5px;
overflow: auto;
}
#search_sort > * {
background: var(--highlighted);
}
#search_sort > #search {
border: 0;
background: transparent;