Open dbeltjr opened 6 years ago
Is there a way to remove the black lines between calendar entries? This is a great module, but I have a background image and it looks really bad with the lines between the calendar entries.
Add this entry to your custom.css file. It will make them 0px and invisible.
.MMM-MyCalendar table tr { border-bottom: solid 0px #222; }
Is there a way to remove the black lines between calendar entries? This is a great module, but I have a background image and it looks really bad with the lines between the calendar entries.