summaryrefslogtreecommitdiff
path: root/fbin/static/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'fbin/static/css/style.css')
-rw-r--r--fbin/static/css/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/fbin/static/css/style.css b/fbin/static/css/style.css
index 8989c22..2f3ed86 100644
--- a/fbin/static/css/style.css
+++ b/fbin/static/css/style.css
@@ -16,3 +16,17 @@
transform: rotate(359deg);
}
}
+#dropzone {
+ border-radius: 5px;
+ border: 2px dashed #f0f0f0;
+}
+#dropzone.drop-active {
+ border: 2px dashed #808080;
+}
+#dropzone.drop-invalid {
+ border: 2px dashed #e00000;
+}
+/* Fix form group spilling outside the dropzone. */
+#dropzone .form-group {
+ margin: 5px;
+}