diff --git a/frontend/src/app/feature/transaction-history/transaction-history.component.css b/frontend/src/app/feature/transaction-history/transaction-history.component.css index e69de29..c3fdef2 100644 --- a/frontend/src/app/feature/transaction-history/transaction-history.component.css +++ b/frontend/src/app/feature/transaction-history/transaction-history.component.css @@ -0,0 +1,9 @@ +button[disabled] { + cursor: not-allowed; + background-color: #ccc; + box-shadow: none; +} + +button[disabled]:hover { + background-color: #ccc; +} diff --git a/frontend/src/app/feature/transaction-history/transaction-history.component.html b/frontend/src/app/feature/transaction-history/transaction-history.component.html index 78ad158..5d26590 100644 --- a/frontend/src/app/feature/transaction-history/transaction-history.component.html +++ b/frontend/src/app/feature/transaction-history/transaction-history.component.html @@ -1,36 +1,32 @@
Hier siehst du alle vergangenen Einzahlungen
-{{ transaction.status }}
-{{ transaction.createdAt | date : 'd.m.Y H:m'}}
-{{ transaction.status }}
+{{ transaction.createdAt | date : 'd.m.Y H:m' }}
+