From 14502e289543b798f2d5054b392a3adea4431d7f Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Thu, 10 Mar 2022 00:47:50 +0400 Subject: [PATCH] [DE mobile] Fix Bug 55941 --- apps/documenteditor/mobile/src/less/app.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps/documenteditor/mobile/src/less/app.less b/apps/documenteditor/mobile/src/less/app.less index 86ba640c2..9ae2ab2d1 100644 --- a/apps/documenteditor/mobile/src/less/app.less +++ b/apps/documenteditor/mobile/src/less/app.less @@ -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; + } }