mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improve font middle arrows
Simplify login spinner
This commit is contained in:
parent
db0d03db83
commit
2c23955269
14 changed files with 22 additions and 212 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-append .add-on i,
|
.input-append .add-on *,
|
||||||
.loginForm, .legend, .e-checkbox-icon, .g-ui-link, .language-button {
|
.loginForm, .legend, .e-checkbox-icon, .g-ui-link, .language-button {
|
||||||
color: var(--login-color, @glass-m-color);
|
color: var(--login-color, @glass-m-color);
|
||||||
text-shadow: none !important;
|
text-shadow: none !important;
|
||||||
|
|
@ -99,7 +99,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
.input-append .add-on i {
|
.input-append .add-on * {
|
||||||
color: @glass-error-color;
|
color: @glass-error-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -123,20 +123,15 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-append .add-on i {
|
.input-append .add-on * {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
|
||||||
&.login-submit-icon{
|
|
||||||
font-size: 24px;
|
|
||||||
padding-top: 2px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.controls.error .add-on i, .control-group.error .add-on i {
|
.controls.error .add-on *,
|
||||||
|
.control-group.error .add-on * {
|
||||||
color: #b94a48;
|
color: #b94a48;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -181,19 +176,10 @@
|
||||||
|
|
||||||
.submitting-pane {
|
.submitting-pane {
|
||||||
position: relative;
|
position: relative;
|
||||||
&.submitting:before{
|
&.submitting > * {
|
||||||
content: '';
|
opacity: 0.3;
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
background: var(---spinner-bg, rgba(0,0,0,.3));
|
|
||||||
border-radius: var(--login-border-radius, 7px);
|
|
||||||
z-index: 1051;
|
|
||||||
border-radius: 8px;
|
|
||||||
}
|
}
|
||||||
html &.submitting:after{
|
html &.submitting::after{
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,7 @@
|
||||||
data-bind="textInput: password, disable: submitRequest" />
|
data-bind="textInput: password, disable: submitRequest" />
|
||||||
<span class="add-on" tabindex="-1" data-bind="command: submitCommand, tooltip: 'LOGIN/BUTTON_LOGIN'">
|
<span class="add-on" tabindex="-1" data-bind="command: submitCommand, tooltip: 'LOGIN/BUTTON_LOGIN'">
|
||||||
<i class="fontastic" data-bind="visible: '' === password()">🔑</i>
|
<i class="fontastic" data-bind="visible: '' === password()">🔑</i>
|
||||||
<button type="submit" class="btn-submit-icon-wrp" data-bind="visible: '' !== password()">
|
<button type="submit" class="btn-submit-icon-wrp login-submit-icon fontastic" data-bind="visible: '' !== password()">❯</button>
|
||||||
<i class="icon-right-middle login-submit-icon"></i>
|
|
||||||
</button>
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,7 @@
|
||||||
<div class="b-settings b-admin-right">
|
<div class="b-settings b-admin-right">
|
||||||
<div class="b-toolbar g-ui-user-select-none">
|
<div class="b-toolbar g-ui-user-select-none">
|
||||||
<a class="btn btn-thin-2 show-mobile" data-bind="click: showLeft, visible: leftPanelDisabled()">
|
<a class="btn btn-thin-2 show-mobile fontastic" data-bind="click: hideLeft, visible: !leftPanelDisabled()">❮</a>
|
||||||
<i class="icon-right-middle"></i>
|
<a class="btn btn-thin-2 show-mobile fontastic" data-bind="click: showLeft, visible: leftPanelDisabled()">❯</a>
|
||||||
</a>
|
|
||||||
<a class="btn btn-thin-2 show-mobile" data-bind="click: hideLeft, visible: !leftPanelDisabled()">
|
|
||||||
<i class="icon-left-middle"></i>
|
|
||||||
</a>
|
|
||||||
<i class="icon-spinner" style="margin: 10px" data-bind="style: {'visibility': adminManLoadingVisibility }"></i>
|
<i class="icon-spinner" style="margin: 10px" data-bind="style: {'visibility': adminManLoadingVisibility }"></i>
|
||||||
<h4>SnappyMail - <span data-i18n="TOP_PANEL/LABEL_ADMIN_PANEL"></span></h4>
|
<h4>SnappyMail - <span data-i18n="TOP_PANEL/LABEL_ADMIN_PANEL"></span></h4>
|
||||||
<a class="btn btn-logout fontastic" data-bind="click: logoutClick">⏻</a>
|
<a class="btn btn-logout fontastic" data-bind="click: logoutClick">⏻</a>
|
||||||
|
|
|
||||||
|
|
@ -39,9 +39,7 @@
|
||||||
<span class="add-on" tabindex="-1"
|
<span class="add-on" tabindex="-1"
|
||||||
data-bind="command: submitCommand, tooltip: 'LOGIN/BUTTON_SIGN_IN'">
|
data-bind="command: submitCommand, tooltip: 'LOGIN/BUTTON_SIGN_IN'">
|
||||||
<i class="fontastic" data-bind="visible: '' === password()">🔑</i>
|
<i class="fontastic" data-bind="visible: '' === password()">🔑</i>
|
||||||
<button type="submit" class="btn-submit-icon-wrp" data-bind="visible: '' !== password()">
|
<button type="submit" class="btn-submit-icon-wrp login-submit-icon fontastic" data-bind="visible: '' !== password()">❯</button>
|
||||||
<i class="icon-right-middle login-submit-icon"></i>
|
|
||||||
</button>
|
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,8 @@
|
||||||
<div class="toolbar">
|
<div class="toolbar">
|
||||||
<div class="btn-toolbar">
|
<div class="btn-toolbar">
|
||||||
<!-- ko if: allowFolders -->
|
<!-- ko if: allowFolders -->
|
||||||
<a class="btn btn-thin-2 show-mobile" data-bind="click: showLeft, visible: leftPanelDisabled()">
|
<a class="btn btn-thin-2 fontastic show-mobile" data-bind="click: hideLeft, visible: !leftPanelDisabled()">❮</a>
|
||||||
<i class="icon-right-middle"></i>
|
<a class="btn btn-thin-2 fontastic show-mobile" data-bind="click: showLeft, visible: leftPanelDisabled()">❯</a>
|
||||||
</a>
|
|
||||||
<a class="btn btn-thin-2 show-mobile" data-bind="click: hideLeft, visible: !leftPanelDisabled()">
|
|
||||||
<i class="icon-left-middle"></i>
|
|
||||||
</a>
|
|
||||||
<!-- /ko -->
|
<!-- /ko -->
|
||||||
<a class="btn buttonCompose show-mobile" data-bind="click: composeClick, tooltip: 'FOLDER_LIST/BUTTON_NEW_MESSAGE', css: {'btn-warning': composeInEdit, 'btn-success': !composeInEdit()}, visible: allowComposer && mobileCheckedStateHide()">
|
<a class="btn buttonCompose show-mobile" data-bind="click: composeClick, tooltip: 'FOLDER_LIST/BUTTON_NEW_MESSAGE', css: {'btn-warning': composeInEdit, 'btn-success': !composeInEdit()}, visible: allowComposer && mobileCheckedStateHide()">
|
||||||
<i class="icon-paper-plane"></i>
|
<i class="icon-paper-plane"></i>
|
||||||
|
|
|
||||||
|
|
@ -19,12 +19,8 @@
|
||||||
<a class="btn button-delete fontastic" data-bind="command: deleteCommand, tooltip: 'GLOBAL/DELETE'">🗑</a>
|
<a class="btn button-delete fontastic" data-bind="command: deleteCommand, tooltip: 'GLOBAL/DELETE'">🗑</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a class="btn btn-thin buttonUp" data-bind="command: goUpCommand">
|
<a class="btn btn-thin buttonUp fontastic" data-bind="command: goUpCommand">❮</a>
|
||||||
<i class="icon-left-middle"></i>
|
<a class="btn btn-thin buttonDown fontastic" data-bind="command: goDownCommand">❯</a>
|
||||||
</a>
|
|
||||||
<a class="btn btn-thin buttonDown" data-bind="command: goDownCommand">
|
|
||||||
<i class="icon-right-middle"></i>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -164,9 +160,7 @@
|
||||||
<div class="messageItemHeader" data-bind="css: {'emptySubject': '' === viewSubject()}">
|
<div class="messageItemHeader" data-bind="css: {'emptySubject': '' === viewSubject()}">
|
||||||
<div class="subjectParent">
|
<div class="subjectParent">
|
||||||
<button class="close" data-bind="command: closeMessageCommand" style="margin-top: -2px;">×</button>
|
<button class="close" data-bind="command: closeMessageCommand" style="margin-top: -2px;">×</button>
|
||||||
<span class="infoParent g-ui-user-select-none" data-bind="click: function() { showFullInfo(!showFullInfo()); }">
|
<span class="infoParent g-ui-user-select-none fontastic" data-bind="click: function() { showFullInfo(!showFullInfo()); }">ℹ</span>
|
||||||
<i class="icon-info" style="padding-top: 1px;"></i>
|
|
||||||
</span>
|
|
||||||
<span class="flagParent g-ui-user-select-none flagOff fontastic" data-bind="text: viewIsFlagged() ? '★' : '☆', css: {'flagOn': viewIsFlagged, 'flagOff': !viewIsFlagged()}"></span>
|
<span class="flagParent g-ui-user-select-none flagOff fontastic" data-bind="text: viewIsFlagged() ? '★' : '☆', css: {'flagOn': viewIsFlagged, 'flagOff': !viewIsFlagged()}"></span>
|
||||||
<b style="color: red; margin-right: 5px" data-bind="visible: viewIsImportant">!</b>
|
<b style="color: red; margin-right: 5px" data-bind="visible: viewIsImportant">!</b>
|
||||||
<span class="subject" data-bind="text: viewSubject, title: viewSubject, event: { 'dblclick': toggleFullScreen }"></span>
|
<span class="subject" data-bind="text: viewSubject, title: viewSubject, event: { 'dblclick': toggleFullScreen }"></span>
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,11 @@
|
||||||
<div class="b-settings b-settins-right">
|
<div class="b-settings b-settins-right">
|
||||||
<div class="b-toolbar" style="padding-left: 0">
|
<div class="b-toolbar" style="padding-left: 0">
|
||||||
<div class="btn-toolbar" style="margin-top: 2px;">
|
<div class="btn-toolbar" style="margin-top: 2px;">
|
||||||
<div class="btn-group show-mobile" data-bind="visible: leftPanelDisabled()">
|
|
||||||
<a class="btn btn-thin-2" data-bind="click: showLeft">
|
|
||||||
<i class="icon-right-middle"></i>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div class="btn-group show-mobile" data-bind="visible: !leftPanelDisabled()" style="margin-left: -1px">
|
<div class="btn-group show-mobile" data-bind="visible: !leftPanelDisabled()" style="margin-left: -1px">
|
||||||
<a class="btn btn-thin-2" data-bind="click: hideLeft">
|
<a class="btn btn-thin-2 fontastic" data-bind="click: hideLeft">❮</a>
|
||||||
<i class="icon-left-middle"></i>
|
</div>
|
||||||
</a>
|
<div class="btn-group show-mobile" data-bind="visible: leftPanelDisabled()">
|
||||||
|
<a class="btn btn-thin-2 fontastic" data-bind="click: showLeft">❯</a>
|
||||||
</div>
|
</div>
|
||||||
<a class="btn button-back" data-bind="click: backToMailBoxClick">
|
<a class="btn button-back" data-bind="click: backToMailBoxClick">
|
||||||
<i class="fontastic">⬅</i>
|
<i class="fontastic">⬅</i>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--spinner-background: rgba(255,255,255,.4);
|
|
||||||
--spinner-color: #666;
|
--spinner-color: #666;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@
|
||||||
--login-border: none;
|
--login-border: none;
|
||||||
--login-border-radius: 7px;
|
--login-border-radius: 7px;
|
||||||
|
|
||||||
--spinner-background: rgba(0,0,0,.2);
|
|
||||||
|
|
||||||
// MENU
|
// MENU
|
||||||
--dropdown-menu-color: #333;
|
--dropdown-menu-color: #333;
|
||||||
--dropdown-menu-bg-color: #fff;
|
--dropdown-menu-bg-color: #fff;
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@
|
||||||
--login-border: none;
|
--login-border: none;
|
||||||
--login-border-radius: 7px;
|
--login-border-radius: 7px;
|
||||||
|
|
||||||
--spinner-background: rgba(255,255,255,.4);
|
|
||||||
--spinner-color: #666;
|
--spinner-color: #666;
|
||||||
|
|
||||||
// MENU
|
// MENU
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
--login-gradient-start: none; // #f4f4f4
|
--login-gradient-start: none; // #f4f4f4
|
||||||
--login-gradient-end: none; // #dfdfdf
|
--login-gradient-end: none; // #dfdfdf
|
||||||
|
|
||||||
--spinner-background: rgba(0,0,0,.3);
|
|
||||||
--spinner-color: #fff;
|
--spinner-color: #fff;
|
||||||
|
|
||||||
// MENU
|
// MENU
|
||||||
|
|
|
||||||
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.
151
vendors/fontastic/styles.css
vendored
151
vendors/fontastic/styles.css
vendored
|
|
@ -94,17 +94,11 @@
|
||||||
.icon-popup::before {
|
.icon-popup::before {
|
||||||
content: "\e045";
|
content: "\e045";
|
||||||
}
|
}
|
||||||
.icon-left-middle::before {
|
|
||||||
content: "\e04b"; /* ❮ */
|
|
||||||
}
|
|
||||||
.icon-right-middle::before {
|
|
||||||
content: "\e04c"; /* ❯ */
|
|
||||||
}
|
|
||||||
.icon-mail::before {
|
.icon-mail::before {
|
||||||
content: "✉";
|
content: "✉";
|
||||||
}
|
}
|
||||||
.icon-archive::before {
|
.icon-archive::before {
|
||||||
content: "\e05f";
|
content: "\e05f"; /* 🗃 🗄️ */
|
||||||
}
|
}
|
||||||
.icon-filter::before {
|
.icon-filter::before {
|
||||||
content: "\e061"; /* ⊆ */
|
content: "\e061"; /* ⊆ */
|
||||||
|
|
@ -130,146 +124,3 @@
|
||||||
.icon-check-mark-circle-two::before {
|
.icon-check-mark-circle-two::before {
|
||||||
content: "\e073";
|
content: "\e073";
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
.icon-sync::before {
|
|
||||||
content: "⇆";
|
|
||||||
}
|
|
||||||
.icon-radio-checked::before {
|
|
||||||
content: "⦿";
|
|
||||||
}
|
|
||||||
.icon-radio-unchecked::before {
|
|
||||||
content: "○";
|
|
||||||
}
|
|
||||||
.icon-address-book::before {
|
|
||||||
content: "📇";
|
|
||||||
}
|
|
||||||
.icon-list::before {
|
|
||||||
content: "☰";
|
|
||||||
}
|
|
||||||
.icon-telephone::before {
|
|
||||||
content: "📞";
|
|
||||||
}
|
|
||||||
.icon-braille::before {
|
|
||||||
content: "⬍";
|
|
||||||
}
|
|
||||||
.icon-checkbox-checked::before {
|
|
||||||
content: "☑";
|
|
||||||
}
|
|
||||||
.icon-checkbox-unchecked::before {
|
|
||||||
content: "☐";
|
|
||||||
}
|
|
||||||
.icon-checkbox-partial::before {
|
|
||||||
content: "▣";
|
|
||||||
}
|
|
||||||
.icon-left::before {
|
|
||||||
content: "⬅";
|
|
||||||
}
|
|
||||||
.icon-up::before {
|
|
||||||
content: "⬆";
|
|
||||||
}
|
|
||||||
.icon-down::before {
|
|
||||||
content: "⬇";
|
|
||||||
}
|
|
||||||
.icon-image::before {
|
|
||||||
content: "🖼";
|
|
||||||
}
|
|
||||||
.icon-user::before {
|
|
||||||
content: "👤";
|
|
||||||
}
|
|
||||||
.icon-fire::before {
|
|
||||||
content: "🔥";
|
|
||||||
}
|
|
||||||
.icon-remove::before {
|
|
||||||
content: "✖";
|
|
||||||
}
|
|
||||||
.icon-floppy::before {
|
|
||||||
content: "💾";
|
|
||||||
}
|
|
||||||
.icon-right-dir::before {
|
|
||||||
content: "▶";
|
|
||||||
}
|
|
||||||
.icon-play::before {
|
|
||||||
content: "▶️"; ⏵ ⏯
|
|
||||||
}
|
|
||||||
.icon-key::before {
|
|
||||||
content: "🔑";
|
|
||||||
}
|
|
||||||
.icon-world::before {
|
|
||||||
content: "🌍";
|
|
||||||
}
|
|
||||||
.icon-eye::before {
|
|
||||||
content: "👁";
|
|
||||||
}
|
|
||||||
.icon-power::before {
|
|
||||||
content: "⏻";
|
|
||||||
}
|
|
||||||
.icon-wrench::before {
|
|
||||||
content: "🔧";
|
|
||||||
}
|
|
||||||
.icon-print::before {
|
|
||||||
content: "🖨";
|
|
||||||
}
|
|
||||||
.icon-cog::before {
|
|
||||||
content: "⚙";
|
|
||||||
}
|
|
||||||
.icon-forward::before {
|
|
||||||
content: "→";
|
|
||||||
}
|
|
||||||
.icon-search::before {
|
|
||||||
content: "🔎";
|
|
||||||
}
|
|
||||||
.icon-reply::before {
|
|
||||||
content: "←";
|
|
||||||
}
|
|
||||||
.icon-reply-all::before {
|
|
||||||
content: "↞";
|
|
||||||
}
|
|
||||||
.icon-mobile::before {
|
|
||||||
content: "📱";
|
|
||||||
}
|
|
||||||
.icon-pencil::before {
|
|
||||||
content: "🖉";
|
|
||||||
}
|
|
||||||
.icon-trash::before {
|
|
||||||
content: "🗑";
|
|
||||||
}
|
|
||||||
.icon-lock::before {
|
|
||||||
content: "🔒";
|
|
||||||
}
|
|
||||||
.icon-users::before {
|
|
||||||
content: "👥";
|
|
||||||
}
|
|
||||||
.icon-ellipsis-alt::before {
|
|
||||||
content: "⋮";
|
|
||||||
}
|
|
||||||
.icon-pause::before {
|
|
||||||
content: "⏸︎";
|
|
||||||
}
|
|
||||||
.icon-laptop::before {
|
|
||||||
content: "💻";
|
|
||||||
}
|
|
||||||
.icon-at::before {
|
|
||||||
content: "@";
|
|
||||||
}
|
|
||||||
.icon-warning::before {
|
|
||||||
content: "⚠";
|
|
||||||
}
|
|
||||||
.icon-spinner::before {
|
|
||||||
content: "\e05e";
|
|
||||||
}
|
|
||||||
.icon-folder::before {
|
|
||||||
content: "📁";
|
|
||||||
}
|
|
||||||
.icon-plus::before {
|
|
||||||
content: "✚";
|
|
||||||
}
|
|
||||||
.icon-star-empty::before {
|
|
||||||
content: "☆";
|
|
||||||
}
|
|
||||||
.icon-star-half::before {
|
|
||||||
content: "⯪";
|
|
||||||
}
|
|
||||||
.icon-star::before {
|
|
||||||
content: "★";
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue