Skip to content

Commit

Permalink
MID-6271 fixed trash/remove icon
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 9, 2022
1 parent 3d4b89d commit 0f92e62
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public class GuiStyleConstants {

public static final String CLASS_ICON_SAVE = "fa fa-save";
public static final String CLASS_ICON_PREVIEW = "fa fa-eye";
public static final String CLASS_ICON_REMOVE = "fa fa-trash";
public static final String CLASS_ICON_REMOVE = CLASS_ICON_TRASH;

public static final String CLASS_ICON_WIZARD = "fa fa-magic";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<i class="fa fa-download"/>
</a>
<a class="btn btn-danger btn-xs" wicket:id="remove" wicket:message="title:UploadPanel.delete.tooltip">
<i class="fa fa-trash-o"/>
<i class="fa fa-trash-alt"/>
</a>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ <h4 class="panel-title">
</a>
<a wicket:id="deleteOutbound" class="btn btn-sm btn-danger"
wicket:message="title:ResourceAttributeEditor.title.delete">
<i class="fa fa-trash-o"/>
<i class="fa fa-trash-alt"/>
</a>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h3><span wicket:id="label"></span></h3>
</a>
<a wicket:id="deleteOutbound" class="btn btn-sm btn-danger"
wicket:message="title:ResourceAttributeEditor.title.delete">
<i class="fa fa-trash-o"/>
<i class="fa fa-trash-alt"/>
</a>
</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</translation>
</pluralLabel>
<icon>
<cssClass>fa fa-trash</cssClass>
<cssClass>fa fa-trash-alt</cssClass>
<color>green</color>
</icon>
</display>
Expand Down

0 comments on commit 0f92e62

Please sign in to comment.