White-on-White

Status

Christopher

Floating around
Supreme
Feedback score
8
Posts
2,048
Reactions
1,120
Resources
0
Just noticed this:

image.php


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
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Mick

BuiltByBit Owner
Management
Feedback score
28
Posts
6,411
Reactions
7,662
Resources
0
This has been fixed, thanks for making the suggestion and sharing how to fix it, very helpful :)

I'll move this to the bug archives.
 
Status
Top