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:
authorgrisa <grisa@udom.tk>2015-05-18 16:36:16 +0300
committergrisa <grisa@udom.tk>2015-05-18 16:36:16 +0300
commit70be665d1da441cb44d54c03fce9cbfc6edf38c4 (patch)
treef463985c3a0ced7c4fcc1a8f5d62c482ad6ff298 /css
parent0dfaa4bba80946a19b46ebe6bfc185cbd7ca3776 (diff)
modified: css/style.css
deleted: img/toolbarButton-secondaryToolbarClose.png new file: img/toolbarButton-secondaryToolbarClose.svg deleted: img/toolbarButton-secondaryToolbarClose@2x.png
Diffstat (limited to 'css')
-rw-r--r--css/style.css17
1 files changed, 8 insertions, 9 deletions
diff --git a/css/style.css b/css/style.css
index 978a465..de96c78 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,18 +1,17 @@
.toolbarButton#secondaryToolbarClose::before {
- content: url(../img/toolbarButton-secondaryToolbarClose.png);
-}
+ display: block;
+ content: ' ';
+ background-image: url(../img/toolbarButton-secondaryToolbarClose.svg);
+ background-size: 16px 16px;
+ height: 16px;
+ width:16px;
-@media screen and (min-resolution: 2dppx) {
- .toolbarButton#secondaryToolbarClose::before {
- content: url(../img/toolbarButton-secondaryToolbarClose@2x.png);
- }
}
-html[dir='rtl'] .doorHanger:after,
+
html[dir='ltr'] .doorHangerRight:after {
right: 53px!important;
}
-html[dir='rtl'] .doorHanger:before,
html[dir='ltr'] .doorHangerRight:before {
right: 53px!important;
-} \ No newline at end of file
+}