xC/xP: mark highlights and buffer activity
And more or less finalize out the protocol for this use case.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user