mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Fixed web_timeline.css
CSS classes have changed with the updated version of vis.js
This commit is contained in:
committed by
Martin Nicolas Cuesta
parent
3fc685a576
commit
052190f994
@@ -4,12 +4,12 @@
|
||||
}
|
||||
|
||||
/* very light gray background in weekends */
|
||||
.vis.timeline .timeaxis .grid.saturday,
|
||||
.vis.timeline .timeaxis .grid.sunday {
|
||||
.vis-timeline .vis-grid.vis-saturday,
|
||||
.vis-timeline .vis-grid.vis-sunday {
|
||||
background: #DCDCDC;
|
||||
}
|
||||
|
||||
.vis.timeline .item.range .content {
|
||||
.vis-item .vis-item-overflow {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user