From 38a5730f1466ebdc0219649911989c25f7ced748 Mon Sep 17 00:00:00 2001 From: Veiko Aasa Date: Thu, 8 Oct 2020 11:20:14 +0300 Subject: [PATCH] notifications: Show severity level on every notification Left side border of the notification is the color of the severity level. Helps when there are multiple notifications with different severity levels. Signed-off-by: Veiko Aasa [sunil: Drop styling for unused 'notification-light' class] Signed-off-by: Sunil Mohan Adapa Reviewed-by: Sunil Mohan Adapa --- plinth/templates/notifications.html | 2 +- static/themes/default/css/main.css | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/plinth/templates/notifications.html b/plinth/templates/notifications.html index db6e75cf7..56169f3b8 100644 --- a/plinth/templates/notifications.html +++ b/plinth/templates/notifications.html @@ -11,7 +11,7 @@