summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2016-03-12 11:29:59 +0800
committerPellaeon Lin <nfsmwlin@gmail.com>2016-05-21 12:54:29 +0800
commit72ac5dd8a117a95f9e3f0bfdc33247a27e38c263 (patch)
tree359c5724308dbcac0c79eb2d0c87003ec37a3e55 /apps/files/css
parentd3ff3c589bd36ea68f7d723ffda5c06e474f779e (diff)
downloadnextcloud-server-72ac5dd8a117a95f9e3f0bfdc33247a27e38c263.tar.gz
nextcloud-server-72ac5dd8a117a95f9e3f0bfdc33247a27e38c263.zip
Make entire file tr droppable,
so that .canDrop will highlight the entire row when drag hover
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 9da46aaeede..94eafe27520 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -829,6 +829,7 @@ html.ie8 #controls .button.new {
margin-bottom: 2px;
}
-.canDrop {
+.canDrop,
+#filestable tbody tr.canDrop {
background-color: rgba(255, 255, 140, 1);
}