aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis M <alexis@notmyidea.org>2019-10-19 00:43:00 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2019-10-20 21:23:09 +0200
commite30d863c56e17ebb0c8344e6d8513a206d825092 (patch)
tree0473a17394b0cad62f2c967e7b0bf6bea367cb51
parentdabb321f9da59bcadba0ef82c5d96d5c9077ea77 (diff)
downloadihatemoney-mirror-e30d863c56e17ebb0c8344e6d8513a206d825092.zip
ihatemoney-mirror-e30d863c56e17ebb0c8344e6d8513a206d825092.tar.gz
ihatemoney-mirror-e30d863c56e17ebb0c8344e6d8513a206d825092.tar.bz2
Change the color of the add a member button.
-rw-r--r--ihatemoney/templates/forms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html
index 12cc165..61127ce 100644
--- a/ihatemoney/templates/forms.html
+++ b/ihatemoney/templates/forms.html
@@ -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 %}