aboutsummaryrefslogtreecommitdiff
path: root/imports/codemirror/theme/rubyblue.css
diff options
context:
space:
mode:
authorEric Guzman2012-03-12 15:33:04 -0700
committerEric Guzman2012-03-12 15:33:04 -0700
commit7e3161153b87b891875ac65368a19aed12909fa3 (patch)
treeb80f48d711a9729fc39dbbdff28c4f0620e7302d /imports/codemirror/theme/rubyblue.css
parent7a28932ba8a7517bbaaabe1f5edf678416aafc9c (diff)
parent69d90467865a1384725b2301901be2180c5a841f (diff)
downloadninja-7e3161153b87b891875ac65368a19aed12909fa3.tar.gz
Merge branch 'refs/heads/master' into CSSPanelUpdates
Conflicts: js/panels/PanelContainer/PanelContainer.reel/PanelContainer.js
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; }