From: vinzv Date: Wed, 7 Oct 2020 19:35:56 +0000 (+0200) Subject: Divert unseen notification background colors into schemes to avoid X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e511aea710cf3b09f3f84077d718a4ac4b09d53b;p=friendica.git Divert unseen notification background colors into schemes to avoid side effects for other themes --- 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;