Skip to content

Vertical border lines in month view can't be changed #1346

Answered by adhrinae
oscar6662 asked this question in Q&A
Discussion options

You must be logged in to vote

It's hardcoded in the CSS file.

https://github.com/nhn/tui.calendar/blob/main/apps/calendar/src/css/daygrid/dayGrid.css#L34-L36

You need to add the prefix to the classname when you overriding CSS.

.toastui-calendar-daygrid-cell + .toastui-calendar-daygrid-cell {
	/* Change here */
    border-left: 1px solid #e5e5e5;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adhrinae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1344 on January 09, 2023 00:47.