Skip to content

Commit

Permalink
Fix text color of search box
Browse files Browse the repository at this point in the history
Somehow the css classes of "chosen" changed from "chzn" to "chosen". This caused the search box to be "empty" (white text on white background).
  • Loading branch information
hameno committed Jan 5, 2017
1 parent 89a5239 commit d007215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stylesheets/redmine_improved_searchbox.css
@@ -1 +1 @@
#header a.chzn-single, #project_quick_jump_box_chzn { color:black; }
#header a.chosen-single, #project_quick_jump_box_chosen { color:black; }

0 comments on commit d007215

Please sign in to comment.