aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authoricewind1991 <robin@icewind.nl>2014-02-21 16:18:43 +0100
committericewind1991 <robin@icewind.nl>2014-02-21 16:18:43 +0100
commit9b9b2255b652545784105c4d72cd89af66fa2582 (patch)
tree197d6a4fe27c03d9ee41a442ace4ba12c1e21f6d /core
parentfa7fa4a6d32e2e9fb6731a7b2db2736ba769fd9b (diff)
parent6f56fd99a65253c638eaaefa064634d372e3c8bf (diff)
downloadnextcloud-server-9b9b2255b652545784105c4d72cd89af66fa2582.tar.gz
nextcloud-server-9b9b2255b652545784105c4d72cd89af66fa2582.zip
Merge pull request #7355 from owncloud/new-menu-svg
Use SVG icons in New file menu
Diffstat (limited to 'core')
-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');