comparison 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
comparison
equal deleted inserted replaced
3296:6893b65d9760 3297:a66198aa9e84
2131 #quick_login .notifications { 2131 #quick_login .notifications {
2132 padding:4px 0px 0px 6px; 2132 padding:4px 0px 0px 6px;
2133 color: #FFFFFF; 2133 color: #FFFFFF;
2134 font-weight: bold; 2134 font-weight: bold;
2135 } 2135 }
2136 #quick_login .notifications a { 2136 #quick_login .notifications a,
2137 #quick_login .unread a {
2137 color: #FFFFFF; 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 #quick_login .email, #quick_login .unread { 2146 #quick_login .email, #quick_login .unread {
2140 color: #FFFFFF; 2147 color: #FFFFFF;
2141 padding: 3px 3px 3px 6px; 2148 padding: 3px 3px 3px 6px;
2142 } 2149 }