Skip to content

Commit 6a747c4

Browse files
committed
Created inactive window bugzilla bug
1 parent a544bed commit 6a747c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/viewer.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,11 @@ canvas {
247247
line-height:1.3;
248248
}
249249

250-
::selection { background:rgba(0,0,255,0.3); }
251-
::-moz-selection { background:rgba(0,0,255,0.3); }
252250
/* TODO: file FF bug to support ::-moz-selection:window-inactive
253251
so we can override the opaque grey background when the window is inactive;
254-
see also http://css-tricks.com/9288-window-inactive-styling */
252+
see https://bugzilla.mozilla.org/show_bug.cgi?id=706209 */
253+
::selection { background:rgba(0,0,255,0.3); }
254+
::-moz-selection { background:rgba(0,0,255,0.3); }
255255

256256
#viewer {
257257
margin: 44px 0px 0px;

0 commit comments

Comments
 (0)