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:
authorPranav Kant <pranavk@collabora.com>2016-06-15 20:06:14 +0300
committerPranav Kant <pranavk@collabora.com>2016-06-15 20:08:08 +0300
commitbb01949a9a2ba8484a81dc117b3976faf8dd1400 (patch)
tree0d10f6359c2ff89c48a375975266b07ba560ee90 /css
parent10ae3039caa4915950c6f72d770e5c82dd2ac6d7 (diff)
Use new owncloud9 addMenuEntry plugin
... to add new odf files from main 'Files' app
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