made an actual icon for the filter button, still need to make some changes to make it more reactive

This commit is contained in:
2023-04-06 15:19:37 -04:00
parent cbe3e7af3a
commit 57131214f1
3 changed files with 14 additions and 3 deletions

View File

@@ -192,5 +192,16 @@ th {
}
#filterButton {
margin-right: 25px;
}
margin-right: 15px;
border: none;
background: none;
cursor: pointer;
padding: 0;
}
#filterButton:hover img {
}