diff options
author | Vincent Chan <plus.vincchan@gmail.com> | 2016-06-15 13:16:11 +0200 |
---|---|---|
committer | Vincent Chan <plus.vincchan@gmail.com> | 2016-06-15 14:42:39 +0200 |
commit | 10f8d643dc44ddf82db3cfd91d529d47cfe2d94d (patch) | |
tree | 610b792d17d0bbee72876c462e0734cd75f26f02 /apps/files/css | |
parent | 5315a479f35f0b9fedcbb18a8a0272c16b5ea16d (diff) | |
download | nextcloud-server-10f8d643dc44ddf82db3cfd91d529d47cfe2d94d.tar.gz nextcloud-server-10f8d643dc44ddf82db3cfd91d529d47cfe2d94d.zip |
store icons in class
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index ccf91e377c9..f8a2d17aaf6 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -85,10 +85,6 @@ background-color: rgb(179, 230, 255)!important; } -.dropping-to-dir .thumbnail { - background-image: url(/nextcloud/core/img/filetypes/folder-drag-accept.svg)!important; -} - /* icons for sidebar */ .nav-icon-files { background-image: url('../img/folder.svg'); |