[MIG] web_timeline: Migration to 13.0

This commit is contained in:
Thong Nguyen Van
2019-12-30 21:21:46 +07:00
committed by CarlosRoca13
parent f424a79c97
commit 1e21541b8f
20 changed files with 279 additions and 280 deletions

View File

@@ -0,0 +1,17 @@
.oe_timeline_view .vis-timeline {
.vis-grid {
.vis-saturday, .vis-sunday {
// very light gray background in weekends
background: #DCDCDC;
}
}
.vis-item {
&.vis-box:hover {
cursor: pointer !important;
}
&.vis-item-overflow {
overflow: visible;
}
}
}