Cleanup and rearrange some fontastic glyphs

This commit is contained in:
the-djmaze 2022-11-17 21:40:35 +01:00
parent ecf53b1285
commit 7da3ba8c61
7 changed files with 9 additions and 24 deletions

View file

@ -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'; // ✖ ❌
}
},

View file

@ -142,7 +142,7 @@
</div>
</div>
</div>
<div id="messagesDragImage"><span class="text"></span>&nbsp;<i class="icon-mail"></i></div>
<div id="messagesDragImage"><span class="text"></span>&nbsp;<span class="fontastic"></span></div>
</div>
<div class="b-footer thm-message-list-bottom-toolbar">
<!-- ko if: userUsageProc() -->

View file

@ -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>

View file

@ -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>

Binary file not shown.

Binary file not shown.

View file

@ -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";
}