# HG changeset patch # User Marcin Kuzminski # Date 2013-02-01 00:16:45 # Node ID a66198aa9e84d431b57b8134a9875bfa062a307b # Parent 6893b65d97604c0becfaab9c225d38f9464fdade make unread also a link, constantly was clicking that - make the links and hover same as other links in that menu diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -2133,8 +2133,15 @@ a.metatag[tag="license"]:hover { 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; diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -122,7 +122,7 @@
${c.rhodecode_user.email}
gravatar
${_('Notifications')}
-
${_('Unread')}: ${c.unread_notifications}
+
${_('Unread')}: ${c.unread_notifications}