From b9c42c37d1b8dc7bc65374a35fa2374162aa8a7b Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Mon, 29 Jun 2015 08:00:52 +0200
Subject: [PATCH] Vier: Colors for notifications changed

---
 view/theme/vier/style.css | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css
index 99fcb4fd7..64edef301 100644
--- a/view/theme/vier/style.css
+++ b/view/theme/vier/style.css
@@ -746,8 +746,10 @@ nav #nav-user-linkmenu {
   top: 56px;
 }
 
+.notify-unseen { background-color: #FFF; }
+
 .notify-seen {
-        background: none repeat scroll 0 0 #DDDDDD;
+        background: none repeat scroll 0 0 #EEE;
         }
 
 ul.menu-popup {