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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-02-14 17:03:11 +0300
committerJulius Härtl <jus@bitgrid.net>2019-02-14 17:03:11 +0300
commit9c4c7f45d9f8d49ae94ef2682a8f90e8fea4556a (patch)
tree46097068ee547483654c6d4e03427e141002d319 /css
parenteeb1c547e242d1d852da0ce3b2df2a17a8124939 (diff)
Fix relative path of document type icons
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'css')
-rw-r--r--css/viewer.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/viewer.scss b/css/viewer.scss
index 2053a3fe..a6e9f68e 100644
--- a/css/viewer.scss
+++ b/css/viewer.scss
@@ -10,15 +10,15 @@
}
.icon-filetype-document{
- background-image: url('../../../../core/img/filetypes/x-office-document.svg')
+ background-image: url('../../../core/img/filetypes/x-office-document.svg')
}
.icon-filetype-spreadsheet{
- background-image: url('../../../../core/img/filetypes/x-office-spreadsheet.svg');
+ background-image: url('../../../core/img/filetypes/x-office-spreadsheet.svg');
}
.icon-filetype-presentation{
- background-image: url('../../../../core/img/filetypes/x-office-presentation.svg');
+ background-image: url('../../../core/img/filetypes/x-office-presentation.svg');
}
.richdocuments-sharing .icon-shared {