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/lib/codemirror.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/lib/codemirror.css')
-rw-r--r--[-rwxr-xr-x] | imports/codemirror/lib/codemirror.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/imports/codemirror/lib/codemirror.css b/imports/codemirror/lib/codemirror.css index 11614251..5eadb247 100755..100644 --- a/imports/codemirror/lib/codemirror.css +++ b/imports/codemirror/lib/codemirror.css | |||
@@ -59,15 +59,21 @@ | |||
59 | position: absolute; | 59 | position: absolute; |
60 | visibility: hidden; | 60 | visibility: hidden; |
61 | border-left: 1px solid black; | 61 | border-left: 1px solid black; |
62 | border-right:none; | ||
63 | width:0; | ||
62 | } | 64 | } |
65 | .CodeMirror pre.CodeMirror-cursor.CodeMirror-overwrite {} | ||
63 | .CodeMirror-focused pre.CodeMirror-cursor { | 66 | .CodeMirror-focused pre.CodeMirror-cursor { |
64 | visibility: visible; | 67 | visibility: visible; |
65 | } | 68 | } |
66 | 69 | ||
67 | span.CodeMirror-selected { background: #d9d9d9; } | 70 | div.CodeMirror-selected { background: #d9d9d9; } |
68 | .CodeMirror-focused span.CodeMirror-selected { background: #d2dcf8; } | 71 | .CodeMirror-focused div.CodeMirror-selected { background: #d7d4f0; } |
69 | 72 | ||
70 | .CodeMirror-searching {background: #ffa;} | 73 | .CodeMirror-searching { |
74 | background: #ffa; | ||
75 | background: rgba(255, 255, 0, .4); | ||
76 | } | ||
71 | 77 | ||
72 | /* Default theme */ | 78 | /* Default theme */ |
73 | 79 | ||