diff options
| author | bobzel <zzzman@gmail.com> | 2023-07-03 14:00:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-07-03 14:00:49 -0400 |
| commit | 9549628d8fb4b595d7cf991632896fa08ba69091 (patch) | |
| tree | 060d82f3ff2dfe950e631fc7f4afe9b6b86678a9 /src/client/views/pdf/PDFViewer.scss | |
| parent | f15d3c0b44dd4858df70c4c1d8bf3701e245830c (diff) | |
tring to fix mix-blend-mode on windows...
Diffstat (limited to 'src/client/views/pdf/PDFViewer.scss')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.scss | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/src/client/views/pdf/PDFViewer.scss b/src/client/views/pdf/PDFViewer.scss index 470aa3eb1..133c542fd 100644 --- a/src/client/views/pdf/PDFViewer.scss +++ b/src/client/views/pdf/PDFViewer.scss @@ -25,16 +25,11 @@ // } .textLayer { opacity: unset; - mix-blend-mode: multiply; // bcz: makes text fuzzy! - - // span { - // padding-right: 5px; - // padding-bottom: 4px; - // } } - - .textLayer ::selection { - background: #accef7; + .textLayer span::selection { + background: #accef76a; + opacity: 0.3; + // mix-blend-mode: multiply; // bcz: makes text fuzzy! } // should match the backgroundColor in createAnnotation() |
