summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorVincent Chan <plus.vincchan@gmail.com>2016-06-15 13:16:11 +0200
committerVincent Chan <plus.vincchan@gmail.com>2016-06-15 14:42:39 +0200
commit10f8d643dc44ddf82db3cfd91d529d47cfe2d94d (patch)
tree610b792d17d0bbee72876c462e0734cd75f26f02 /core
parent5315a479f35f0b9fedcbb18a8a0272c16b5ea16d (diff)
downloadnextcloud-server-10f8d643dc44ddf82db3cfd91d529d47cfe2d94d.tar.gz
nextcloud-server-10f8d643dc44ddf82db3cfd91d529d47cfe2d94d.zip
store icons in class
Diffstat (limited to 'core')
-rw-r--r--core/css/icons.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index 8bf4c204c94..89d974c49bf 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -353,6 +353,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
background-image: url('../img/filetypes/folder.svg');
}
+.icon-filetype-folder-drag-accept {
+ background-image: url('../img/filetypes/folder-drag-accept.svg')!important;
+}
+
.icon-home {
background-image: url('../img/places/home.svg');
}