bootstrap-sweetalert
bootstrap-sweetalert copied to clipboard
Cannot color the sweet alert header
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.