sforkowany z mirror/friendica
make sure tweaks work for black and light scheme as well
rodzic
04f9352fa9
commit
cec91000e2
|
@ -592,7 +592,7 @@ nav.navbar .nav > li > button:focus
|
||||||
background-color: #e3eff3;
|
background-color: #e3eff3;
|
||||||
}
|
}
|
||||||
#topbar-first #nav-notifications-menu li.notification-unseen a {
|
#topbar-first #nav-notifications-menu li.notification-unseen a {
|
||||||
color: $nav_icon_color;
|
color: $nav_icon_hover_color;
|
||||||
}
|
}
|
||||||
#topbar-first #nav-notifications-menu li.notif-entry:hover {
|
#topbar-first #nav-notifications-menu li.notif-entry:hover {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
|
@ -608,7 +608,7 @@ nav.navbar .nav > li > button:focus
|
||||||
padding: .1em .5em
|
padding: .1em .5em
|
||||||
}
|
}
|
||||||
#topbar-first #nav-notifications-menu li.notification-unseen .media .time {
|
#topbar-first #nav-notifications-menu li.notification-unseen .media .time {
|
||||||
color: $nav_icon_color;
|
color: $nav_icon_hover_color;
|
||||||
}
|
}
|
||||||
#topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
|
#topbar-first #nav-notifications-menu li.notif-entry .media-object a img {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|
Ładowanie…
Reference in New Issue