make dropzone same color as rest (fixes #12924)

This commit is contained in:
Jakobus Schürz 2023-03-22 09:03:26 +01:00
parent 2a5e464b59
commit fa45da6fd1
1 changed files with 361 additions and 362 deletions

View File

@ -206,8 +206,7 @@
.dropzone {
min-height: 150px;
border: 1px solid rgba(0, 0, 0, 0.3);
background: white;
padding: 10px 10px;
padding: 2px 2px;
}
.dropzone.dz-clickable {
cursor: pointer;