Merge pull request #8282 from AlfredSK/AlfredSK-frio-notif-bgcolor
Frio: unseen notifications background adjustment
This commit is contained in:
commit
756de11cda
|
@ -632,8 +632,8 @@ nav.navbar .nav > li > button:focus
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar-first #nav-notifications-menu li.notification-unseen {
|
#topbar-first #nav-notifications-menu li.notification-unseen {
|
||||||
border-left: 3px solid #f3fcfd;
|
border-left: 3px solid #e3eff3;
|
||||||
background-color: #f3fcfd;
|
background-color: #e3eff3;
|
||||||
}
|
}
|
||||||
#topbar-first #nav-notifications-menu li.notif-entry:hover {
|
#topbar-first #nav-notifications-menu li.notif-entry:hover {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
|
@ -2980,7 +2980,7 @@ ul.notif-network-list > li:hover .intro-action-buttons {
|
||||||
|
|
||||||
/* Notifications Page */
|
/* Notifications Page */
|
||||||
ul.notif-network-list li.unseen {
|
ul.notif-network-list li.unseen {
|
||||||
background-color: #f3fcfd;
|
background-color: #e3eff3;
|
||||||
}
|
}
|
||||||
.notif-item img.notif-image {
|
.notif-item img.notif-image {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
|
|
|
@ -26,7 +26,7 @@ aside .widget, .form-control, .panel, .nav-container, .wall-item-content, .e-con
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar-first #nav-notifications-menu li.notification-unseen {
|
#topbar-first #nav-notifications-menu li.notification-unseen {
|
||||||
border-left: 3px solid #f3fcfd;
|
border-left: 3px solid #e3eff3;
|
||||||
background-color: antiquewhite;
|
background-color: antiquewhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue