Just noticed this:
Annoying huh, anyway, here is a fix.
Change this:
To this (or similar):
Annoying huh, anyway, here is a fix.
Change this:
Code:
ul.autoCompleteList {
background-color: #222;
border: 1px solid rgb(70,70,70);
padding: 2px;
font-size: 11px;
min-width: 180px;
_width: 180px;
z-index: 1000;
}
To this (or similar):
Code:
background-color: #222;
border: 1px solid rgb(70,70,70);
padding: 2px;
font-size: 11px;
min-width: 180px;
_width: 180px;
z-index: 1000;
color: #222;
- Type
- Bug report
- Status
- Implemented
