[DE mobile] Fix Bug 55941

This commit is contained in:
SergeyEzhin 2022-03-10 00:47:50 +04:00
parent 027a1b3a3b
commit 14502e2895

View file

@ -223,6 +223,18 @@
.calendar-months {
margin-bottom: 12px;
}
.calendar-month-picker-item, .calendar-year-picker-item {
color: @text-normal;
&:before, &:after {
background-color: @background-menu-divider;
}
}
.calendar-month-picker, .calendar-year-picker {
background: @background-secondary;
}
.calendar-month-picker-item-current, .calendar-year-picker-item-current {
color: @brandColor;
}
}