mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Fix queries Clear Filters button
Now it should look like the rest of the buttons Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -147,7 +147,7 @@ if(strlen($showing) > 0)
|
||||
</tfoot>
|
||||
</table>
|
||||
<label><input type="checkbox" id="autofilter"> Apply filtering on click on Type, Domain, and Clients</label><br/>
|
||||
<button type="button" id="resetButton" hidden="true">Clear Filters</button>
|
||||
<button type="button" id="resetButton" hidden="true" class="btn btn-default btn-sm text-red">Clear Filters</button>
|
||||
</div>
|
||||
<!-- /.box-body -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user