Skip to content

Commit

Permalink
Css: Add borders for column titles in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
raviks789 committed Oct 20, 2023
1 parent 6d3ae5c commit 8ef929b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/css/calendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@
}
}

.column-title:not(:first-of-type) {
border-left: 1px solid @gray-lighter;
}

.row-title {
color: @text-color-light;
}
Expand Down

0 comments on commit 8ef929b

Please sign in to comment.