From 1efc47c88c02639636e3e6d722e5b0f3781b7860 Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Thu, 13 Feb 2020 23:15:29 +0100 Subject: [PATCH 1/2] Frio: unseen notifications background adjustment Background color for unseen notifications slightly changed for better visibility. --- view/theme/frio/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 496583a649..0a36194229 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -632,8 +632,8 @@ nav.navbar .nav > li > button:focus } #topbar-first #nav-notifications-menu li.notification-unseen { - border-left: 3px solid #f3fcfd; - background-color: #f3fcfd; + border-left: 3px solid #e3eff3; + background-color: #e3eff3; } #topbar-first #nav-notifications-menu li.notif-entry:hover { background-color: #f7f7f7; @@ -2980,7 +2980,7 @@ ul.notif-network-list > li:hover .intro-action-buttons { /* Notifications Page */ ul.notif-network-list li.unseen { - background-color: #f3fcfd; + background-color: #e3eff3; } .notif-item img.notif-image { height: 48px; From eb1cddae82de9fa8235ac637705e9467ee58ffea Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Thu, 13 Feb 2020 23:18:08 +0100 Subject: [PATCH 2/2] Also change the color value in plusminus --- view/theme/frio/scheme/plusminus.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/scheme/plusminus.css b/view/theme/frio/scheme/plusminus.css index 1141f43422..09def72dd7 100644 --- a/view/theme/frio/scheme/plusminus.css +++ b/view/theme/frio/scheme/plusminus.css @@ -26,7 +26,7 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con } #topbar-first #nav-notifications-menu li.notification-unseen { - border-left: 3px solid #f3fcfd; + border-left: 3px solid #e3eff3; background-color: antiquewhite; }