Polish source mailbox reading panes

This commit is contained in:
DonVoo 2026-07-13 03:18:53 +02:00
parent 561450662c
commit 548e0fa741
2 changed files with 69 additions and 21 deletions

View file

@ -346,6 +346,7 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
color: var(--ol-muted);
font-size: 11px;
}
.tree-count:empty { display: none; }
.tree-node.account { padding-left: 12px; font-weight: 600; color: var(--ol-blue-dark); }
.tree-node:hover { background: #e5eff8; }
.tree-node.active { background: var(--ol-sel); box-shadow: inset 2px 0 0 var(--ol-blue); }
@ -356,7 +357,10 @@ a.tree-node { display: block; color: inherit; text-decoration: none; }
border-bottom: 1px solid #ececec;
cursor: pointer;
display: flex; flex-direction: column; gap: 2px;
color: var(--ol-text);
text-decoration: none;
}
.msg-row:visited { color: var(--ol-text); }
.msg-row:hover { background: #eef6fd; }
.msg-row.dragging { opacity: .55; }
.msg-row.active { background: var(--ol-sel); border-left: 3px solid var(--ol-blue); padding-left: 9px; }