[IMP] web_timeline: Ability to duplicate record

[IMP] web_timeline: Ability to duplicate record
This commit is contained in:
tarteo
2019-10-17 15:30:52 +02:00
parent 3f07f00ef2
commit bf168d5657
5 changed files with 85 additions and 1 deletions

View File

@@ -29,3 +29,20 @@
left: 0px;
top: 0px;
}
.oe_timeline_view .vis-item .oe_timeline_duplicate_button {
position: absolute;
top: 0px;
left: -24px;
width: 24px;
height: 24px;
box-sizing: border-box;
padding: 0 5px;
cursor: pointer;
line-height: 24px;
}
.oe_timeline_view .vis-item .oe_timeline_duplicate_button:hover {
color: #FFF;
background-color: #000;
}