diff --git a/src/theme.scss b/src/theme.scss index 3fbe2774c..02986decf 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -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; + } + } } // ---------------------------- diff --git a/src/views/notifications.html b/src/views/notifications.html index b039f504d..3d5cb6832 100644 --- a/src/views/notifications.html +++ b/src/views/notifications.html @@ -21,10 +21,10 @@ -
+
- {{ notification.title }} {{ notification.creationTime | prettyDate }} + {{ notification.title }} {{ notification.creationTime | prettyDate }}