6 Commits

Author SHA1 Message Date
arian 4c87869392 Merge branch 'theming' 2026-03-07 04:15:38 -05:00
arian 2e5d1ce78a remove upload header 2026-03-07 04:14:19 -05:00
arian 005a70ca65 dashed border for drop zone 2026-03-07 04:12:00 -05:00
arian aea43550c4 dashed border for drop zone 2026-03-07 04:10:37 -05:00
arian d301da7f09 important flag 2026-03-07 04:05:58 -05:00
arian d5c38e322c better dark theme 2026-03-07 04:00:43 -05:00
2 changed files with 7 additions and 2 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
body {
background-color: #2B2726;
background-color: #252526;
color: #FFFFFF;
}
.dropzone {
background: #3e3e42 !important;
border-radius: 2rem !important;
border-style: dashed !important;
border-color: #FFFFFF !important;
}
-1
View File
@@ -9,7 +9,6 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/dropzone.min.css') }}" type="text/css" />
</head>
<body>
<h1>Drag & drop files here or <b>browse</b></h1>
<script>
Dropzone.options.myDropzone = {
parallelUploads: 2,