mirror of
https://github.com/friendica/friendica
synced 2024-11-18 14:23:41 +00:00
Merge pull request #9387 from vinzv/9236-frio-mobile-color-unread-notification-background
Divert unseen notification background colors into schemes
This commit is contained in:
commit
17b9c3542d
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
||||||
background-color: $nav_bg;
|
background-color: $nav_bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topbar-first #nav-notifications-menu li.notification-unseen {
|
||||||
|
background-color: $nav_icon_hover_color;
|
||||||
|
}
|
||||||
|
|
||||||
#topbar-second {
|
#topbar-second {
|
||||||
background-color: $nav_bg;
|
background-color: $nav_bg;
|
||||||
|
|
|
@ -17,6 +17,9 @@
|
||||||
background-color: $nav_bg;
|
background-color: $nav_bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#topbar-first #nav-notifications-menu li.notification-unseen {
|
||||||
|
background-color: $nav_icon_hover_color;
|
||||||
|
}
|
||||||
|
|
||||||
#topbar-second {
|
#topbar-second {
|
||||||
background-color: $nav_bg;
|
background-color: $nav_bg;
|
||||||
|
|
Loading…
Reference in a new issue