Improve cursor color for vi mode

Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
6.19.x
Vitaliy Guliy 2016-07-05 17:16:31 +03:00
parent c9b3efd3fd
commit 83fafe7913
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@
.orionCodenvy .textviewSelectionUnfocused {
background-color: gray;
}
.orionCodenvy .textviewBlockCursor {
background: white;
}
.textviewScroll {
padding: 5px 2px 2px 2px;
}