set cursor size larger a little

This commit is contained in:
Liang Ding 2014-11-13 21:37:31 +08:00
parent a412fda809
commit ff2563c51a
1 changed files with 4 additions and 0 deletions

View File

@ -259,6 +259,10 @@
background: #08f;
color: white;
}
.CodeMirror div.CodeMirror-cursor {
border-left: 2px solid #333;
}
/* end editor */
/* start bottom-window-group */