Hide detailed transfers link in print view

This commit is contained in:
RunasSudo 2021-09-11 21:13:55 +10:00
parent c1ccf54501
commit 2c3470b91c
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 3 additions and 0 deletions

View File

@ -189,6 +189,9 @@ a.detailedTransfersLink {
#printWarning {
display: block;
}
a.detailedTransfersLink {
display: none;
}
}
/* Form styling */