diff options
author | Ananya Sen | 2012-04-04 12:27:35 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-04 12:27:35 -0700 |
commit | 671d2b94996ac71d56b2d05d5fe694ed7d84fa59 (patch) | |
tree | 8a6b6437567b9e359717fac73891605d60748823 /imports/codemirror/theme/eclipse.css | |
parent | e5dc1a5f35c2c6f3273e89109f1be445471b2dec (diff) | |
download | ninja-671d2b94996ac71d56b2d05d5fe694ed7d84fa59.tar.gz |
upgrading to CodeMirror 2.23, since it has an important fix to Not close Ninja, if backspace is pressed while autocomplete dropdown is open.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'imports/codemirror/theme/eclipse.css')
-rw-r--r-- | imports/codemirror/theme/eclipse.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imports/codemirror/theme/eclipse.css b/imports/codemirror/theme/eclipse.css index 41f6fcbd..47d66a01 100644 --- a/imports/codemirror/theme/eclipse.css +++ b/imports/codemirror/theme/eclipse.css | |||
@@ -1,5 +1,5 @@ | |||
1 | .cm-s-eclipse span.cm-meta {color: #FF1717;} | 1 | .cm-s-eclipse span.cm-meta {color: #FF1717;} |
2 | .cm-s-eclipse span.cm-keyword { font-weight: bold; color: #7F0055; } | 2 | .cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; } |
3 | .cm-s-eclipse span.cm-atom {color: #219;} | 3 | .cm-s-eclipse span.cm-atom {color: #219;} |
4 | .cm-s-eclipse span.cm-number {color: #164;} | 4 | .cm-s-eclipse span.cm-number {color: #164;} |
5 | .cm-s-eclipse span.cm-def {color: #00f;} | 5 | .cm-s-eclipse span.cm-def {color: #00f;} |