I'm not sure how you're currently doing it but sounds like you can benefit from using the directive instead if I'm not mistaken.
But if for some reason it makes more sense to still keep going at using your own then you should be able to reuse the class names, since the umbraco.css is already in the codebase so it should not be necessary to include it again.
Using default umbraco.css in custom package
What I am trying to do it replicate the file upload from media in a custom package/dashboard.
Any ideas on how I can get the file upload box to load the correct styling?
Hi Alan
I'm wondering if perhaps it would make more sense to use the umbFileUpload directive? There is some sparse documentation about the directive here https://our.umbraco.com/apidocs/ui/#/api/umbraco.directives.directive:umbFileUpload
I'm not sure how you're currently doing it but sounds like you can benefit from using the directive instead if I'm not mistaken.
But if for some reason it makes more sense to still keep going at using your own then you should be able to reuse the class names, since the umbraco.css is already in the codebase so it should not be necessary to include it again.
I hope this makes sense :)
/Jan
is working on a reply...