aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PDFBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/PDFBox.scss')
-rw-r--r--src/client/views/nodes/PDFBox.scss32
1 files changed, 9 insertions, 23 deletions
diff --git a/src/client/views/nodes/PDFBox.scss b/src/client/views/nodes/PDFBox.scss
index 564873cf5..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;
@@ -189,26 +193,7 @@
}
}
- .pdfBox-tagList {
- display: flex;
- flex-direction: row;
- overflow: auto;
- flex-flow: row;
- flex-wrap: wrap;
- .pdfBox-filterTag, .pdfBox-filterTag-active {
- font-weight: bold;
- padding-left: 6;
- padding-right: 6;
- box-shadow: black 1px 1px 4px;
- border-radius: 5;
- margin: 2;
- height: 20;
- background-color: lightgrey;
- }
- .pdfBox-filterTag-active {
- background-color: white;
- }
- }
+
.pdfBox-title-outer {
width: 100%;
height: 100%;
@@ -330,6 +315,7 @@
font-size: 30px;
width: 50px;
height: 50px;
+ color: white;
}
.pdfBox .pdfBox-ui .pdfBox-nextIcon,