From: Thomas Willingham Date: Fri, 11 May 2012 23:32:47 +0000 (+0100) Subject: Darkzero - fixed notifications bar. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2454028ef61a3ea1dd8308896c8bbf1f04f97ac9;p=friendica.git Darkzero - fixed notifications bar. --- diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 12c7d3c25a..a3df740eba 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -105,3 +105,17 @@ blockquote { input#acl-search { background-color: #aaa; } + + + +.notify-seen { + background:#666; +} + +#nav-notifications-menu { + background: #2e2e2f; +} + +#nav-notifications-menu li:hover { + background: #444; +} \ No newline at end of file