Commit 099e5efc82c1363eec2a17e47233a5f54eb2ead9

Authored by Gustavo Bernardo
1 parent 57e5fc8d

Changed search icon to font awesome [Issue:#233]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
core/templates/base.html
@@ -74,7 +74,7 @@ @@ -74,7 +74,7 @@
74 <input type="text" class="form-control" placeholder="{% trans 'Search Files (.pdf, others) and/or activities' %}" name="search"></div> 74 <input type="text" class="form-control" placeholder="{% trans 'Search Files (.pdf, others) and/or activities' %}" name="search"></div>
75 <span class="input-group-btn input-group-sm"> 75 <span class="input-group-btn input-group-sm">
76 <button type="submit" class="btn btn-fab btn-fab-mini"> 76 <button type="submit" class="btn btn-fab btn-fab-mini">
77 - <i class="glyphicon glyphicon-search" aria-hidden="true" style="color:#93C741"></i> 77 + <i class="fa fa-search" aria-hidden="true" style="color:#93C741"></i>
78 </button> 78 </button>
79 </span> 79 </span>
80 </div> 80 </div>