made an actual icon for the filter button, still need to make some changes to make it more reactive
This commit is contained in:
BIN
Users Page/filterButton.png
Normal file
BIN
Users Page/filterButton.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
@@ -44,7 +44,7 @@
|
||||
</ul>
|
||||
</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>
|
||||
|
||||
@@ -192,5 +192,16 @@ th {
|
||||
}
|
||||
|
||||
#filterButton {
|
||||
margin-right: 25px;
|
||||
}
|
||||
margin-right: 15px;
|
||||
border: none;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#filterButton:hover img {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user