diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-08-07 23:30:30 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-08-07 23:30:30 -0400 |
| commit | 1d770231e7ae6ab2dba7983eb55481e1dd77d42a (patch) | |
| tree | 873ec56c3c676e7cd4117b8f69b5d09afe869f59 /src/client/views/pdf/Annotation.scss | |
| parent | 87276c9f0698b839089f34432763463d46eec60b (diff) | |
| parent | d93219266fe09aefec5bf82808ea286ad6ea3710 (diff) | |
Merge branch 'pdfAnnotations'
Diffstat (limited to 'src/client/views/pdf/Annotation.scss')
| -rw-r--r-- | src/client/views/pdf/Annotation.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.scss b/src/client/views/pdf/Annotation.scss index 817115690..0c6df74f0 100644 --- a/src/client/views/pdf/Annotation.scss +++ b/src/client/views/pdf/Annotation.scss @@ -2,6 +2,6 @@ pointer-events: all; user-select: none; position: absolute; - background-color: pink; + background-color: red; opacity: 0.1; }
\ No newline at end of file |
