Parcourir la source

Set proper cursor for quarantine table rows

friedPotat0 il y a 6 ans
Parent
commit
36888645bc
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      data/web/css/site/quarantine.css

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

@@ -61,3 +61,7 @@ span.mail-address-item {
 table tbody span.footable-toggle {
   cursor: pointer;
 }
+
+#quarantinetable tbody tr {
+  cursor: pointer;
+}