diff options
author | Thomas Willingham <founder@kakste.com> | 2012-05-12 00:32:47 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-05-12 00:32:47 +0100 |
commit | 2454028ef61a3ea1dd8308896c8bbf1f04f97ac9 (patch) | |
tree | 01a59f25ace68cc384828e565e96f4d1e9715619 /view | |
parent | 48c48d644f4b6dca237e61594d5d95a0c1c3f6e8 (diff) | |
download | volse-hubzilla-2454028ef61a3ea1dd8308896c8bbf1f04f97ac9.tar.gz volse-hubzilla-2454028ef61a3ea1dd8308896c8bbf1f04f97ac9.tar.bz2 volse-hubzilla-2454028ef61a3ea1dd8308896c8bbf1f04f97ac9.zip |
Darkzero - fixed notifications bar.
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/darkzero/style.css | 14 |
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 |