diff --git a/src/theme.scss b/src/theme.scss index 8f34452be..32b640187 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -1031,8 +1031,12 @@ footer { // Account/Notifications // ---------------------------- -.notification-details { - background-color: #e5e5e5 !important; +.notification-item { + cursor: pointer; + + &:hover { + box-shadow: 0 2px 27px rgba(0,0,0,.1); + } } // ---------------------------- diff --git a/src/views/notifications.html b/src/views/notifications.html index 55e1829b6..73856606a 100644 --- a/src/views/notifications.html +++ b/src/views/notifications.html @@ -5,39 +5,29 @@
| - {{ notification.title }} {{ notification.creationTime | prettyDate }} - | -- - | -
| {{ notification.message }} | -- - | -