show transactions in lightgreen if they are older than one year

for tax reasons
This commit is contained in:
2022-07-05 17:11:09 +02:00
parent b21d794b87
commit 13e14c6bb3
3 changed files with 8 additions and 2 deletions
+3
View File
@@ -15,3 +15,6 @@ div.tab-pane h4 {
font-size: 14px;
font-weight: 600;
}
.green {
background: lightgreen;
}