Set proper cursor for quarantine table rows

master
friedPotat0 2019-07-27 17:17:56 +02:00
parent fb1307daa9
commit 36888645bc
1 changed files with 4 additions and 0 deletions

View File

@ -61,3 +61,7 @@ span.mail-address-item {
table tbody span.footable-toggle {
cursor: pointer;
}
#quarantinetable tbody tr {
cursor: pointer;
}