From 8a4f6510c9e564e51402caaaab5fdbbf6d0f82a2 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 4 Apr 2012 11:09:45 -0600 Subject: [PATCH] Lighten selections because they're hard to see against darker bg --- static/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/editor.css b/static/editor.css index be4cad72e..7f4122221 100644 --- a/static/editor.css +++ b/static/editor.css @@ -81,7 +81,7 @@ .editor .selection { position: absolute; background: white; - opacity: .1; + opacity: .25; } .fold-placeholder {