From d3c52ae96d1b4436f8aefe2ac24ea35100eeb94e Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 11 Oct 2012 14:29:00 -0700 Subject: [PATCH] Make invisible coloring less obnoxious --- static/editor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/editor.css b/static/editor.css index 70087e223..6984b979a 100644 --- a/static/editor.css +++ b/static/editor.css @@ -123,3 +123,7 @@ .editor .fold.selected { background-color: #244; } + +.editor .invisible { + opacity: 0.2; +} \ No newline at end of file