From 53bc406e43531a3680a4a985823f7a2ddf647ef5 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Thu, 10 Feb 2011 22:55:23 +0800 Subject: [PATCH] Fix for the cursor in VIM mode. https://github.com/ajaxorg/ace/commit/ffada5c7b2f97240e890e4c6a608a26df1fcd5d1 --- lib/ace/theme/twilight.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ace/theme/twilight.js b/lib/ace/theme/twilight.js index 600ba519..2fe50e40 100644 --- a/lib/ace/theme/twilight.js +++ b/lib/ace/theme/twilight.js @@ -89,6 +89,9 @@ define(function(require, exports, module) { .ace-twilight.normal-mode .ace_cursor.ace_overwrite {\ border: 1px solid #FFE300;\ background: #766B13;\ +}\ +.ace-twilight.normal-mode .ace_cursor-layer {\ + z-index: 0;\ }\ \ .ace-twilight .ace_marker-layer .ace_selection {\