Browse Source

Set proper cursor for footable toggle

friedPotat0 6 years ago
parent
commit
fb1307daa9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      data/web/css/site/quarantine.css

+ 4 - 0
data/web/css/site/quarantine.css

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