mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 21:30:17 +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
|
|
@ -580,3 +580,11 @@
|
|||
.text-green {
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
/* Drag and drop file upload visual feedback */
|
||||
.minicard.is-dragging-over {
|
||||
border: 2px dashed #0079bf;
|
||||
background-color: #e3f2fd !important;
|
||||
transform: scale(1.02);
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue