diff --git a/app/static/css/app.css b/app/static/css/app.css
index 74d3628..ec00adf 100644
--- a/app/static/css/app.css
+++ b/app/static/css/app.css
@@ -27,3 +27,20 @@
.swg-c3po-2 {
color: #EDA35C;
}
+
+.dropzone {
+ border-radius: 5px;
+ background: #eee;
+ font-size: 1.2em;
+ border: 2px solid #754DAC;
+}
+.dz-preview {
+ border-radius: 5px;
+ border: 2px solid #754DAC;
+}
+
+.dz-image {
+ border-radius: 0 !important;
+ background: none !important;
+ border-bottom: 2px solid #754DAC;
+}
diff --git a/app/static/js/dropzone.js b/app/static/js/dropzone.js
new file mode 100644
index 0000000..52b0279
--- /dev/null
+++ b/app/static/js/dropzone.js
@@ -0,0 +1,29 @@
+/*
+ * This file is part of pste.
+ *
+ * pste is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * pste is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with pste. If not, see