diff --git a/production/css/custom.css b/production/css/custom.css index 3375e04b..ce8ba060 100755 --- a/production/css/custom.css +++ b/production/css/custom.css @@ -4682,3 +4682,10 @@ ul.notifications { background: #ccc; } /** /FullCalendar **/ + +/** Dropzone.js **/ +.dropzone { + min-height: 300px; + border: 1px solid #e5e5e5; +} +/** /Dropzone.js **/ diff --git a/production/form_upload.html b/production/form_upload.html index 2137ffc0..ccd3b139 100755 --- a/production/form_upload.html +++ b/production/form_upload.html @@ -356,7 +356,7 @@

Drag multiple files to the box below for multi upload or click to select files. This is for demonstration purposes only, the files are not uploaded to any server.

-
+



diff --git a/production/less/custom.css b/production/less/custom.css index 3375e04b..ce8ba060 100755 --- a/production/less/custom.css +++ b/production/less/custom.css @@ -4682,3 +4682,10 @@ ul.notifications { background: #ccc; } /** /FullCalendar **/ + +/** Dropzone.js **/ +.dropzone { + min-height: 300px; + border: 1px solid #e5e5e5; +} +/** /Dropzone.js **/