diff options
author | Jon Reid | 2012-03-06 18:08:11 -0800 |
---|---|---|
committer | Jon Reid | 2012-03-06 18:08:11 -0800 |
commit | a12603cfcfe9d82def3b972dcbcc80f1e790ad85 (patch) | |
tree | f52c7dcc837dd98d28f505696b67b94db15e4c63 /imports/codemirror/theme/cobalt.css | |
parent | 60bba95eaffa8b5c741c6c85fb84b327cd75d6c3 (diff) | |
parent | bb6a1d82b2884b410f5859cc0c2cafd380acbe6a (diff) | |
download | ninja-a12603cfcfe9d82def3b972dcbcc80f1e790ad85.tar.gz |
Merge remote-tracking branch 'ninja-jduran/TimelineUber' into Timeline-uber
Diffstat (limited to 'imports/codemirror/theme/cobalt.css')
-rw-r--r--[-rwxr-xr-x] | imports/codemirror/theme/cobalt.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imports/codemirror/theme/cobalt.css b/imports/codemirror/theme/cobalt.css index a6842a40..dbbb7e49 100755..100644 --- a/imports/codemirror/theme/cobalt.css +++ b/imports/codemirror/theme/cobalt.css | |||
@@ -1,5 +1,5 @@ | |||
1 | .cm-s-cobalt { background: #002240; color: white; } | 1 | .cm-s-cobalt { background: #002240; color: white; } |
2 | .cm-s-cobalt span.CodeMirror-selected { background: #b36539 !important; } | 2 | .cm-s-cobalt div.CodeMirror-selected { background: #b36539 !important; } |
3 | .cm-s-cobalt .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; } | 3 | .cm-s-cobalt .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; } |
4 | .cm-s-cobalt .CodeMirror-gutter-text { color: #d0d0d0; } | 4 | .cm-s-cobalt .CodeMirror-gutter-text { color: #d0d0d0; } |
5 | .cm-s-cobalt .CodeMirror-cursor { border-left: 1px solid white !important; } | 5 | .cm-s-cobalt .CodeMirror-cursor { border-left: 1px solid white !important; } |