Skip to content

Commit 893378d

Browse files
Shakeel MohamedShakeel Mohamed
Shakeel Mohamed
authored and
Shakeel Mohamed
committed
Fix a bug with white on white text in account nav
1 parent c2f0762 commit 893378d

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)