Give unread notifications a small left border

This commit is contained in:
Johannes Zellner
2021-07-07 19:27:31 +02:00
parent 9bbd1af259
commit 22633dc16e
2 changed files with 10 additions and 2 deletions

View File

@@ -1519,6 +1519,14 @@ footer {
&:hover {
box-shadow: 0 2px 27px rgba(0,0,0,.1);
}
&.notification-unread {
border-left: solid 3px #2196f3;
.notification-title {
font-weight: bold;
}
}
}
// ----------------------------