mirror of
https://github.com/friendica/friendica
synced 2024-12-23 16:40:17 +00:00
Darkzero - fixed notifications bar.
This commit is contained in:
parent
48c48d644f
commit
2454028ef6
1 changed files with 14 additions and 0 deletions
|
@ -105,3 +105,17 @@ blockquote {
|
||||||
input#acl-search {
|
input#acl-search {
|
||||||
background-color: #aaa;
|
background-color: #aaa;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
.notify-seen {
|
||||||
|
background:#666;
|
||||||
|
}
|
||||||
|
|
||||||
|
#nav-notifications-menu {
|
||||||
|
background: #2e2e2f;
|
||||||
|
}
|
||||||
|
|
||||||
|
#nav-notifications-menu li:hover {
|
||||||
|
background: #444;
|
||||||
|
}
|
Loading…
Reference in a new issue