diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-28 19:32:27 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-28 19:32:27 -0400 |
| commit | 7905b8a80840af44385ebc5dab9e075f6025cbfc (patch) | |
| tree | aae34278bf5c40ce01346d315a94c4e318119631 /src/client/views/pdf/PDFViewer.scss | |
| parent | c5ee9740f0c592fa60374b0222f0c3e76e436956 (diff) | |
fixed pdf selection color to match text selection in text boxes
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index cfe0b3d4b..86c73bfee 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -12,14 +12,14 @@ // transform-origin: top left; // } .textLayer { - + opacity: unset; mix-blend-mode: multiply;// bcz: makes text fuzzy! span { padding-right: 5px; padding-bottom: 4px; } } - .textLayer ::selection { background: yellow; } // should match the backgroundColor in createAnnotation() + .textLayer ::selection { background: #ACCEF7; } // should match the backgroundColor in createAnnotation() .textLayer .highlight { background-color: yellow; } |
