Set proper cursor for quarantine table rows
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