lipis/bootstrap-sweetalert

Cannot color the sweet alert header

Mistert99 opened this issue · 0 comments

I copied the twitter.css to a custom.css since the twitter.css had most of the settings I wanted.

I tried to color the header background lightgray by adding this to the custom.css:

.sweet-alert header {
background-color: lightgray;
}

It did not work. Thanks for any ideas.