Add mbox viewer panes

This commit is contained in:
DonVoo 2026-07-05 21:45:15 +02:00
parent 4e51aee1a9
commit 955c1e0f92
3 changed files with 246 additions and 7 deletions

View file

@ -74,6 +74,7 @@ body.ol2013 {
/* Ordnerbaum */
.tree-node { padding: 4px 12px 4px 24px; cursor: pointer; white-space: nowrap; }
a.tree-node { display: block; color: inherit; text-decoration: 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); }
@ -98,6 +99,13 @@ body.ol2013 {
.read-head { border-bottom: 1px solid var(--ol-border); padding-bottom: 10px; margin-bottom: 12px; }
.read-subject { font-size: 17px; font-weight: 600; margin: 0 0 6px; }
.read-meta { color: var(--ol-muted); font-size: 12px; }
.read-pre {
white-space: pre-wrap;
word-break: break-word;
font: 12px Consolas, "Courier New", monospace;
line-height: 1.45;
margin: 0;
}
.ef-empty { color: var(--ol-muted); padding: 24px; }
/* Buttons / Formulare (flach, 2013er) */