mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Bugfixes and improvements for Folderlist
This commit is contained in:
parent
327d6c32ca
commit
ef4d604f6d
8 changed files with 47 additions and 46 deletions
|
|
@ -16,7 +16,7 @@
|
|||
transition: all 0.2s linear;
|
||||
}
|
||||
|
||||
.b-folders .e-item .anim-action-class {
|
||||
.b-folders li .anim-action-class {
|
||||
animation: highlight-folder-row 0.5s linear;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -145,6 +145,9 @@
|
|||
|
||||
a[data-unread] {
|
||||
font-weight: bold;
|
||||
padding-right: 2em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
ul.collapsed {
|
||||
|
|
@ -161,7 +164,6 @@
|
|||
background-color: @grayLight;
|
||||
border-radius: 9px;
|
||||
color: @white;
|
||||
float: right;
|
||||
font-size: 80%;
|
||||
line-height: 19px;
|
||||
margin-top: 5px;
|
||||
|
|
@ -169,6 +171,8 @@
|
|||
padding: 1px 4px;
|
||||
text-align: center;
|
||||
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.inbox-star-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue