WIP Timeline: borderRadius

pull/5091/head
Roman Roelofsen 8 years ago
parent 1ac88dc206
commit 48993e59cc
  1. 2
      frontend/app/components/wp-table/timeline/wp-timeline-cell.ts

@ -85,7 +85,7 @@ export class WorkPackageTimelineCell {
this.bar.style.width = duration + "px";
this.bar.style.height = "1em";
this.bar.style.backgroundColor = "#8CD1E8";
this.bar.style.borderRadius = "5px";
}

Loading…
Cancel
Save