codemirror 3.18 with enabled the fullscreen addon

This commit is contained in:
Paolo
2013-09-26 21:52:53 +02:00
parent 633acffd28
commit ddf1998d49
166 changed files with 3820 additions and 2321 deletions
+4 -31
View File
@@ -99,36 +99,14 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png
color: #586e75;
}
.cm-s-solarized.cm-s-dark .CodeMirror-focused .CodeMirror-selected {
background: #386774;
color: inherit;
}
.cm-s-solarized.cm-s-dark ::selection {
background: #386774;
color: inherit;
}
.cm-s-solarized.cm-s-dark .CodeMirror-selected {
background: #586e75;
}
.cm-s-solarized.cm-s-light .CodeMirror-focused .CodeMirror-selected {
background: #eee8d5;
color: inherit;
}
.cm-s-solarized.cm-s-light ::selection {
background: #eee8d5;
color: inherit;
background: #073642;
}
.cm-s-solarized.cm-s-light .CodeMirror-selected {
background: #93a1a1;
background: #eee8d5;
}
/* Editor styling */
@@ -186,15 +164,10 @@ http://ethanschoonover.com/solarized/img/solarized-palette.png
Active line. Negative margin compensates left padding of the text in the
view-port
*/
.cm-s-solarized .activeline {
margin-left: -20px;
}
.cm-s-solarized.cm-s-dark .activeline {
.cm-s-solarized.cm-s-dark .CodeMirror-activeline-background {
background: rgba(255, 255, 255, 0.05);
}
.cm-s-solarized.cm-s-light .activeline {
.cm-s-solarized.cm-s-light .CodeMirror-activeline-background {
background: rgba(0, 0, 0, 0.05);
}