Skip to content

Commit

Permalink
Merge pull request #333 from shakeelmohamed/feature/white-on-white-te…
Browse files Browse the repository at this point in the history
…xt-bug

Fix a bug with white on white text in account nav
  • Loading branch information
seuros committed May 13, 2015
2 parents c2f0762 + 893378d commit a67cdf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,12 @@ input[type=file].safari5-upload-hack {
}
}

/* Bug fix for white on white text in user nav dropdown */
.jq-dropdown-panel {
background-color: #343131 !important;
}


/* ------------------------------------ */
/* Select Box Styling (cross-browser) */
/* Source: https://github.com/filamentgroup/select-css/blob/master/src/select.css */
Expand Down

0 comments on commit a67cdf5

Please sign in to comment.