Skip to content

Commit

Permalink
merge for gh-pages build 0.9.34
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Oct 12, 2014
2 parents 075acef + 50fa7c4 commit 61a0a63
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 82 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.34
0.9.35
10 changes: 9 additions & 1 deletion src/lib/codemirror/codemirror.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
border: 0;
background: #7e7;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursors {
z-index: 1;
}

.cm-animate-fat-cursor {
width: auto;
border: 0;
Expand Down Expand Up @@ -214,6 +218,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}

.CodeMirror-lines {
cursor: text;
min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
/* Reset some styles that the rest of the page might have set */
Expand Down Expand Up @@ -273,7 +278,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
div.CodeMirror-cursors {
visibility: hidden;
position: relative;
z-index: 1;
z-index: 3;
}
.CodeMirror-focused div.CodeMirror-cursors {
visibility: visible;
Expand All @@ -300,3 +305,6 @@ div.CodeMirror-cursors {
visibility: hidden;
}
}

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }
Loading

0 comments on commit 61a0a63

Please sign in to comment.