Skip to content

Commit 59680ad

Browse files
committed
Firefox needs -moz-selection prefixed css
1 parent f96ef52 commit 59680ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PDFViewerPlugin.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@
3333
}
3434

3535
::selection { background:rgba(0,0,255,0.3); }
36+
::-moz-selection { background:rgba(0,0,255,0.3); }
3637

0 commit comments

Comments
 (0)