Commit 4781fde9d47ecafbb8b2076af3084211a24c09a4

Authored by Gustavo Bernardo
1 parent d155b66b

Changed icon color [Issue:#233]

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
core/templates/base.html
... ... @@ -20,7 +20,7 @@
20 20  
21 21 <!-- Bootstrap and themes (material) -->
22 22 <link rel="stylesheet" type="text/css" href="{% static 'bootstrap-3.3.7/css/bootstrap.css' %}">
23   -
  23 +
24 24 <link rel="stylesheet" type="text/css" href="{% static 'material/css/bootstrap-material-design.min.css' %}">
25 25 <link rel="stylesheet" type="text/css" href="{% static 'material/css/ripples.css' %}">
26 26 <link rel="stylesheet" type="text/css" href="{% static 'material/css/ripples.min.css' %}">
... ... @@ -79,7 +79,7 @@
79 79 <input type="text" class="form-control" placeholder="{% trans 'Search Files (.pdf, others) and/or activities' %}" name="search"></div>
80 80 <span class="input-group-btn input-group-sm">
81 81 <button type="submit" class="btn btn-fab btn-fab-mini">
82   - <i class="fa fa-search" aria-hidden="true"></i>
  82 + <i class="glyphicon glyphicon-search" aria-hidden="true" style="color:#93C741"></i>
83 83 </button>
84 84 </span>
85 85 </div>
... ...