]> git.mxchange.org Git - friendica.git/commitdiff
darken unseen notification text on frio accent dark
authorVinzenz Vietzke <vinz@vinzv.de>
Tue, 6 Oct 2020 18:58:23 +0000 (20:58 +0200)
committerVinzenz Vietzke <vinz@vinzv.de>
Tue, 6 Oct 2020 18:58:23 +0000 (20:58 +0200)
view/theme/frio/css/style.css

index c8fc42ad6d1a7644dd3415cf5860b04e4c3c98c6..da208675d680a82053f0ef994d30e340ccae9e7e 100644 (file)
@@ -591,6 +591,9 @@ nav.navbar .nav > li > button:focus
     border-left: 3px solid #e3eff3;
     background-color: #e3eff3;
 }
+#topbar-first #nav-notifications-menu li.notification-unseen a {
+    color: $nav_icon_color;
+}
 #topbar-first #nav-notifications-menu li.notif-entry:hover {
     background-color: #f7f7f7;
     border-left: 3px solid $link_color;
@@ -604,6 +607,9 @@ nav.navbar .nav > li > button:focus
 #topbar-first #nav-notifications-menu .media .media-body .label {
     padding: .1em .5em
 }
+#topbar-first #nav-notifications-menu li.notification-unseen .media .time {
+    color: $nav_icon_color;
+}
 #topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
     height: 32px;
     width: 32px;