Skip to content

Commit a67cdf5

Browse files
committed
Merge pull request #333 from shakeelmohamed/feature/white-on-white-text-bug
Fix a bug with white on white text in account nav
2 parents c2f0762 + 893378d commit a67cdf5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/assets/stylesheets/application.css.scss

+6
Original file line numberDiff line numberDiff line change
@@ -2052,6 +2052,12 @@ input[type=file].safari5-upload-hack {
20522052
}
20532053
}
20542054

2055+
/* Bug fix for white on white text in user nav dropdown */
2056+
.jq-dropdown-panel {
2057+
background-color: #343131 !important;
2058+
}
2059+
2060+
20552061
/* ------------------------------------ */
20562062
/* Select Box Styling (cross-browser) */
20572063
/* Source: https://github.com/filamentgroup/select-css/blob/master/src/select.css */

0 commit comments

Comments
 (0)