diff --git a/view/theme/frio/scheme/black.css b/view/theme/frio/scheme/black.css index 361a77728..3d4c67fa3 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 6bd3df21a..411a5811c 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;