mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated find-div to say how many were found, and the current found in the array.
- Fixed bug where updating the searchtext when CTRL+F (find) didn't reset the search in the list - Fixed bug where using the find function when a song is changed didn't reset the search
This commit is contained in:
@@ -837,6 +837,27 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
color: white;
|
||||
}
|
||||
|
||||
#find_form {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.num_of_found {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
color: white;
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
#close_find_form_button {
|
||||
display: flex;
|
||||
align-self: center;
|
||||
padding-left: 10px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.highlight{
|
||||
background: rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user