We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a544bed commit 6a747c4Copy full SHA for 6a747c4
web/viewer.css
@@ -247,11 +247,11 @@ canvas {
247
line-height:1.3;
248
}
249
250
-::selection { background:rgba(0,0,255,0.3); }
251
-::-moz-selection { background:rgba(0,0,255,0.3); }
252
/* TODO: file FF bug to support ::-moz-selection:window-inactive
253
so we can override the opaque grey background when the window is inactive;
254
- 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); }
255
256
#viewer {
257
margin: 44px 0px 0px;
0 commit comments