Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-11 02:11:54 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-10-11 02:11:54 +0300
commit8830639acef86663c739d69aa5c58cdb54d85141 (patch)
tree1a1ada248a99aec7c4f6966a5dd6b869e2633140 /css
parentfb5cba66fe2ef00eac6a45ba596e27da815c28bf (diff)
Remove close button
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'css')
-rw-r--r--css/viewer.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/css/viewer.css b/css/viewer.css
index 0c229de..c22a2b4 100644
--- a/css/viewer.css
+++ b/css/viewer.css
@@ -1,20 +1,3 @@
-.toolbarButton#secondaryToolbarClose::before {
- display: block;
- content: ' ';
- background-image: url(../img/toolbarButton-secondaryToolbarClose.svg);
- background-size: 16px 16px;
- height: 16px;
- width: 16px;
-}
-
-@media screen and (min-resolution: 2dppx) {
- #secondaryToolbarClose::before {
- background-size: 32px 32px !important;
- height: 32px !important;
- width: 32px !important;
- }
-}
-
/* Prevent printing from the browser when the download of a share is hidden. */
@media print {
.pdfViewer.disabledTextSelection {