问题
What is the best way to change the background color of bootstrap-sweetalert ? this is my code
.sweet-alert
{
background-color: #2f2f2f96;
}
$(".sweet-alert").css("background-color","#2f2f2f96");
回答1:
update your sweetalert.css with your coding and hard refresh your web browser. It should work.
.sweet-alert {
background-color: #2f2f2f96;
...other codings...
}
来源:https://stackoverflow.com/questions/49365209/how-to-change-the-background-color-of-bootstrap-sweetalert