Comment 6 for bug 238823

Revision history for this message
In , Sylvain Pasche (sylvain-pasche) wrote :

If you prefer the old appearance, you can use the following userChrome (see http://support.mozilla.com/en-US/kb/Editing+configuration+files#userChrome_css for instructions):

.ac-url-text {
    color: #336633 !important;
}
.autocomplete-richlistitem {
    border-bottom: 1px solid ThreeDShadow !important;
}

(this is from bug 409974 comment 35)