aboutsummaryrefslogtreecommitdiff
path: root/imports/codemirror/theme/night.css
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-06 16:17:54 -0800
committerValerio Virgillito2012-03-06 16:17:54 -0800
commitc2805e03c84b6e598556fd06d1ede7aaeea7ce9c (patch)
treeb033421762f5e0fedbc8700bfc1f175c7c5cabcf /imports/codemirror/theme/night.css
parent1cd89d4d06e3a8f2c221628b19cf26a2c69f5d3f (diff)
downloadninja-c2805e03c84b6e598556fd06d1ede7aaeea7ce9c.tar.gz
Squashed commit FileIO-Build-Candidate into Master
Fixing issues with HTML and CSS URLs. Adjusted RegEx logic. Also code a mirror update and undo/redo changes were merged into this request. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'imports/codemirror/theme/night.css')
-rw-r--r--[-rwxr-xr-x]imports/codemirror/theme/night.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/imports/codemirror/theme/night.css b/imports/codemirror/theme/night.css
index f86c70ea..3b296e4a 100755..100644
--- a/imports/codemirror/theme/night.css
+++ b/imports/codemirror/theme/night.css
@@ -1,7 +1,7 @@
1/* Loosely based on the Midnight Textmate theme */ 1/* Loosely based on the Midnight Textmate theme */
2 2
3.cm-s-night { background: #0a001f; color: #f8f8f8; } 3.cm-s-night { background: #0a001f; color: #f8f8f8; }
4.cm-s-night span.CodeMirror-selected { background: #a8f !important; } 4.cm-s-night div.CodeMirror-selected { background: #a8f !important; }
5.cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; } 5.cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; }
6.cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; } 6.cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; }
7.cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; } 7.cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; }