This commit is contained in:
RainLoop Team 2015-03-19 01:26:52 +04:00
parent d8c9f7ec14
commit 16d2f46a31
7 changed files with 51 additions and 38 deletions

View file

@ -182,19 +182,23 @@
.b-attachment-place {
position: absolute;
height: 120px;
left: 5px;
right: 5px;
top: 5px;
bottom: 5px;
border: 2px #777 dashed;
z-index: 300;
line-height: 119px;
text-align: center;
background-color: #fff;
z-index: 300;
left: 20px;
right: 20px;
background-color: #efefef;
font-size: 24px;
&.drag-and-drop-over {
background: #777;
color: #fff;
border-radius: 10px;
&.dragAndDropOver {
background-color: #fff;
}
}
}