Address combobox gridlines are long gone(since v16) but I used to reenable them by this userChrome.css rule:
Code: Select all
.autocomplete-richlistitem:not(:first-child):not([selected="true"]) {
border-top: 1px solid ThreeDLightShadow!important;
margin-top: -1px!important;
}Any ideas ?
Thanks,
Vilius M.

