aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/Annotation.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-08-06 18:17:48 -0400
committerbob <bcz@cs.brown.edu>2019-08-06 18:17:48 -0400
commitacbe0ced15150d15d81110cd2259b99e942d02e6 (patch)
tree0ed78ca93474222aecbcf6df1a0b3bdc6eea5258 /src/client/views/pdf/Annotation.scss
parentf87871bc0d93fe950e23e610ef52216c0a36751c (diff)
pdf css cleanup
Diffstat (limited to 'src/client/views/pdf/Annotation.scss')
-rw-r--r--src/client/views/pdf/Annotation.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.scss b/src/client/views/pdf/Annotation.scss
index 0ea85d522..817115690 100644
--- a/src/client/views/pdf/Annotation.scss
+++ b/src/client/views/pdf/Annotation.scss
@@ -1,4 +1,7 @@
-.pdfViewer-annotationBox {
+.pdfAnnotation {
pointer-events: all;
user-select: none;
+ position: absolute;
+ background-color: pink;
+ opacity: 0.1;
} \ No newline at end of file