mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Replaced LINK_ADD_EMAIL with fontastic ✚
This commit is contained in:
parent
fd54864f4d
commit
421efc62ad
2 changed files with 1 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue