grevory / bootstrap-file-input

Standardizes the file input field to look like a Bootstrap button in all browsers
Other
179 stars 63 forks source link

Allow for good CSP #38

Open leonklingele opened 9 years ago

leonklingele commented 9 years ago

This PR removes inline CSS styles to allow a more-strict CSP, disallowing inline styles.

grevory commented 8 years ago

Sorry this totally skipped my attention. This problematic since the CSS is required for the JS to work. The file you added it all to is a demo file. I think there should be a separate bootstrap-file-input.css file. Think you can make that update and then I'll merge the PR.

Thanks!