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:
authorPellaeon Lin <nfsmwlin@gmail.com>2016-03-12 06:29:59 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2016-05-21 07:54:29 +0300
commit72ac5dd8a117a95f9e3f0bfdc33247a27e38c263 (patch)
tree359c5724308dbcac0c79eb2d0c87003ec37a3e55 /apps/files/css/files.css
parentd3ff3c589bd36ea68f7d723ffda5c06e474f779e (diff)
Make entire file tr droppable,
so that .canDrop will highlight the entire row when drag hover
Diffstat (limited to 'apps/files/css/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);
}