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