diff options
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 502f8ea1f73..9b6f06cbc0c 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -727,7 +727,13 @@ table.dragshadow td.size { .breadcrumb .canDrop > a, #filestable tbody tr.canDrop { - background-color: rgb(179, 230, 255); + background-color: rgba( $color-primary, .3 ); +} +.dropzone-background { + background-color: rgba( $color-primary, .3 ); + :hover{ + box-shadow: none !important; + } } |