Skip to content

Commit

Permalink
Update pdf viewer style.
Browse files Browse the repository at this point in the history
  • Loading branch information
cweijan committed Mar 29, 2024
1 parent 4213358 commit a0fe755
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions resource/pdf/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -293,10 +293,6 @@
position: relative;
overflow: visible;
border: 6px solid transparent;
background-clip: content-box;
-o-border-image: url(images/shadow.png) 9 9 repeat;
border-image: url(images/shadow.png) 9 9 repeat;
background-color: rgba(255, 255, 255, 1);
}

.pdfViewer.removePageBorders .page {
Expand Down
6 changes: 6 additions & 0 deletions resource/pdf/viewer_adjust.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#viewLayers,
#viewAttachments{
display: none;
}

.treeItem.selected,
.toolbarButton.toggled,
.dropdownToolbarButton > select{
background-color: rgb(232 232 232) !important;
}

0 comments on commit a0fe755

Please sign in to comment.