We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f0762 commit 893378dCopy full SHA for 893378d
app/assets/stylesheets/application.css.scss
@@ -2052,6 +2052,12 @@ input[type=file].safari5-upload-hack {
2052
}
2053
2054
2055
+/* Bug fix for white on white text in user nav dropdown */
2056
+.jq-dropdown-panel {
2057
+ background-color: #343131 !important;
2058
+}
2059
+
2060
2061
/* ------------------------------------ */
2062
/* Select Box Styling (cross-browser) */
2063
/* Source: https://github.com/filamentgroup/select-css/blob/master/src/select.css */
0 commit comments