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;
|
font-size: 14px;
|
||||||
border-left: 3px solid transparent;
|
border-left: 3px solid transparent;
|
||||||
|
|
||||||
padding: 0 @folderItemPadding;
|
padding: 0 2em 0 @folderItemPadding;
|
||||||
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&.selectable {
|
&.selectable {
|
||||||
|
|
||||||
color: var(--folders-color, #333);
|
color: var(--folders-color, #333);
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--folders-hover-bg-color, #333);
|
background-color: var(--folders-hover-bg-color, #333);
|
||||||
|
|
@ -133,13 +134,13 @@
|
||||||
|
|
||||||
.e-collapsed-sign {
|
.e-collapsed-sign {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-size: 150%;
|
||||||
vertical-align: inherit;
|
vertical-align: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a[data-unread] {
|
a[data-unread] {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-right: 2em;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue