From 8bb0f3f886ce4e8e2f713b6d935407ad8143801c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 21 Nov 2016 10:30:24 +0100 Subject: [PATCH] Better cursor on resizable col --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 488bdfb8..f88e7bd5 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1397,6 +1397,7 @@ nav ul li:hover, nav ul li.active { .ui-resizable-e{ width:15px; + cursor: col-resize; } .rounded-bottom{