Bandpopup

Bandpopup is the popup of bandbox.

Popup

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;

Customize the Background

The way to customize the background color of popup is to change the background attribute of div.comboboxpp.

div.bandboxpp{
    background: #EEF3E2;