summaryrefslogtreecommitdiff
path: root/public/vendor
diff options
context:
space:
mode:
authorWu Cheng-Han2015-10-07 23:02:46 +0800
committerWu Cheng-Han2015-10-07 23:02:46 +0800
commit8a4ad57f6aaeccbacfd7fc296232822eb6d2ffc5 (patch)
tree118d71ae1cd18c5c173b4ced80878f32c304d1fb /public/vendor
parentfe30f8aa9b48e15eff7ec9132a19a2a62e430495 (diff)
Fixed cursor style not show properly on insert mode
Diffstat (limited to 'public/vendor')
-rw-r--r--public/vendor/codemirror/theme/one-dark.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/vendor/codemirror/theme/one-dark.css b/public/vendor/codemirror/theme/one-dark.css
index 0027eafe..aa4dd288 100644
--- a/public/vendor/codemirror/theme/one-dark.css
+++ b/public/vendor/codemirror/theme/one-dark.css
@@ -164,6 +164,7 @@ borrow some color from tomorrow-night-eighties
.cm-s-one-dark .CodeMirror-overwrite .CodeMirror-cursor {
border-left: none !important;
border-bottom: 1px solid #fff;
+ width: 0.5em;
}
.cm-s-one-dark.CodeMirror .CodeMirror {
background: transparent;