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:
Diffstat (limited to 'css')
-rw-r--r--css/viewer/odfviewer.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/css/viewer/odfviewer.css b/css/viewer/odfviewer.css
index ed5f570d..4bc302df 100644
--- a/css/viewer/odfviewer.css
+++ b/css/viewer/odfviewer.css
@@ -8,3 +8,15 @@
-moz-box-shadow: 0px 4px 10px #000;
-webkit-box-shadow: 0px 4px 10px #000;
}
+
+.icon-filetype-document{
+ background-image: url('../../../../core/img/filetypes/x-office-document.svg')
+}
+
+.icon-filetype-spreadsheet{
+ background-image: url('../../../../core/img/filetypes/x-office-spreadsheet.svg');
+}
+
+.icon-filetype-presentation{
+ background-image: url('../../../../core/img/filetypes/x-office-presentation.svg');
+} \ No newline at end of file