mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_timeline: Migration to 13.0
This commit is contained in:
committed by
CarlosRoca13
parent
f424a79c97
commit
1e21541b8f
17
web_timeline/static/src/scss/web_timeline.scss
Normal file
17
web_timeline/static/src/scss/web_timeline.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user