mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +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;
|
||||
border-radius: 9px;
|
||||
color: @white;
|
||||
font-size: 80%;
|
||||
font-size: 11px;
|
||||
line-height: 19px;
|
||||
margin-top: 5px;
|
||||
min-width: 1em;
|
||||
|
|
@ -166,7 +166,7 @@
|
|||
text-align: center;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
position: absolute;
|
||||
right: 0;
|
||||
right: 3px;
|
||||
}
|
||||
|
||||
.flag-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue