aboutsummaryrefslogtreecommitdiff
path: root/imports/codemirror/theme/rubyblue.css
diff options
context:
space:
mode:
authorJon Reid2012-03-06 18:08:11 -0800
committerJon Reid2012-03-06 18:08:11 -0800
commita12603cfcfe9d82def3b972dcbcc80f1e790ad85 (patch)
treef52c7dcc837dd98d28f505696b67b94db15e4c63 /imports/codemirror/theme/rubyblue.css
parent60bba95eaffa8b5c741c6c85fb84b327cd75d6c3 (diff)
parentbb6a1d82b2884b410f5859cc0c2cafd380acbe6a (diff)
downloadninja-a12603cfcfe9d82def3b972dcbcc80f1e790ad85.tar.gz
Merge remote-tracking branch 'ninja-jduran/TimelineUber' into Timeline-uber
Diffstat (limited to 'imports/codemirror/theme/rubyblue.css')
-rw-r--r--[-rwxr-xr-x]imports/codemirror/theme/rubyblue.css2
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; }