diff options
author | Nivesh Rajbhandari | 2012-03-07 10:32:20 -0800 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-07 10:32:20 -0800 |
commit | f5b0162a9b148589f0ccc65a0332695ea6fd6be3 (patch) | |
tree | e62ae1bc8a14dfa60cca05d40227c13dbfa2746a /imports/codemirror/theme/rubyblue.css | |
parent | 443a23289171bb72324e740d8eaa041968a1de99 (diff) | |
parent | cef07085443b7c31e878daaad083b7408c57e104 (diff) | |
download | ninja-f5b0162a9b148589f0ccc65a0332695ea6fd6be3.tar.gz |
Merge branch 'refs/heads/ninja-internal' into WebGLFixes
Diffstat (limited to 'imports/codemirror/theme/rubyblue.css')
-rw-r--r--[-rwxr-xr-x] | imports/codemirror/theme/rubyblue.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imports/codemirror/theme/rubyblue.css b/imports/codemirror/theme/rubyblue.css index c7127550..3c67762b 100755..100644 --- a/imports/codemirror/theme/rubyblue.css +++ b/imports/codemirror/theme/rubyblue.css | |||
@@ -1,7 +1,7 @@ | |||
1 | .cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; } /* - customized editor font - */ | 1 | .cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; } /* - customized editor font - */ |
2 | 2 | ||
3 | .cm-s-rubyblue { background: #112435; color: white; } | 3 | .cm-s-rubyblue { background: #112435; color: white; } |
4 | .cm-s-rubyblue span.CodeMirror-selected { background: #0000FF !important; } | 4 | .cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; } |
5 | .cm-s-rubyblue .CodeMirror-gutter { background: #1F4661; border-right: 7px solid #3E7087; min-width:2.5em; } | 5 | .cm-s-rubyblue .CodeMirror-gutter { background: #1F4661; border-right: 7px solid #3E7087; min-width:2.5em; } |
6 | .cm-s-rubyblue .CodeMirror-gutter-text { color: white; } | 6 | .cm-s-rubyblue .CodeMirror-gutter-text { color: white; } |
7 | .cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white !important; } | 7 | .cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white !important; } |