mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 06:11:16 +00:00
[pdf file view] make links in PDF files clickable (#3257)
This commit is contained in:
@@ -67,9 +67,26 @@
|
|||||||
.textLayer ::-moz-selection {
|
.textLayer ::-moz-selection {
|
||||||
background: blue;
|
background: blue;
|
||||||
}
|
}
|
||||||
.annotationLayer {
|
/* annotationLayer starts */
|
||||||
display:none;
|
.annotationLayer section {
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
.annotationLayer .linkAnnotation > a,
|
||||||
|
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 1em;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
.annotationLayer .linkAnnotation > a:hover,
|
||||||
|
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
|
||||||
|
opacity: 0.2;
|
||||||
|
background: #ff0;
|
||||||
|
box-shadow: 0px 2px 10px #ff0;
|
||||||
|
}
|
||||||
|
/* annotationLayer ends */
|
||||||
#fileInput {
|
#fileInput {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user