Replaced LINK_ADD_EMAIL with fontastic ✚

This commit is contained in:
the-djmaze 2022-08-03 00:50:44 +02:00
parent fd54864f4d
commit 421efc62ad
2 changed files with 1 additions and 8 deletions

View file

@ -193,13 +193,6 @@
height: 30px;
}
.add-link {
margin-left: 2px;
padding: 5px;
font-size: 12px;
color: #aaa;
}
input, textarea {
box-shadow: none;
border-color: #fff;

View file

@ -161,7 +161,7 @@
data-bind="value: value, hasfocus: focused, valueUpdate: 'keyup'">
</div>
</div>
<a href="#" class="g-ui-link add-link" data-bind="visible: !viewReadOnly(), click: addNewEmail" data-i18n="CONTACTS/LINK_ADD_EMAIL"></a>
<a href="#" class="btn fontastic" data-bind="visible: !viewReadOnly(), click: addNewEmail"></a>
</div>
</div>
<div class="control-group" data-bind="visible: viewPropertiesPhones().length">