##// END OF EJS Templates
make unread also a link, constantly was clicking that...
marcink -
r3297:a66198aa beta
parent child Browse files
Show More
@@ -2133,8 +2133,15 b' a.metatag[tag="license"]:hover {'
2133 2133 color: #FFFFFF;
2134 2134 font-weight: bold;
2135 2135 }
2136 #quick_login .notifications a {
2136 #quick_login .notifications a,
2137 #quick_login .unread a {
2137 2138 color: #FFFFFF;
2139 display: block;
2140 padding: 2px;
2141 }
2142 #quick_login .notifications a:hover,
2143 #quick_login .unread a:hover {
2144 background-color: inherit !important;
2138 2145 }
2139 2146 #quick_login .email, #quick_login .unread {
2140 2147 color: #FFFFFF;
@@ -122,7 +122,7 b''
122 122 <div class="email">${c.rhodecode_user.email}</div>
123 123 <div class="big_gravatar"><img alt="gravatar" src="${h.gravatar_url(c.rhodecode_user.email,48)}" /></div>
124 124 <div class="notifications"><a href="${h.url('notifications')}">${_('Notifications')}</a></div>
125 <div class="unread">${_('Unread')}: ${c.unread_notifications}</div>
125 <div class="unread"><a href="${h.url('notifications')}">${_('Unread')}: ${c.unread_notifications}</a></div>
126 126 </div>
127 127 <div class="links_right">
128 128 <ol class="links">
General Comments 0
You need to be logged in to leave comments. Login now