aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.scss
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-10-08 19:33:58 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-10-08 19:33:58 -0400
commit12e54a87f3eba2285ecc659f48fc023ccc146c3e (patch)
treef678aebf5b64152246955c36d6e8880ea796476e /src/client/views/pdf/PDFViewer.scss
parent04a881bd949341a1cc6580d72527532df8f5bb8e (diff)
parent29cdf0d66df3e38408f69ac8225b4d59397ee2e6 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
-rw-r--r--src/client/views/pdf/PDFViewer.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss
index c77cee792..f6fedf3da 100644
--- a/src/client/views/pdf/PDFViewer.scss
+++ b/src/client/views/pdf/PDFViewer.scss
@@ -15,6 +15,10 @@
mix-blend-mode: multiply;
opacity: 0.9;
+ span {
+ padding-right: 5px;
+ padding-bottom: 4px;
+ }
}
.textLayer ::selection { background: yellow; } // should match the backgroundColor in createAnnotation()
.textLayer .highlight {