mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Small FolderList style improvement for touch expand/collapse
This commit is contained in:
parent
b65b77f518
commit
099560ca6a
1 changed files with 3 additions and 2 deletions
|
|
@ -81,13 +81,14 @@
|
|||
font-size: 14px;
|
||||
border-left: 3px solid transparent;
|
||||
|
||||
padding: 0 @folderItemPadding;
|
||||
padding: 0 2em 0 @folderItemPadding;
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
&.selectable {
|
||||
|
||||
color: var(--folders-color, #333);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--folders-hover-bg-color, #333);
|
||||
|
|
@ -133,13 +134,13 @@
|
|||
|
||||
.e-collapsed-sign {
|
||||
cursor: pointer;
|
||||
font-size: 150%;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
a[data-unread] {
|
||||
font-weight: bold;
|
||||
padding-right: 2em;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue