From e511aea710cf3b09f3f84077d718a4ac4b09d53b Mon Sep 17 00:00:00 2001 From: vinzv Date: Wed, 7 Oct 2020 21:35:56 +0200 Subject: [PATCH] Divert unseen notification background colors into schemes to avoid side effects for other themes --- view/theme/frio/scheme/black.css | 3 +++ view/theme/frio/scheme/dark.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/view/theme/frio/scheme/black.css b/view/theme/frio/scheme/black.css index 361a77728c..3d4c67fa35 100644 --- a/view/theme/frio/scheme/black.css +++ b/view/theme/frio/scheme/black.css @@ -17,6 +17,9 @@ background-color: $nav_bg; } +#topbar-first #nav-notifications-menu li.notification-unseen { + background-color: $nav_icon_hover_color; +} #topbar-second { background-color: $nav_bg; diff --git a/view/theme/frio/scheme/dark.css b/view/theme/frio/scheme/dark.css index 6bd3df21aa..411a5811c6 100644 --- a/view/theme/frio/scheme/dark.css +++ b/view/theme/frio/scheme/dark.css @@ -17,6 +17,9 @@ background-color: $nav_bg; } +#topbar-first #nav-notifications-menu li.notification-unseen { + background-color: $nav_icon_hover_color; +} #topbar-second { background-color: $nav_bg;