diff --git a/app/templates/cotton/transaction/item.html b/app/templates/cotton/transaction/item.html index 15fde0e..c7f3e05 100644 --- a/app/templates/cotton/transaction/item.html +++ b/app/templates/cotton/transaction/item.html @@ -1,6 +1,6 @@ {% load markdown %} {% load i18n %} -
+
{% if not disable_selection %} {% endif %}
+ tw:hover:bg-zinc-900 p-2 {% if transaction.account.is_asset %}tw:border-dashed{% else %}tw:border-solid{% endif %} + {% if transaction.type == "EX" %}tw:border-red-500{% else %}tw:border-green-500{% endif %} tw:relative + w-100 transaction-item">
@@ -122,7 +120,7 @@
{# Item actions#}
+ class="transaction-actions tw:absolute! tw:left-1/2 tw:top-0 tw:-translate-x-1/2 tw:-translate-y-1/2 tw:invisible tw:group-hover/transaction:visible d-flex flex-row card">
{% if not transaction.deleted %}