From c2805e03c84b6e598556fd06d1ede7aaeea7ce9c Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Tue, 6 Mar 2012 16:17:54 -0800 Subject: 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 --- imports/codemirror/theme/night.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 imports/codemirror/theme/night.css (limited to 'imports/codemirror/theme/night.css') diff --git a/imports/codemirror/theme/night.css b/imports/codemirror/theme/night.css old mode 100755 new mode 100644 index f86c70ea..3b296e4a --- a/imports/codemirror/theme/night.css +++ b/imports/codemirror/theme/night.css @@ -1,7 +1,7 @@ /* Loosely based on the Midnight Textmate theme */ .cm-s-night { background: #0a001f; color: #f8f8f8; } -.cm-s-night span.CodeMirror-selected { background: #a8f !important; } +.cm-s-night div.CodeMirror-selected { background: #a8f !important; } .cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; } .cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; } .cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; } -- cgit v1.2.3