Making shure that invisibles always look the same. fixes #279

This commit is contained in:
Jon Rohan
2013-02-14 14:58:03 -08:00
parent 1f9e5aea06
commit 59a8bfd8df
3 changed files with 10 additions and 0 deletions

View File

@@ -82,6 +82,8 @@
.editor .invisible {
opacity: 0.2;
font-weight: normal !important;
font-style: normal !important;
}
.editor .vertical-scrollbar {

View File

@@ -3,6 +3,10 @@
color: #c5c8c6;
}
.editor .invisible {
color: #c5c8c6 !important;
}
.editor .cursor {
border-color: #FFFFFF;
}

View File

@@ -3,6 +3,10 @@
color: #555;
}
.editor .invisible {
color: #555 !important;
}
.editor.is-focused .cursor {
border-color: #000;
}