From 24fa9cde5137dc024024d10894d83710d7b4f9b3 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 23 Nov 2025 23:19:23 -0300 Subject: [PATCH] style: fix deleted transactions styling --- app/templates/cotton/transaction/item.html | 4 +- .../ui/deleted_transactions_action_bar.html | 257 +++++++++--------- 2 files changed, 133 insertions(+), 128 deletions(-) diff --git a/app/templates/cotton/transaction/item.html b/app/templates/cotton/transaction/item.html index a61a9a2..d410784 100644 --- a/app/templates/cotton/transaction/item.html +++ b/app/templates/cotton/transaction/item.html @@ -221,7 +221,7 @@ + class="fa-solid fa-trash-arrow-up fa-fw">
+ _="install prompt_swal">
{% endif %} diff --git a/app/templates/cotton/ui/deleted_transactions_action_bar.html b/app/templates/cotton/ui/deleted_transactions_action_bar.html index 4f4711e..8577eef 100644 --- a/app/templates/cotton/ui/deleted_transactions_action_bar.html +++ b/app/templates/cotton/ui/deleted_transactions_action_bar.html @@ -1,5 +1,5 @@ {% load i18n %} -