Set proper cursor for quarantine table rows

This commit is contained in:
friedPotat0 2019-07-27 17:17:56 +02:00
parent fb1307daa9
commit 36888645bc

View File

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