+ tooltips

+ sort transactions by date correctly
+ confirmed transactions indicator
This commit is contained in:
Taegus
2018-12-20 18:29:23 +01:00
parent f80c9123f1
commit 62f8be866e
15 changed files with 228 additions and 13 deletions

View File

@@ -33,4 +33,12 @@
#tableTransactionsForAll .fa-arrows-alt-h {
color: #DCDCDC;
}
#tableTransactionsForAll .fa-question {
color: #DCDCDC;
}
#tableTransactionsForAll .fa-check {
color: #228B22;
}