Hi,
I am trying to get the left border of the calendar in month view but I am not being able to do it.
If I do this then the right border is missing(can just get either one)
"
.dhx_month_body {
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
}
"
Any suggestion?