Improve appearance of transactions table

This commit is contained in:
2025-05-21 13:47:10 +02:00
parent 9d2ac48e1a
commit 490d6aa650
3 changed files with 49 additions and 23 deletions

View File

@@ -0,0 +1,19 @@
.transactionTable {
tbody tr {
cursor: pointer;
}
td {
.date {
white-space: nowrap;
}
.amount {
font-family: monospace;
}
}
.disabled td {
color: var(--bulma-text-light);
}
}