https://i.sstatic.net/xzJWT.png
Hello! I am currently working on implementing Dropzone.js to create a gallery. I've encountered a small issue where the default behavior of Dropzone displays a blank container area with a clickable effect to upload photos, but I want to customize this and display image upload options instead.
I attempted to override this by modifying the CSS, however, the result was not as desired:
https://i.sstatic.net/WDBel.png
Which specific CSS code should I target in order to achieve the desired effect?
Here is the relevant CSS from dropzone.css:
.dropzone, .dropzone * {
box-sizing: border-box; }
/* Remaining CSS code from dropzone.css */