! fixed bug when wallets or address book are empty

This commit is contained in:
Taegus
2019-03-06 08:06:18 +01:00
parent 72622fc207
commit f4aa20b965
5 changed files with 16 additions and 8 deletions

View File

@@ -31,3 +31,7 @@ th[role=columnheader]:not(.no-sort):hover:after {
visibility: visible;
opacity: 1;
}
.noSortCollumn[role=columnheader]:not(.no-sort):after {
display: none;
}