mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-30 18:22:38 +02:00
Change the color of the add a member button.
(cherry picked from commit e30d863c56
)
This commit is contained in:
parent
b242fc8c89
commit
5ea419fe14
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,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