Skip to content

Commit c604912

Browse files
Shakeel Mohamedseuros
Shakeel Mohamed
authored andcommitted
Fix a bug with white on white text in account nav
1 parent 82d71a1 commit c604912

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/assets/stylesheets/coderwall.scss

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

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

0 commit comments

Comments
 (0)