From 2f32c4f745f27bf928897f517bef3f53045f0592 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Sun, 17 Feb 2013 10:01:36 -0800 Subject: [PATCH] Changing cursor to text for editor. fixes #284 --- static/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/editor.css b/static/editor.css index 41819ac59..7c01c2760 100644 --- a/static/editor.css +++ b/static/editor.css @@ -1,6 +1,6 @@ .editor { overflow: hidden; - cursor: default; + cursor: text; -webkit-user-select: none; position: relative; z-index: 0;