From 6a747c4353887c0fab14aa95c46853ee44d42818 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Tue, 29 Nov 2011 14:54:32 -0500 Subject: [PATCH] Created inactive window bugzilla bug --- web/viewer.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/viewer.css b/web/viewer.css index 1684900fa..3313ce3cb 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -247,11 +247,11 @@ canvas { line-height:1.3; } -::selection { background:rgba(0,0,255,0.3); } -::-moz-selection { background:rgba(0,0,255,0.3); } /* TODO: file FF bug to support ::-moz-selection:window-inactive so we can override the opaque grey background when the window is inactive; - see also http://css-tricks.com/9288-window-inactive-styling */ + see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */ +::selection { background:rgba(0,0,255,0.3); } +::-moz-selection { background:rgba(0,0,255,0.3); } #viewer { margin: 44px 0px 0px;