From 2a2a631c9940dc8d282f9315eb674c92d9b64c43 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 5 Apr 2012 07:53:56 +0100 Subject: [PATCH] Minor CSS adjustment to show default mouse cursor on gutter text --- lib/editor.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/editor.css b/lib/editor.css index 1c0a9f9..e4829e7 100644 --- a/lib/editor.css +++ b/lib/editor.css @@ -36,8 +36,8 @@ html, body {margin: 0px} .cm-s-icecoder span.cm-link {color: #ff0;} .cm-s-icecoder .CodeMirror-selected {background: #037 !important;} -.cm-s-icecoder .CodeMirror-gutter {background: #333; border-right: 1px solid #e8e8e8;} -.cm-s-icecoder .CodeMirror-gutter-text {color: #999; width: 35px;} +.cm-s-icecoder .CodeMirror-gutter {background: #333; border-right: 1px solid #e8e8e8} +.cm-s-icecoder .CodeMirror-gutter-text {color: #999; width: 35px; cursor: default} .cm-s-icecoder .CodeMirror-cursor {border-left: 1px solid white !important;} .cm-s-icecoder .CodeMirror-matchingbracket{border: 1px solid grey; color: black !important;}