Change the color of the add a member button.

This commit is contained in:
Alexis M 2019-10-19 00:43:00 +02:00 committed by Alexis Metaireau
parent dabb321f9d
commit e30d863c56

View file

@ -123,7 +123,7 @@
<label class="sr-only" for="name">_("Add participant")</label>
{{ form.name(placeholder=_("Add participant"), class="form-control") }}
<div class="input-group-append">
<button class="btn btn-outline-secondary input-group-addon" type="submit">{{ _("Add") }}</button>
<button class="btn btn-secondary input-group-addon" type="submit">{{ _("Add") }}</button>
</div>
</div>
{% endmacro %}