From ea6253fb511079c4adf1bf1a8da6878ec7db7707 Mon Sep 17 00:00:00 2001 From: Felix Heidecke Date: Mon, 28 Oct 2019 16:12:38 +0100 Subject: [PATCH] Use existing share icon in file indicator --- apps/files/css/files.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 8c3c7e4f462d..6dc021f114d0 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -527,11 +527,14 @@ table td.filename .uploadtext { bottom: 0px; right: -5px; z-index: 10; - background-image: url(../img/shareinfo.svg); + background-image: url(../../../core/img/actions/shared.svg); width: 14px; height: 14px; background-repeat: no-repeat; background-position: center; + background-size: 10px; + background-color: #bfbfbf; + border-radius: 50%; } .shareTree {