Make search input a direct child of input group

This commit is contained in:
Anton Khorev 2023-09-16 17:40:07 +03:00
parent 77d495ccdc
commit e6e478f5b0
2 changed files with 10 additions and 9 deletions

View file

@ -1055,11 +1055,12 @@ tr.turn:hover {
.search_form {
background-color: $lightgrey;
#query {
z-index: 0;
}
.describe_location {
top: 6px;
right: 6px;
font-size: 10px;
color: $blue;
}
}