fix text color for account popup hover
This commit is contained in:
parent
f0fd720b4a
commit
bd7359b50e
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue