From 893378d8070508bd42633ccdc6fe6482624fae59 Mon Sep 17 00:00:00 2001 From: Shakeel Mohamed Date: Wed, 6 May 2015 21:13:28 -0700 Subject: [PATCH] Fix a bug with white on white text in account nav --- app/assets/stylesheets/application.css.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/application.css.scss b/app/assets/stylesheets/application.css.scss index a5da5482..03ae91e6 100644 --- a/app/assets/stylesheets/application.css.scss +++ b/app/assets/stylesheets/application.css.scss @@ -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 */