]> git.mxchange.org Git - friendica.git/commitdiff
Frio: unseen notifications background adjustment
authorSteffen K9 <alfred@skrumbholz.de>
Thu, 13 Feb 2020 22:15:29 +0000 (23:15 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 22:15:29 +0000 (23:15 +0100)
Background color for unseen notifications slightly changed for better visibility.

view/theme/frio/css/style.css

index 496583a6493f65742076f021209a787f1f9aa082..0a36194229e71860ad9283991415cc4472e10c01 100644 (file)
@@ -632,8 +632,8 @@ nav.navbar .nav > li > button:focus
 }
 
 #topbar-first #nav-notifications-menu li.notification-unseen {
-    border-left: 3px solid #f3fcfd;
-    background-color: #f3fcfd;
+    border-left: 3px solid #e3eff3;
+    background-color: #e3eff3;
 }
 #topbar-first #nav-notifications-menu li.notif-entry:hover {
     background-color: #f7f7f7;
@@ -2980,7 +2980,7 @@ ul.notif-network-list > li:hover .intro-action-buttons {
 
 /* Notifications Page */
 ul.notif-network-list li.unseen {
-    background-color: #f3fcfd;
+    background-color: #e3eff3;
 }
 .notif-item img.notif-image {
     height: 48px;