mirror of
https://github.com/wekan/wekan.git
synced 2026-03-13 08:56:13 +01:00
Drag any files from file manager to minicard or opened card.
Thanks to xet7 ! Fixes #2936
This commit is contained in:
parent
85ac03a892
commit
3e9481c5bd
6 changed files with 210 additions and 37 deletions
|
|
@ -596,3 +596,11 @@ input[type="submit"].attachment-add-link-submit {
|
|||
overflow: hidden;
|
||||
background-color: #cecece;
|
||||
}
|
||||
|
||||
/* Drag and drop file upload visual feedback */
|
||||
.js-card-details.is-dragging-over {
|
||||
border: 2px dashed #0079bf;
|
||||
background-color: #e3f2fd !important;
|
||||
transform: scale(1.01);
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue