diff options
author | Vincent Chan <plus.vincchan@gmail.com> | 2016-06-15 01:03:59 +0200 |
---|---|---|
committer | Vincent Chan <plus.vincchan@gmail.com> | 2016-06-15 01:03:59 +0200 |
commit | 203a07e7f35aeef8e22385b0a9fec216387430e4 (patch) | |
tree | c9bad3f5c0c76f3cbcfcb0ba74dc088ace52eb20 /apps/files/css | |
parent | 937d21ed29f29f424aaed7abb643a210ccb2453b (diff) | |
download | nextcloud-server-203a07e7f35aeef8e22385b0a9fec216387430e4.tar.gz nextcloud-server-203a07e7f35aeef8e22385b0a9fec216387430e4.zip |
change folder icon when dragging over a directory
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index c462e27ff14..980332d781b 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -77,6 +77,10 @@ background-color: rgb(179, 230, 255); } +.dropping-to-dir .thumbnail { + background-image: url(/nextcloud/core/img/filetypes/folder-drag-accept.svg)!important; +} + /* icons for sidebar */ .nav-icon-files { background-image: url('../img/folder.svg'); |