Commit bd7359b50e0afac245aa5c15ab633f35a7fbfba3
1 parent
f0fd720b
Exists in
master
and in
4 other branches
fix text color for account popup hover
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/common.scss
@@ -204,12 +204,16 @@ header { | @@ -204,12 +204,16 @@ header { | ||
204 | text-shadow: none; | 204 | text-shadow: none; |
205 | border-bottom: 1px solid #555; | 205 | border-bottom: 1px solid #555; |
206 | &:hover { | 206 | &:hover { |
207 | - background: #444; } } } | 207 | + color:#eee; |
208 | + background: #444; | ||
209 | + } | ||
210 | + } | ||
211 | + } | ||
208 | 212 | ||
209 | .account-box.hover .arrow-up { | 213 | .account-box.hover .arrow-up { |
210 | top: 41px; | 214 | top: 41px; |
211 | right: 6px; | 215 | right: 6px; |
212 | - position: absolute; } | 216 | + position: absolute; } |
213 | 217 | ||
214 | .account-links a { | 218 | .account-links a { |
215 | &:first-child { | 219 | &:first-child { |