mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
better colour matching on toolbar, replace "share" with "recycle"
This commit is contained in:
parent
5d9550e08f
commit
6380d22229
3 changed files with 1 additions and 1 deletions
BIN
images/recycle.gif
Normal file
BIN
images/recycle.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 612 B |
Binary file not shown.
Before Width: | Height: | Size: 365 B After Width: | Height: | Size: 237 B |
|
@ -1,6 +1,6 @@
|
|||
<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
|
||||
<img src="images/like.gif" alt="$likethis" title="$likethis" onclick="dolike($id,'like');" />
|
||||
<img src="images/dislike.gif" alt="$nolike" title="$nolike" onclick="dolike($id,'dislike');" />
|
||||
<img src="images/share.gif" alt="$share" title="$share" class="wall-item-share-buttons" onclick="jotShare($id);" />
|
||||
<img src="images/recycle.gif" alt="$share" title="$share" class="wall-item-share-buttons" onclick="jotShare($id);" />
|
||||
<img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue