diff options
author | Pellaeon Lin <nfsmwlin@gmail.com> | 2015-10-29 21:41:37 +0800 |
---|---|---|
committer | Pellaeon Lin <nfsmwlin@gmail.com> | 2016-05-21 12:54:29 +0800 |
commit | d3ff3c589bd36ea68f7d723ffda5c06e474f779e (patch) | |
tree | 289be8c5f86fb0fa8393843d752a05a8d18e8d07 /apps/files/css | |
parent | 59a85a4c76b80658d9373e3acf4f71b872b244a0 (diff) | |
download | nextcloud-server-d3ff3c589bd36ea68f7d723ffda5c06e474f779e.tar.gz nextcloud-server-d3ff3c589bd36ea68f7d723ffda5c06e474f779e.zip |
Add visual cue when moving draggable item over droppable item,
ie. breadcrumb and filenameTd
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 373739071e9..9da46aaeede 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -828,3 +828,7 @@ html.ie8 #controls .button.new { .app-files .actions .button.new .icon { margin-bottom: 2px; } + +.canDrop { + background-color: rgba(255, 255, 140, 1); +} |