fix style error

This commit is contained in:
chiu 2020-08-14 23:10:24 +08:00
parent 3f68c19491
commit 5207eb1d61
1 changed files with 9 additions and 1 deletions

View File

@ -219,4 +219,12 @@ button.switch_button {
}
.widget-calendar-2 .calendar-events.width-100 .event-containers{
z-index: 3;
}
}
.widget-calendar-2.w-calendar .month_template .widget-title {
border: 0;
border-bottom: 0.0625em solid #ddd;
}
.w-calendar.widget-calendar-2>div:first-child {
box-shadow: 0em 0.1em 0.3em 0em;
margin-bottom: 0.25em;
}