Correction, this changes the autocompete popup box also:
/* URL dropdown box */
#ubhist-popup
{
width : 434px !important;
max-width : 434px !important;
background : white !important;
border : 1px solid black !important;
padding : 0px !important;
}
#ubhist-popup > .popup-internal-box, .textfield-popup > .popup-internal-box
{
border-left : 1px solid white !important;
border-top : 1px solid white !important;
border-right : 1px solid white !important;
border-bottom : 1px solid white !important;
}
/* autocomplete text field */
.textfield-popup
{
background : white !important;
border : 1px solid black !important;
}