Drag&Drop recipients emails on compose screen.

This commit is contained in:
RainLoop Team 2013-12-20 20:15:29 +04:00
parent 4938f0fbfe
commit 0ec965bccb
11 changed files with 80 additions and 21 deletions

View file

@ -17,6 +17,11 @@
padding: 2px 15px 2px 5px;
margin: 2px 2px 2px;
color: #555;
z-index: 100;
&.ui-draggable.ui-draggable-dragging {
z-index: 101;
}
position: relative;