Fixes 5804 - Auto Suggest Box White on White

Match it with form input and form-control.
This commit is contained in:
NOYB 2016-01-28 00:03:04 -08:00
parent 7c208139e2
commit 87797ed9fa

View File

@ -351,4 +351,10 @@ ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited {
textarea {
background-color: #bfbfbf;
}
/** Styling for jQuery autocomplete widget */
.ui-autocomplete {
color: #212121;
background-color: #e0e0e0;
}