mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improved folder glyph
This commit is contained in:
parent
f1a3f54547
commit
60e29fdd66
8 changed files with 8 additions and 13 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 992 B After Width: | Height: | Size: 1.2 KiB |
|
|
@ -87,7 +87,7 @@ html.rl-no-preview-pane {
|
||||||
border-bottom: 1px solid #bbb;
|
border-bottom: 1px solid #bbb;
|
||||||
|
|
||||||
.checkboxCheckAll {
|
.checkboxCheckAll {
|
||||||
margin: 5px 0;
|
line-height: 30px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,12 +20,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-folder, .icon-folder-add {
|
|
||||||
font-size: 18px;
|
|
||||||
margin-top: -1px;
|
|
||||||
margin-left: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.iconsize20 {
|
.iconsize20 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
<div class="btn-group dropdown colored-toggle hide-on-mobile" data-bind="visible: allowMessageListActions, registerBootstrapDropdown: true, openDropdownTrigger: moveDropdownTrigger">
|
<div class="btn-group dropdown colored-toggle hide-on-mobile" data-bind="visible: allowMessageListActions, registerBootstrapDropdown: true, openDropdownTrigger: moveDropdownTrigger">
|
||||||
<a id="move-dropdown-id" href="#" tabindex="-1" class="btn dropdown-toggle buttonMove" data-toggle="dropdown" data-bind="command: moveCommand, tooltip: 'GLOBAL/MOVE_TO'">
|
<a id="move-dropdown-id" href="#" tabindex="-1" class="btn dropdown-toggle buttonMove" data-toggle="dropdown" data-bind="command: moveCommand, tooltip: 'GLOBAL/MOVE_TO'">
|
||||||
<i class="icon-copy visible-on-ctrl-btn"></i>
|
<i class="icon-copy visible-on-ctrl-btn"></i>
|
||||||
<i class="icon-folder hidden-on-ctrl-btn"></i>
|
<i class="fontastic hidden-on-ctrl-btn">📁</i>
|
||||||
<span class="caret"></span>
|
<span class="caret"></span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu g-ui-menu" role="menu" aria-labelledby="move-dropdown-id" role="menu" data-bind="foreach: folderMenuForMove">
|
<ul class="dropdown-menu g-ui-menu" role="menu" aria-labelledby="move-dropdown-id" role="menu" data-bind="foreach: folderMenuForMove">
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<div class="btn-group" data-bind="visible: allowMessageListActions && mobileCheckedStateShow()">
|
<div class="btn-group" data-bind="visible: allowMessageListActions && mobileCheckedStateShow()">
|
||||||
<a id="move-dropdown-id" href="#" tabindex="-1" class="btn buttonMove" data-bind="command: moveNewCommand, tooltip: 'GLOBAL/MOVE_TO'">
|
<a id="move-dropdown-id" href="#" tabindex="-1" class="btn buttonMove" data-bind="command: moveNewCommand, tooltip: 'GLOBAL/MOVE_TO'">
|
||||||
<i class="icon-copy visible-on-ctrl-btn"></i>
|
<i class="icon-copy visible-on-ctrl-btn"></i>
|
||||||
<i class="icon-folder hidden-on-ctrl-btn"></i>
|
<i class="fontastic hidden-on-ctrl-btn">📁</i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<!-- /ko -->
|
<!-- /ko -->
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
<div class="b-message-view-backdrop" data-bind="visible: moveAction">
|
<div class="b-message-view-backdrop" data-bind="visible: moveAction">
|
||||||
<div class="backdrop-message-wrp">
|
<div class="backdrop-message-wrp">
|
||||||
<div class="backdrop-message">
|
<div class="backdrop-message">
|
||||||
<i class="icon-folder" style="padding: 0 7px; font-size: 24px; width: 24px; line-height: 24px;"></i>
|
<i class="fontastic" style="padding: 0 7px; font-size: 24px; width: 24px; line-height: 24px;">📁</i>
|
||||||
<span style="vertical-align: middle; padding: 0 7px" data-i18n="MESSAGE/MESSAGE_VIEW_MOVE_DESC"></span>
|
<span style="vertical-align: middle; padding: 0 7px" data-i18n="MESSAGE/MESSAGE_VIEW_MOVE_DESC"></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
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.
7
vendors/fontastic/styles.css
vendored
7
vendors/fontastic/styles.css
vendored
|
|
@ -15,6 +15,7 @@
|
||||||
font-style: normal !important;
|
font-style: normal !important;
|
||||||
font-weight: normal !important;
|
font-weight: normal !important;
|
||||||
font-variant: normal !important;
|
font-variant: normal !important;
|
||||||
|
line-height: 1;
|
||||||
text-transform: none !important;
|
text-transform: none !important;
|
||||||
speak: never;
|
speak: never;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
|
@ -106,9 +107,6 @@
|
||||||
.icon-folder-add::before {
|
.icon-folder-add::before {
|
||||||
content: "\e03c";
|
content: "\e03c";
|
||||||
}
|
}
|
||||||
.icon-folder::before {
|
|
||||||
content: "🗀";
|
|
||||||
}
|
|
||||||
.icon-bolt::before {
|
.icon-bolt::before {
|
||||||
content: "\e042";
|
content: "\e042";
|
||||||
}
|
}
|
||||||
|
|
@ -281,4 +279,7 @@
|
||||||
.icon-spinner::before {
|
.icon-spinner::before {
|
||||||
content: "\e05e";
|
content: "\e05e";
|
||||||
}
|
}
|
||||||
|
.icon-folder::before {
|
||||||
|
content: "📁";
|
||||||
|
}
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue