Commit bd7359b50e0afac245aa5c15ab633f35a7fbfba3

Authored by Dmitriy Zaporozhets
1 parent f0fd720b

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 204 text-shadow: none;
205 205 border-bottom: 1px solid #555;
206 206 &:hover {
207   - background: #444; } } }
  207 + color:#eee;
  208 + background: #444;
  209 + }
  210 + }
  211 + }
208 212  
209 213 .account-box.hover .arrow-up {
210 214 top: 41px;
211 215 right: 6px;
212   - position: absolute; }
  216 + position: absolute; }
213 217  
214 218 .account-links a {
215 219 &:first-child {
... ...