fix text color for account popup hover

This commit is contained in:
Dmitriy Zaporozhets 2012-03-10 22:59:01 +02:00
parent f0fd720b4a
commit bd7359b50e

View file

@ -204,12 +204,16 @@ header {
text-shadow: none;
border-bottom: 1px solid #555;
&:hover {
background: #444; } } }
color:#eee;
background: #444;
}
}
}
.account-box.hover .arrow-up {
top: 41px;
right: 6px;
position: absolute; }
position: absolute; }
.account-links a {
&:first-child {