1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-02-01 10:07:17 +00:00

Set proper cursor for footable toggle

This commit is contained in:
friedPotat0
2019-07-27 17:16:59 +02:00
parent abf0548ca4
commit fb1307daa9

View File

@@ -57,3 +57,7 @@ span.mail-address-item {
padding: 2px 7px;
margin-right: 7px;
}
table tbody span.footable-toggle {
cursor: pointer;
}