Sample css for popup
hi all,To display the pop up message i am using http://tristanedwards.me/sweetalert it is working fine
but i want write my own css to display the pop up
Give me the sample css code
thanks in advance
.modalBackground
{
background-color: Black;
filter: alpha(opacity=90);
opacity: 0.8;
}
.modalPopup
{
background-color: #FFFFFF;
border-width: 3px;
border-style: solid;
border-color: black;
padding-top: 10px;
padding-left: 10px;
width: 300px;
height: 140px;
}