fix text color for account popup hover
This commit is contained in:
parent
f0fd720b4a
commit
bd7359b50e
1 changed files with 6 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue