Replaced most glyphicons with Font Awesome

This commit is contained in:
Jeremy Stretch
2016-08-01 13:29:45 -04:00
parent 8792606aff
commit 075d7a6914
43 changed files with 76 additions and 76 deletions

View File

@@ -9,7 +9,7 @@
<input type="text" name="q" placeholder="Search devices" class="form-control" />
<span class="input-group-btn">
<button type="submit" class="btn btn-primary">
<span class="glyphicon glyphicon-search" aria-hidden="true"></span>
<span class="fa fa-search" aria-hidden="true"></span>
Devices
</button>
</span>
@@ -23,7 +23,7 @@
<input type="text" name="q" placeholder="Search prefixes" class="form-control" />
<span class="input-group-btn">
<button type="submit" class="btn btn-primary">
<span class="glyphicon glyphicon-search" aria-hidden="true"></span>
<span class="fa fa-search" aria-hidden="true"></span>
Prefixes
</button>
</span>
@@ -37,7 +37,7 @@
<input type="text" name="q" placeholder="Search circuits" class="form-control" />
<span class="input-group-btn">
<button type="submit" class="btn btn-primary">
<span class="glyphicon glyphicon-search" aria-hidden="true"></span>
<span class="fa fa-search" aria-hidden="true"></span>
Circuits
</button>
</span>