瀏覽代碼

Set proper cursor for quarantine table rows

friedPotat0 6 年之前
父節點
當前提交
36888645bc
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;
+}