mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 14:55:48 +00:00
Improved folder glyph
This commit is contained in:
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;
|
||||
|
||||
.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 {
|
||||
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">
|
||||
<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-folder hidden-on-ctrl-btn"></i>
|
||||
<i class="fontastic hidden-on-ctrl-btn">📁</i>
|
||||
<span class="caret"></span>
|
||||
</a>
|
||||
<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()">
|
||||
<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-folder hidden-on-ctrl-btn"></i>
|
||||
<i class="fontastic hidden-on-ctrl-btn">📁</i>
|
||||
</a>
|
||||
</div>
|
||||
<!-- /ko -->
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<div class="b-message-view-backdrop" data-bind="visible: moveAction">
|
||||
<div class="backdrop-message-wrp">
|
||||
<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>
|
||||
</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-weight: normal !important;
|
||||
font-variant: normal !important;
|
||||
line-height: 1;
|
||||
text-transform: none !important;
|
||||
speak: never;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@@ -106,9 +107,6 @@
|
||||
.icon-folder-add::before {
|
||||
content: "\e03c";
|
||||
}
|
||||
.icon-folder::before {
|
||||
content: "🗀";
|
||||
}
|
||||
.icon-bolt::before {
|
||||
content: "\e042";
|
||||
}
|
||||
@@ -281,4 +279,7 @@
|
||||
.icon-spinner::before {
|
||||
content: "\e05e";
|
||||
}
|
||||
.icon-folder::before {
|
||||
content: "📁";
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user