diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-11-08 16:56:58 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-11-08 16:56:58 +0100 |
commit | 41210c8cf17a07add79e25149c37b23c0c30e35a (patch) | |
tree | cfdbd99d7b714c4d0e098721ad68e9c9d17c428e /apps/files/css | |
parent | 267b673ccb1e2d9da457310bb5fdf31edb2e9d67 (diff) | |
download | nextcloud-server-41210c8cf17a07add79e25149c37b23c0c30e35a.tar.gz nextcloud-server-41210c8cf17a07add79e25149c37b23c0c30e35a.zip |
Add droppable ability to menu and icon switch. Fix colour
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 1ef8ac0ef9e..c7d7ba45d91 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -732,9 +732,9 @@ table.dragshadow td.size { margin-bottom: 2px; } -.canDrop, +.breadcrumb .canDrop > a, #filestable tbody tr.canDrop { - background-color: rgba(255, 255, 140, 1); + background-color: rgb(179, 230, 255); } |