How to change the background color of bootstrap-sw

2020-01-20 03:22发布

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条回答
可以哭但决不认输i
2楼-- · 2020-01-20 03:40

update your sweetalert.css with your coding and hard refresh your web browser. It should work.

.sweet-alert {
background-color: #2f2f2f96;
...other codings...
}
查看更多
登录 后发表回答