aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-12-31 10:21:38 +1100
committerRedMatrix <info@friendica.com>2014-12-31 10:21:38 +1100
commit4a82967639e662821de177e3bd829b735b4eb24e (patch)
tree0fd82236b54cfc90083ac0a2e2bf0a3a56fc7b18 /view/theme
parent43671a0a323afa758df56c06822ce3c46da026df (diff)
parente6a3ea2c95579a33a5c009aa223a899c8f2aeeb8 (diff)
downloadvolse-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')
-rw-r--r--view/theme/redbasic/css/style.css14
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;