Improved folder glyph

This commit is contained in:
djmaze
2021-02-12 01:05:02 +01:00
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

View File

@@ -87,7 +87,7 @@ html.rl-no-preview-pane {
border-bottom: 1px solid #bbb;
.checkboxCheckAll {
margin: 5px 0;
line-height: 30px;
}
}

View File

@@ -20,12 +20,6 @@
}
}
.icon-folder, .icon-folder-add {
font-size: 18px;
margin-top: -1px;
margin-left: -1px;
}
.iconsize20 {
font-size: 20px;
}

View File

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

View File

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

Binary file not shown.

Binary file not shown.

View File

@@ -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: "📁";
}
*/