|
@@ -1363,11 +1363,18 @@ main[role="main"]{
|
|
|
|
|
|
.remove-drop-zone{
|
|
|
position: absolute;
|
|
|
- top:0; left:0; width:100%; height:45%;
|
|
|
+ top:0; left:0; width:100%; height:15%;
|
|
|
z-index: 150;
|
|
|
- // &.ui-droppable-hover{
|
|
|
- // background-color: red;
|
|
|
- // }
|
|
|
+ border-radius: 5px;
|
|
|
+ border: 1px dotted rgb(193, 193, 193);
|
|
|
+ background-image: url('../img/trash.svg');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: right bottom;
|
|
|
+ background-size: contain;
|
|
|
+ &.ui-droppable-hover{
|
|
|
+ background-color: rgb(241, 240, 240);
|
|
|
+ // background-color: red;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
>.actions{
|