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:
authorVincent Chan <plus.vincchan@gmail.com>2016-06-15 02:03:59 +0300
committerVincent Chan <plus.vincchan@gmail.com>2016-06-15 02:03:59 +0300
commit203a07e7f35aeef8e22385b0a9fec216387430e4 (patch)
treec9bad3f5c0c76f3cbcfcb0ba74dc088ace52eb20 /apps/files/css/files.css
parent937d21ed29f29f424aaed7abb643a210ccb2453b (diff)
change folder icon when dragging over a directory
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r--apps/files/css/files.css4
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');