[DE] Fix Bug 34060

This commit is contained in:
Alexander Yuzhin 2017-02-14 17:05:00 +03:00
parent a7b3b6fa51
commit 73b431255a

View file

@ -42,7 +42,7 @@
</li>
<li>
<% if (android) { %>
<a id="image-default" class="button button-raised button-fill" style="margin: 20px 16px; background-color: #f44336;"><%= scope.textRemove %></a>
<a id="image-remove" class="button button-raised button-fill" style="margin: 20px 16px; background-color: #f44336;"><%= scope.textRemove %></a>
<% } else { %>
<a id="image-remove" class="item-link list-button" style="text-align: center; color: #f00"><%= scope.textRemove %></a>
<% } %>