Skip to content

Commit

Permalink
Fix a bug with white on white text in account nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeel Mohamed authored and Shakeel Mohamed committed May 8, 2015
1 parent c2f0762 commit 893378d
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 893378d

Please sign in to comment.