fohrloop / dash-uploader

The alternative upload component for python Dash applications.
MIT License
141 stars 29 forks source link

button.css has an impact on the style of other buttons #43

Open sylvoslee opened 3 years ago

cainmagi commented 3 years ago

Also for progressbar.css. The stylesheets from dash-uploader will override the stylesheets used by dash-bootstrap-components.

fohrloop commented 3 years ago

Yeah thats right. On the other hand it should be so that there are good defaults, but on the other hand adding uploader component to a page should no affect the rest of the page. It would be nice if the dash-uploader component could use the styling used elsewhere on the same site if available. What would be the most appropriate way to handle this?