mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Port web_timeline to v10
This commit is contained in:
committed by
Martin Nicolas Cuesta
parent
28688d4135
commit
36e47807b9
@@ -3,18 +3,18 @@
|
||||
content: "N";
|
||||
}
|
||||
|
||||
/* gray background in weekends, white text color */
|
||||
/* very light gray background in weekends */
|
||||
.vis.timeline .timeaxis .grid.saturday,
|
||||
.vis.timeline .timeaxis .grid.sunday {
|
||||
background: gray;
|
||||
background: #DCDCDC;
|
||||
}
|
||||
|
||||
.vis.timeline .item.range .content {
|
||||
overflow: visible;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.oe_chatter_toggle {
|
||||
padding: 15px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.oe_timeline_view .vlabel .inner:hover{
|
||||
|
||||
Reference in New Issue
Block a user