new icon for trash

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@95704 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-05-15 09:32:50 +00:00
parent 2378dc73b2
commit cbc632cd2b
4 changed files with 4 additions and 2 deletions

View File

@ -287,10 +287,12 @@ public interface Icons extends ClientBundle {
@Source("icons/sharelink.png")
ImageResource publicLink();
@Source("icons/user_trash_full.png")
// @Source("icons/user_trash_full.png")
@Source("icons/full_trash.png")
ImageResource trash_full();
@Source("icons/user_trash.png")
// @Source("icons/user_trash.png")
@Source("icons/empty_trash.png")
ImageResource trash_empty();
@Source("icons/readonly.png")

Binary file not shown.

After

Width:  |  Height:  |  Size: 805 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB