fix style error
This commit is contained in:
parent
3f68c19491
commit
5207eb1d61
|
@ -219,4 +219,12 @@ button.switch_button {
|
||||||
}
|
}
|
||||||
.widget-calendar-2 .calendar-events.width-100 .event-containers{
|
.widget-calendar-2 .calendar-events.width-100 .event-containers{
|
||||||
z-index: 3;
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue