Search bar css question question

HenrikHansen

Well-known member
I have moved my quick search bar up by chaning its position in searchbar.css.
But after the move it is clear it has now rounded corners below and the container round the
search legend is not going below the search below. Anyhow knows how to make rounded corners
below also?

searchbarcss.webp
 
If i understood correctly the #quicksearch does have radius below you have to expand (by clicking inside the text area)

as you can see

Code:
#QuickSearch .formPopup{
    border-radius: 5px 5px 5px 5px;
}
 
Top Bottom