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; text-shadow: none;
border-bottom: 1px solid #555; border-bottom: 1px solid #555;
&:hover { &:hover {
background: #444; } } } color:#eee;
background: #444;
}
}
}
.account-box.hover .arrow-up { .account-box.hover .arrow-up {
top: 41px; top: 41px;
right: 6px; right: 6px;
position: absolute; } position: absolute; }
.account-links a { .account-links a {
&:first-child { &:first-child {