javascript - Vertical grid lines for fullcalendar -


i'm using fullcalendar.io wonder, how can make show vertical grid, table lines?

enter image description here

i added css style horizontal lines visible. how same thing vertical ones?

make css class like:

.fc .fc-agendaweek-view .fc-bg tr > td{     border: 2px solid grey; } 

the vertical lines in .fc-bg (background) table of fullcalendar.


Comments

Popular posts from this blog

ruby - Net::HTTP extremely slow responses for HTTPS requests -

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -