ehpc / bootstrap-waitingfor

"Waiting for..." modal dialog with progress bar for Bootstrap
MIT License
138 stars 82 forks source link

For unsafe-inline css #21

Closed bgth closed 5 years ago

bgth commented 7 years ago

For unsafe-inline css not allowed servers, present waiting for will have errors because style will not be allowed in the html tags. So, we can make a separate css file which will have the styles and the errors will be removed.

ehpc commented 7 years ago

Hey, bgth! Thanks! But is there a way to make this work without external css? Maybe dynamic css inside js? Cause I really don't want to introduce another dependency for the webpage.

bgth commented 7 years ago

hi @ehpc .. i will check and get back. Thanks.

lambdacasserole commented 6 years ago

Very happy to see this was picked up on already. 👍 Will submit PR for this shortly that doesn't rely on an external CSS file (see #33).