diff options
author | friendica <info@friendica.com> | 2012-05-12 01:28:04 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-12 01:28:04 -0700 |
commit | 99e4ea19e733f86259e39f5a22d64f1521abc5ae (patch) | |
tree | d19beecde1e41869b99879ad92a4cf3e550fd364 /view/theme/darkzero | |
parent | aa83198611f2da482a0927bac122176a4d33d4ec (diff) | |
parent | 2454028ef61a3ea1dd8308896c8bbf1f04f97ac9 (diff) | |
download | volse-hubzilla-99e4ea19e733f86259e39f5a22d64f1521abc5ae.tar.gz volse-hubzilla-99e4ea19e733f86259e39f5a22d64f1521abc5ae.tar.bz2 volse-hubzilla-99e4ea19e733f86259e39f5a22d64f1521abc5ae.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/darkzero')
-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 |