Skip to content

Commit

Permalink
Merge pull request #318 from bitovi/TR-237-change-now-bar-color
Browse files Browse the repository at this point in the history
TR-237 change now bar color
  • Loading branch information
cherifGsoul authored Feb 5, 2025
2 parents 22b85c9 + 6621f23 commit 3ecda2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/canjs/reports/gantt-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export class GanttGrid extends StacheElement {
<!-- CURRENT TIME BOX -->
<div style="grid-column: {{plus(3,this.columnsToShow.length)}} / span {{this.quartersAndMonths.months.length}}; grid-row: 3 / span {{this.gridRowData.length}};">
<div class='today' style="margin-left: {{this.todayMarginLeft}}%; width: 1px; background-color: orange; z-index: 45; position: relative; height: 100%;"></div>
<div class='today' style="margin-left: {{this.todayMarginLeft}}%; width: 1px; background-color: #cf57a0; z-index: 45; position: relative; height: 100%;"></div>
</div>
Expand Down

0 comments on commit 3ecda2d

Please sign in to comment.