From 750b9d44dfe0d86a10ac90649aedd92e5274c3f1 Mon Sep 17 00:00:00 2001 From: 0ip Date: Sun, 20 May 2012 15:37:03 +0200 Subject: [PATCH] Style selected text --- src/static/css/iframe_editor.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/static/css/iframe_editor.css b/src/static/css/iframe_editor.css index d2d2f9774..4fcd955f3 100644 --- a/src/static/css/iframe_editor.css +++ b/src/static/css/iframe_editor.css @@ -5,6 +5,13 @@ html { cursor: text; } /* in Safari, produces text cursor for whole doc (inc. below body) */ span { cursor: auto; } +::selection { + background: #acf; +} +::-moz-selection { + background: #acf; +} + a { cursor: pointer !important; } ul, ol, li {