Page 1 of 1

JQM: CSS for popup

Posted: Mon Oct 12, 2020 4:24 am
by anywhere

Hi
This is my code to set the popup backgound color
.ui-popup-container .ui-popup-active {
background-color:#8BADDC;
}
Its not working. Any reason why?
Thx u.


Re: JQM: CSS for popup

Posted: Wed Oct 14, 2020 1:35 pm
by Serhii Kulibaba

Hello,

Please use the following:

Code: Select all

.ui-popup-container .ui-popup-content-wrapper{
	background-color:#8BADDC;
}

Re: JQM: CSS for popup

Posted: Mon Oct 19, 2020 9:16 am
by anywhere

Thank you