mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
make dropzone same color as rest (fixes #12924)
This commit is contained in:
parent
2a5e464b59
commit
fa45da6fd1
1 changed files with 361 additions and 362 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue