From aecdcf737f30c8a621576d2843a50aac3815d1ab Mon Sep 17 00:00:00 2001 From: Vincent Chan Date: Wed, 15 Jun 2016 11:28:53 +0200 Subject: dragging over folder will highlight folder only --- apps/files/css/files.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/files/css') diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 980332d781b..bb177db7524 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -77,6 +77,14 @@ background-color: rgb(179, 230, 255); } +.app-files #app-content.dir-drop, .file-drag #filestable tbody tr{ + background-color: rgba(0, 0, 0, 0); +} + +.app-files #app-content.dir-drop #filestable tbody tr.dropping-to-dir{ + background-color: rgb(179, 230, 255); +} + .dropping-to-dir .thumbnail { background-image: url(/nextcloud/core/img/filetypes/folder-drag-accept.svg)!important; } -- cgit v1.2.3