Skip to content

Commit

Permalink
Use existing share icon in file indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheidecke committed Oct 28, 2019
1 parent 1663309 commit 92b667b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/files/css/files.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 92b667b

Please sign in to comment.