Commit 099e5efc82c1363eec2a17e47233a5f54eb2ead9
1 parent
57e5fc8d
Exists in
master
and in
5 other branches
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 | 74 | <input type="text" class="form-control" placeholder="{% trans 'Search Files (.pdf, others) and/or activities' %}" name="search"></div> |
75 | 75 | <span class="input-group-btn input-group-sm"> |
76 | 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 | 78 | </button> |
79 | 79 | </span> |
80 | 80 | </div> | ... | ... |