1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-04 10:24:42 +02:00

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 {
cursor: pointer;
}
#quarantinetable tbody tr {
cursor: pointer;
}