diff rhodecode/public/css/style.css @ 3297:a66198aa9e84 beta

make unread also a link, constantly was clicking that - make the links and hover same as other links in that menu
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 01 Feb 2013 01:16:45 +0100
parents 6893b65d9760
children d561eb3787f5
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Fri Feb 01 01:02:58 2013 +0100
+++ b/rhodecode/public/css/style.css	Fri Feb 01 01:16:45 2013 +0100
@@ -2133,8 +2133,15 @@
     color: #FFFFFF;
     font-weight: bold;
 }
-#quick_login .notifications a {
+#quick_login .notifications a,
+#quick_login .unread a {
     color: #FFFFFF;
+    display: block;
+    padding: 2px;    
+}
+#quick_login .notifications a:hover,
+#quick_login .unread a:hover {
+    background-color: inherit !important;
 }
 #quick_login .email, #quick_login .unread {
     color: #FFFFFF;