mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixes 5804 - Auto Suggest Box White on White
Match it with form input and form-control.
This commit is contained in:
parent
7c208139e2
commit
87797ed9fa
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user