]> git.mxchange.org Git - friendica.git/commitdiff
Divert unseen notification background colors into schemes to avoid
authorvinzv <vinz@vinzv.de>
Wed, 7 Oct 2020 19:35:56 +0000 (21:35 +0200)
committervinzv <vinz@vinzv.de>
Wed, 7 Oct 2020 19:35:56 +0000 (21:35 +0200)
side effects for other themes

view/theme/frio/scheme/black.css
view/theme/frio/scheme/dark.css

index 361a77728c99af40b772b89fd858e5038c39c3b5..3d4c67fa35bbbe39b109348361e8d05a68daca71 100644 (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;
index 6bd3df21aac9d836a898415517731221513243d4..411a5811c60512faea996c2a974a2ed7916cf185 100644 (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;