summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2016-06-15 17:36:16 +0200
committerGitHub <noreply@github.com>2016-06-15 17:36:16 +0200
commitd9be370b861c324ca74ca5f4777caf08840a4377 (patch)
treeca2422ad1c2692030239b4ed810342021f0a0e73 /core
parente8e70af10459104e74aeef663ee8becc7ce69ded (diff)
parent10f8d643dc44ddf82db3cfd91d529d47cfe2d94d (diff)
downloadnextcloud-server-d9be370b861c324ca74ca5f4777caf08840a4377.tar.gz
nextcloud-server-d9be370b861c324ca74ca5f4777caf08840a4377.zip
Merge pull request #83 from nextcloud/file-drop-highlight
File drop highlight
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');
}