Commit 90b753d916599e73a9ca36ce955fb8ed06e5b948

Authored by Filipe Medeiros
1 parent df5a13e8

Responsive search button color input

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
amadeus/templates/base.html
... ... @@ -233,7 +233,7 @@
233 233 <form id="SearchForm" action="{% url 'subjects:search' %}" method="get" accept-charset="utf-8">
234 234 <div class="input-group">
235 235 <div class="form-group is-empty" >
236   - <input type="text" class="form-control top-search" placeholder="{% trans 'Search for subjects and resources' %}" name="search">
  236 + <input type="text" class="form-control top-search" placeholder="{% trans 'Search for subjects and resources' %}" name="search" style="color:#009C8A;">
237 237 </div>
238 238 <span class="input-group-btn input-group-sm">
239 239 <button type="submit" class="btn btn-primary" id="btn-search">
... ...