feat: Rewrite search with jquery and use proper dropdown
This commit is contained in:
@@ -20,6 +20,22 @@ $grey-dark: #262728;
|
||||
}
|
||||
|
||||
|
||||
// Search form suggestion dropdown
|
||||
|
||||
#location-result-list {
|
||||
display: inline; //ensures that the dropdown is not restricted in width WTF
|
||||
}
|
||||
|
||||
.result-item {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.result-item:hover {
|
||||
background-color: #b2aaaa;
|
||||
}
|
||||
|
||||
|
||||
// Toggle switch
|
||||
|
||||
.toggle-switch {
|
||||
display: inline-block;
|
||||
|
2
src/fellchensammlung/static/fellchensammlung/js/jquery.min.js
vendored
Normal file
2
src/fellchensammlung/static/fellchensammlung/js/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user