mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 21:30:17 +01:00
Fix add and drag drop attachments to minicards and card.
Thanks to xet7 ! Fixes #5946, fixes #5436, fixes #2936, fixes #1926, fixes #300, fixes #142
This commit is contained in:
parent
cea414b589
commit
b06daff4c7
6 changed files with 122 additions and 75 deletions
|
|
@ -496,3 +496,10 @@
|
|||
font-size: 25px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* Global file drag over state for board canvas */
|
||||
.board-canvas.file-drag-over {
|
||||
background-color: rgba(0, 123, 255, 0.05) !important;
|
||||
border: 2px dashed #007bff !important;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue