Divert unseen notification background colors into schemes to avoid

side effects for other themes
This commit is contained in:
vinzv 2020-10-07 21:35:56 +02:00
parent ad316447b5
commit e511aea710
2 changed files with 6 additions and 0 deletions

View file

@ -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;

View file

@ -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;