Show unread messages in bold
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
8ccec9bbc1
Коммит
fcf2fd0b44
|
@ -246,6 +246,9 @@ export default {
|
|||
z-index: 50; // same as icon-starred
|
||||
}
|
||||
|
||||
.app-content-list-item:not(.seen) {
|
||||
font-weight: bold;
|
||||
}
|
||||
.app-content-list-item.selected {
|
||||
background-color: var(--color-background-dark);
|
||||
font-weight: bold;
|
||||
|
|
Загрузка…
Ссылка в новой задаче