mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Change the cursor so that text selection doesn't appear possible in presentation mode
This commit is contained in:
parent
c5bcd7a7ef
commit
afbff781a7
1 changed files with 14 additions and 1 deletions
|
@ -99,7 +99,20 @@ select {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#viewerContainer.presentationControls {
|
:-webkit-full-screen .textLayer > div {
|
||||||
|
cursor: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
:-moz-full-screen .textLayer > div {
|
||||||
|
cursor: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
:fullscreen .textLayer > div {
|
||||||
|
cursor: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#viewerContainer.presentationControls,
|
||||||
|
#viewerContainer.presentationControls .textLayer > div {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue