lipis / bootstrap-sweetalert

:cake: A beautiful "replacement" for JavaScript's alert ⛺
https://lipis.github.io/bootstrap-sweetalert/
MIT License
2.1k stars 503 forks source link

Cannot color the sweet alert header #66

Open Mistert99 opened 7 years ago

Mistert99 commented 7 years ago

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.