From 1267be110b6b2c106d08bf487a23e73321a8a3a9 Mon Sep 17 00:00:00 2001 From: al Date: Sun, 25 Jul 2021 14:42:42 +0300 Subject: [PATCH] Use cursor:pointer for header instead of resize --- src/renderer/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/style.css b/src/renderer/style.css index 465034a..f5f4e7f 100644 --- a/src/renderer/style.css +++ b/src/renderer/style.css @@ -26,5 +26,6 @@ thead th { th { text-align: left !important; + cursor: pointer !important; }