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
path: root/apps
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-06-13 02:07:05 +0300
committerLukas Reschke <lukas@owncloud.com>2016-06-13 02:07:05 +0300
commitf3b299be78c31adbe7fa76dbc7c57813c2337a3f (patch)
tree751c27778cc9686c7e68a92e12fc88c99880d2ed /apps
parent3e93bd1e68c5f3c7ca0941d98729fe3ecd839373 (diff)
Show spinner for files_drop again
Somehow the spinner wasn't there anymore after some changes. This makes it appear again.
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/public.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index f72c4136096..04f6d45fcbb 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -216,4 +216,5 @@ thead {
#public-upload li span.icon-loading-small {
padding-left: 18px;
margin-right: 7px;
+ background-size: 16px;
} \ No newline at end of file