Improve appearance of transactions table
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user