From 01109b36304406fd7d1912f97a12ccb3f6094b1a Mon Sep 17 00:00:00 2001 From: Joe Cheng Date: Mon, 14 Feb 2011 22:14:51 +0800 Subject: [PATCH] Cursor should be I-beam, not pointer --- lib/ace/css/editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index c2f3abff..d51ddc72 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -122,6 +122,7 @@ } .ace_marker-layer { + cursor: text; } .ace_marker-layer .ace_step {