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 Dec 19, 2023
1 parent 3424b33 commit 4d76f59
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 @@ -425,6 +425,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 4d76f59

Please sign in to comment.