xC/xP: mark highlights and buffer activity

And more or less finalize out the protocol for this use case.
This commit is contained in:
2022-09-07 19:42:18 +02:00
parent 45aa0e8dfb
commit 4ba28c6ed3
5 changed files with 114 additions and 19 deletions

View File

@@ -58,7 +58,13 @@ body {
padding: .05rem .3rem;
cursor: default;
}
.item.active {
.item.highlighted {
color: #ff5f00;
}
.item.activity {
font-weight: bold;
}
.item.current {
font-style: italic;
background: #f8f8f8;
border-top: 1px solid #eee;
@@ -97,6 +103,11 @@ body {
grid-column: span 2;
font-weight: bold;
}
.unread {
height: 1px;
grid-column: span 2;
background: #ff5f00;
}
.time {
padding: .1rem .3rem;
background: #f8f8f8;