mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Don't show unread on system folders
This commit is contained in:
parent
bafc74fd09
commit
671a7a7002
2 changed files with 3 additions and 3 deletions
|
|
@ -158,7 +158,7 @@
|
||||||
background-color: @grayLight;
|
background-color: @grayLight;
|
||||||
border-radius: 9px;
|
border-radius: 9px;
|
||||||
color: @white;
|
color: @white;
|
||||||
font-size: 80%;
|
font-size: 11px;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
min-width: 1em;
|
min-width: 1em;
|
||||||
|
|
@ -166,7 +166,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flag-icon {
|
.flag-icon {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<li data-bind="visible: visible">
|
<li data-bind="visible: visible">
|
||||||
<a data-bind="dropmessages: $data,
|
<a data-bind="dropmessages: $data,
|
||||||
css: { 'selected': selected() && !isSystemFolder(), 'selectable': canBeSelected, 'hidden' : hidden, 'unread-sub': hasSubscribedUnreadMessagesSubfolders, 'anim-action-class': actionBlink },
|
css: { 'selected': selected() && !isSystemFolder(), 'system': isSystemFolder, 'selectable': canBeSelected, 'hidden' : hidden, 'unread-sub': hasSubscribedUnreadMessagesSubfolders, 'anim-action-class': actionBlink },
|
||||||
attr: { 'data-unread': printableUnreadCount }">
|
attr: { 'data-unread': printableUnreadCount }">
|
||||||
<i data-bind="css: collapsedCss()"></i>
|
<i data-bind="css: collapsedCss()"></i>
|
||||||
<!-- ko text: name --><!-- /ko -->
|
<!-- ko text: name --><!-- /ko -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue