We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2f0762 + 893378d commit a67cdf5Copy full SHA for a67cdf5
1 file changed
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