Skip to content

Commit

Permalink
Merge pull request #261 from owncloud/release-0.12.0-4
Browse files Browse the repository at this point in the history
Release 0.12.0 Backport PR #260
  • Loading branch information
Jan Ackermann committed Apr 8, 2021
2 parents a100952 + 7feeae8 commit 54ecc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
11 changes: 2 additions & 9 deletions css/viewer.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.toolbarButton#secondaryToolbarClose::before {
display: block;
content: url(../img/toolbarButton-secondaryToolbarClose.svg);
content: url(../js/vendor/pdfjs/web/images/toolbarButton-zoomIn.png);
transform: rotate(45deg) scale(1.5);
}

@media screen and (min-resolution: 2dppx) {
Expand All @@ -18,10 +18,3 @@ html .doorHangerRight:before {
right: 53px!important;
}

#secondaryToolbarClose:before{
top: -4px;
left: 0;
width: 2px;
height: 2px;
}

3 changes: 0 additions & 3 deletions img/toolbarButton-secondaryToolbarClose.svg

This file was deleted.

0 comments on commit 54ecc6c

Please sign in to comment.