Skip to content

Commit

Permalink
change main view design from dark to light
Browse files Browse the repository at this point in the history
  • Loading branch information
jancborchardt committed Aug 11, 2016
1 parent 391bb5a commit cf660a1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/viewer.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
body {
background-color: #fff;
background-image: none;
}
.pdfViewer .page {
margin: 10px auto;
border: 1px solid #ddd;
border-image: none;
}
#toolbarContainer,
.findbar,
.secondaryToolbar {
box-shadow: none;
background-image: none;
}

.toolbarButton#secondaryToolbarClose::before {
display: block;
content: ' ';
Expand Down

0 comments on commit cf660a1

Please sign in to comment.