1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Replace Font Awesome icons with Material Design

This commit is contained in:
Jeremy Stretch
2020-11-06 14:33:20 -05:00
parent d388472773
commit 867f308027
1820 changed files with 312 additions and 143922 deletions

View File

@@ -21,7 +21,7 @@
<input type="text" name="q" class="form-control" placeholder="Name" />
<span class="input-group-btn">
<button type="submit" class="btn btn-primary">
<span class="fa fa-search" aria-hidden="true"></span>
<span class="mdi mdi-magnify" aria-hidden="true"></span>
</button>
</span>
</div>