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:
parent
fb1307daa9
commit
36888645bc
@ -61,3 +61,7 @@ span.mail-address-item {
|
||||
table tbody span.footable-toggle {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#quarantinetable tbody tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user