From 2454028ef61a3ea1dd8308896c8bbf1f04f97ac9 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 12 May 2012 00:32:47 +0100 Subject: [PATCH] Darkzero - fixed notifications bar. --- view/theme/darkzero/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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