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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-21 17:07:25 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-21 17:07:25 +0400
commit877cfb963ac67dc4a2eb7ea9f4923aa43894d38d (patch)
treec2ef3072cb6937e48302a3d3a4e5709f0fafbeb1 /core/css/icons.css
parent29c43ddb91f09660c070962b9809d8efef78584e (diff)
use SVG icons from icons.css for New file menu
Diffstat (limited to 'core/css/icons.css')
-rw-r--r--core/css/icons.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index 2dc35084122..814749c5af8 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -226,6 +226,12 @@
.icon-folder {
background-image: url('../img/places/folder.svg');
}
+.icon-filetype-text {
+ background-image: url('../img/filetypes/text.svg');
+}
+.icon-filetype-folder {
+ background-image: url('../img/filetypes/folder.svg');
+}
.icon-home {
background-image: url('../img/places/home.svg');