I am trying to change the background color of a panel.
See code:
panel: {
centered: true,
width: 200,
height: 150,
style: 'background-color: red',
fullscreen: false,
hidden: true,
zIndex: 10,
}
but style: 'background-color: red' does not fulfill my requirements. it changes the color of the border of the panel, only the incomplete background color of the panel.
Please suggest for this.
thank!
source
share