mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Replace messages jQuery drag/drop with native HTML5
This commit is contained in:
parent
d88c183112
commit
c282e2c9b5
10 changed files with 91 additions and 149 deletions
|
|
@ -138,6 +138,10 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
&.droppableHover * {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&.focused {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -621,16 +621,15 @@ html .messageList .line-loading {
|
|||
height: 5px !important;
|
||||
}
|
||||
|
||||
.draggablePlace {
|
||||
z-index: 10003;
|
||||
#messagesDragImage {
|
||||
color: #fff;
|
||||
background-color: #333;
|
||||
background-color: rgba(0,0,0,0.5);
|
||||
padding: 4px 10px;
|
||||
min-width: 30px;
|
||||
background-color: #000;
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
cursor: move;
|
||||
min-width: 30px;
|
||||
padding: 4px 10px;
|
||||
position: fixed;
|
||||
right: -100px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
html.rl-mobile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue