diff options
author | RedMatrix <info@friendica.com> | 2014-12-31 10:21:38 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-12-31 10:21:38 +1100 |
commit | 4a82967639e662821de177e3bd829b735b4eb24e (patch) | |
tree | 0fd82236b54cfc90083ac0a2e2bf0a3a56fc7b18 /view/theme/redbasic/css | |
parent | 43671a0a323afa758df56c06822ce3c46da026df (diff) | |
parent | e6a3ea2c95579a33a5c009aa223a899c8f2aeeb8 (diff) | |
download | volse-hubzilla-4a82967639e662821de177e3bd829b735b4eb24e.tar.gz volse-hubzilla-4a82967639e662821de177e3bd829b735b4eb24e.tar.bz2 volse-hubzilla-4a82967639e662821de177e3bd829b735b4eb24e.zip |
Merge pull request #791 from pafcu/notifications
Improved notifications
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index fccf4ec87..50b21add9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1941,6 +1941,20 @@ nav .badge:hover { background-color: #999; } +nav .badge.home-update, +nav .badge.notify-update, +nav .badge.intro-update, +nav .badge.mail-update { + background-color:#C9302C; +} + +nav .badge.home-update:hover, +nav .badge.notify-update:hover, +nav .badge.intro-update:hover, +nav .badge.mail-update:hover { + background-color:#D9534F; +} + .dropdown-menu { font-size: $body_font_size; border-radius: $radiuspx; |