diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-07-17 12:53:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 12:53:45 +0200 |
commit | a155f804859d4afc579986be6472dfd80ade267d (patch) | |
tree | 123031de8298ea99346c9f905155d37766955af0 /apps/files/css | |
parent | f78db1820138df0a097399f088057c1b0682ec98 (diff) | |
parent | cdb42432c3a58efc24f59d9a4bb453288f346eab (diff) | |
download | nextcloud-server-a155f804859d4afc579986be6472dfd80ade267d.tar.gz nextcloud-server-a155f804859d4afc579986be6472dfd80ade267d.zip |
Merge pull request #10230 from nextcloud/feature/shareoverview
Feature/shares overview
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 24ecbf399e3..79dc2a26ebd 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -93,7 +93,8 @@ background-image: url('../img/star.svg?v=1'); } .nav-icon-sharingin, -.nav-icon-sharingout { +.nav-icon-sharingout, +.nav-icon-shareoverview { background-image: url('../img/share.svg?v=1'); } .nav-icon-sharinglinks { |