]> git.ipfire.org Git - ipfire.org.git/commitdiff
donate: Improve selection of amounts
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 16:50:04 +0000 (17:50 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 16:50:04 +0000 (17:50 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/donate.html

index cb5d985db2e4cc00a03112ac853bc9e508099ebf..9a79d22b810017b1828879d4c7c8f9c3269355f7 100644 (file)
@@ -56,7 +56,7 @@
 
                                                                <div class="btn-group-toggle flex-wrap mb-3" data-toggle="buttons">
                                                                        {% for a in amounts %}
-                                                                               <label class="btn btn-secondary btn-lg mb-2">
+                                                                               <label class="btn btn-outline-primary btn-lg mb-2">
                                                                                        <input type="radio" name="amount-selector" value="{{ a }}" {% if amount == a %}checked{% end %}
                                                                                                autocomplete="off"> <span class="USD">$</span>{{ a }} <span class="EUR">€</span>
                                                                                </label>