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

BIN
Users Page/filterButton.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@@ -44,7 +44,7 @@
</ul> </ul>
</nav> --> </nav> -->
<button id="filterButton" onclick="showFilters()">Filter</button> <button id="filterButton" onclick="showFilters()"><img src="filterButton.png" style="height: 30px;"></button>
<div id="filter-box" style="display:none;"> <div id="filter-box" style="display:none;">
<div> <div>

View File

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