Skip to content

Commit

Permalink
fix: add border color styling for the modified header table of the Ga…
Browse files Browse the repository at this point in the history
…ntt Timeline
  • Loading branch information
veselints authored and joneff committed Sep 5, 2019
1 parent a61b20c commit 73ce888
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/default/scss/gantt/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
}


// Timeline
.k-gantt-timeline {

.k-header {
border-color: inherit;
}
}


// Treelist
.k-gantt-treelist {
background-color: darken( $panel-bg, 2 );
Expand Down

0 comments on commit 73ce888

Please sign in to comment.