mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Cleanup and rearrange some fontastic glyphs
This commit is contained in:
parent
ecf53b1285
commit
7da3ba8c61
7 changed files with 9 additions and 24 deletions
|
|
@ -162,9 +162,9 @@ export class MailMessageView extends AbstractViewRight {
|
|||
case 'none':
|
||||
return '';
|
||||
case 'pass':
|
||||
return 'icon-ok iconcolor-green';
|
||||
return 'icon-ok iconcolor-green'; // ✔️
|
||||
default:
|
||||
return 'icon-warning-alt iconcolor-red';
|
||||
return 'icon-cross iconcolor-red'; // ✖ ❌
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="messagesDragImage"><span class="text"></span> <i class="icon-mail"></i></div>
|
||||
<div id="messagesDragImage"><span class="text"></span> <span class="fontastic">✉</span></div>
|
||||
</div>
|
||||
<div class="b-footer thm-message-list-bottom-toolbar">
|
||||
<!-- ko if: userUsageProc() -->
|
||||
|
|
|
|||
|
|
@ -98,10 +98,7 @@
|
|||
</a>
|
||||
</li>
|
||||
<li role="presentation">
|
||||
<a href="#" tabindex="-1" data-bind="click: popupMessage">
|
||||
<i class="icon-popup"></i>
|
||||
<span data-i18n="MESSAGE/BUTTON_IN_NEW_WINDOW"></span>
|
||||
</a>
|
||||
<a href="#" tabindex="-1" data-bind="click: popupMessage" data-icon="⧉" data-i18n="MESSAGE/BUTTON_IN_NEW_WINDOW"></a>
|
||||
</li>
|
||||
<li role="presentation" data-bind="visible: html() && !isHtml()">
|
||||
<a href="#" tabindex="-1" data-bind="click: viewHtml" data-icon="👁" data-i18n="MESSAGE/HTML_VIEW"></a>
|
||||
|
|
|
|||
|
|
@ -39,10 +39,7 @@
|
|||
<a href="#" tabindex="-1" data-bind="click: settingsClick" data-icon="⚙" data-i18n="TOP_TOOLBAR/BUTTON_SETTINGS"></a>
|
||||
</li>
|
||||
<li role="presentation">
|
||||
<a href="#" tabindex="-1" data-bind="click: settingsHelp">
|
||||
<i class="icon-help"></i>
|
||||
<span data-i18n="TOP_TOOLBAR/BUTTON_HELP"></span>
|
||||
</a>
|
||||
<a href="#" tabindex="-1" data-bind="click: settingsHelp" data-icon="🛈" data-i18n="TOP_TOOLBAR/BUTTON_HELP"></a>
|
||||
</li>
|
||||
<li class="dividerbar" role="presentation">
|
||||
<a href="#" tabindex="-1" data-bind="click: toggleLayout" data-icon="💻" class="show-mobile" data-i18n="MOBILE/BUTTON_DESKTOP_VERSION"></a>
|
||||
|
|
|
|||
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
BIN
vendors/fontastic/fonts/snappymail.woff
vendored
Binary file not shown.
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
BIN
vendors/fontastic/fonts/snappymail.woff2
vendored
Binary file not shown.
17
vendors/fontastic/styles.css
vendored
17
vendors/fontastic/styles.css
vendored
|
|
@ -41,13 +41,13 @@
|
|||
content: "\e007";
|
||||
}
|
||||
.icon-right-mini::before {
|
||||
content: "\e01e"; /* › */
|
||||
content: "›";
|
||||
}
|
||||
.icon-down-mini::before {
|
||||
content: "\e01f"; /* › rotate 90 */
|
||||
content: "⌄";
|
||||
}
|
||||
.icon-warning-alt::before {
|
||||
content: "\e02a";
|
||||
.icon-cross::before {
|
||||
content: "✖";
|
||||
}
|
||||
.icon-ok::before {
|
||||
content: "✔";
|
||||
|
|
@ -91,12 +91,6 @@
|
|||
.icon-lock::before {
|
||||
content: "🔒";
|
||||
}
|
||||
.icon-popup::before {
|
||||
content: "\e045";
|
||||
}
|
||||
.icon-mail::before {
|
||||
content: "✉";
|
||||
}
|
||||
.icon-filter::before {
|
||||
content: "\e061"; /* ⊆ */
|
||||
}
|
||||
|
|
@ -109,9 +103,6 @@
|
|||
.icon-copy::before {
|
||||
content: "\e068";
|
||||
}
|
||||
.icon-help::before {
|
||||
content: "\e06b";
|
||||
}
|
||||
.icon-resize-in::before {
|
||||
content: "\e06c";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue