diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-18 23:12:42 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-18 23:12:42 -0400 |
| commit | 95048247c59ae04b7c35db70e9888f7bc851a3dc (patch) | |
| tree | 7247116f022bee1978ed8454a761bc8e105f99f2 /src/client/views/nodes/PDFBox.scss | |
| parent | 05bcab12516e48ef08f9c7243a5e0acd3c650f20 (diff) | |
more cleanup of webbox/pdfbox/sidebarAnnos
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
| -rw-r--r-- | src/client/views/nodes/PDFBox.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss index d1dca5c68..0f46da294 100644 --- a/src/client/views/nodes/PDFBox.scss +++ b/src/client/views/nodes/PDFBox.scss @@ -18,11 +18,12 @@ top: 0; left: 0; - .pdfBox-overlayButton-sidebar { + .pdfBox-sidebarBtn { background: #121721; height: 25px; width: 25px; right: 0; + color: white; display: flex; position: absolute; align-items: center; @@ -39,8 +40,7 @@ left: 5px; top: 5px; - .pdfBox-overlayButton-fwd, - .pdfBox-overlayButton-back { + .pdfBox-fwdBtn, .pdfBox-backBtn { background: #121721; height: 25px; width: 25px; @@ -63,6 +63,9 @@ padding: 0; position: absolute; pointer-events: all; + color: white; + bottom: 0; + right: 0; .pdfBox-overlayButton-arrow { width: 0; @@ -89,6 +92,7 @@ .pdfBox-nextIcon, .pdfBox-prevIcon { background: #121721; + color: white; height: 20px; width: 25px; display: flex; @@ -311,6 +315,7 @@ font-size: 30px; width: 50px; height: 50px; + color: white; } .pdfBox .pdfBox-ui .pdfBox-nextIcon, |
