Frio: unseen notifications background adjustment

Background color for unseen notifications slightly changed for better visibility.
This commit is contained in:
Steffen K9 2020-02-13 23:15:29 +01:00 committed by GitHub
parent e757d16fc1
commit 1efc47c88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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