+ show transactions direction

This commit is contained in:
Taegus
2018-12-18 19:42:43 +01:00
parent 8578898b04
commit 0ec20aa2d8
3 changed files with 47 additions and 5 deletions

View File

@@ -21,4 +21,16 @@
.sendWrapper input {
color: #aaa;
}
#tableTransactionsForAll .fa-arrow-right {
color: #8B0000;
}
#tableTransactionsForAll .fa-arrow-left {
color: #228B22;
}
#tableTransactionsForAll .fa-arrows-alt-h {
color: #DCDCDC;
}