]> git.mxchange.org Git - friendica.git/commitdiff
Darkzero - fixed notifications bar.
authorThomas Willingham <founder@kakste.com>
Fri, 11 May 2012 23:32:47 +0000 (00:32 +0100)
committerThomas Willingham <founder@kakste.com>
Fri, 11 May 2012 23:32:47 +0000 (00:32 +0100)
view/theme/darkzero/style.css

index 12c7d3c25a7aacebd4926da81ed88115250b32af..a3df740ebae09b3f488d8fe42a93372dc6fbc475 100644 (file)
@@ -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