drag n drop for pagesTree
parent
049495e337
commit
ffcb177f5c
|
|
@ -12,7 +12,8 @@
|
|||
</div>
|
||||
<div class="right">
|
||||
<div class="menu">
|
||||
<button type="button" class="clear move" title="Переместить"></button>
|
||||
<div class="move" title="Переместить"></div>
|
||||
<!-- <button type="button" class="clear move" title="Переместить"></button> -->
|
||||
<button type="button" class="clear add-child" title="Добавить страницу" (click)="add()"></button>
|
||||
<button type="button" class="clear edit" title="Редактировать" (click)="edit()"></button>
|
||||
<button type="button" class="clear close-blue" title="Удалить" (click)="delete()"></button>
|
||||
|
|
|
|||
|
|
@ -95,10 +95,15 @@ button, .btn, a.btn {
|
|||
background-image: url('~src/assets/images/icons/drag-n-drop_24.svg');
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
div.move{
|
||||
cursor: move;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background: center no-repeat;
|
||||
background-image: url('~src/assets/images/icons/drag-n-drop_24.svg');
|
||||
}
|
||||
|
||||
// .inline-menu.default {
|
||||
|
|
|
|||
Loading…
Reference in New Issue