Bandpopup is the popup of bandbox.
CSS Definition
Description
Default Values
div.bandboxpp
Popup of bandbox
display: block;
position: absolute;
z-index: 88000;
background: white;
border: 1px solid black;
padding: 2px;
font-size: x-small;
The way to customize the background color of popup is to change the background attribute of div.comboboxpp.
div.bandboxpp{ background: #EEF3E2;