mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
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:
parent
4f21388643
commit
b1e954b3c9
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue