]> git.parisson.com Git - pdf.js.git/commitdiff
Created inactive window bugzilla bug
authorArtur Adib <arturadib@gmail.com>
Tue, 29 Nov 2011 19:54:32 +0000 (14:54 -0500)
committerArtur Adib <arturadib@gmail.com>
Tue, 29 Nov 2011 19:54:32 +0000 (14:54 -0500)
web/viewer.css

index 1684900fa24a52deba7d4c50ca56c23e5361dd7a..3313ce3cbe3c33007161934cb6d638874b29d9a2 100644 (file)
@@ -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;