aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-05-12 00:32:47 +0100
committerThomas Willingham <founder@kakste.com>2012-05-12 00:32:47 +0100
commit2454028ef61a3ea1dd8308896c8bbf1f04f97ac9 (patch)
tree01a59f25ace68cc384828e565e96f4d1e9715619 /view/theme
parent48c48d644f4b6dca237e61594d5d95a0c1c3f6e8 (diff)
downloadvolse-hubzilla-2454028ef61a3ea1dd8308896c8bbf1f04f97ac9.tar.gz
volse-hubzilla-2454028ef61a3ea1dd8308896c8bbf1f04f97ac9.tar.bz2
volse-hubzilla-2454028ef61a3ea1dd8308896c8bbf1f04f97ac9.zip
Darkzero - fixed notifications bar.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/darkzero/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css
index 12c7d3c25..a3df740eb 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