mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Change the color of the add a member button.
This commit is contained in:
parent
dabb321f9d
commit
e30d863c56
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue