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;