Files
web/web_timeline/static/src/css/web_timeline.css
Nicolas PIGANEAU a55ef08f89 Fixed web_timeline.css
CSS classes have changed with the updated version of vis.js
2022-08-02 08:17:19 +02:00

23 lines
432 B
CSS

/* Button style */
.openerp .oe_view_manager .oe_view_manager_switch .oe_vm_switch_timeline:after {
content: "N";
}
/* very light gray background in weekends */
.vis-timeline .vis-grid.vis-saturday,
.vis-timeline .vis-grid.vis-sunday {
background: #DCDCDC;
}
.vis-item .vis-item-overflow {
overflow: visible;
}
.oe_chatter_toggle {
padding: 15px;
}
.oe_timeline_view .vlabel .inner:hover{
cursor: pointer;
}