aboutsummaryrefslogtreecommitdiff
path: root/templates/payment/table/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/payment/table/search.html')
-rw-r--r--templates/payment/table/search.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/payment/table/search.html b/templates/payment/table/search.html
index 0ae2589..9fedb78 100644
--- a/templates/payment/table/search.html
+++ b/templates/payment/table/search.html
@@ -53,7 +53,6 @@
{% for category in categories %}
<option
value="{{ category.id }}"
- style="color: {{ category.color }}"
{% if category.id == query.category %} selected {% endif %}
>
{{ category.name }}