From 5c1154a4ba3730f08f05abef2f21e0c6be483c27 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 28 Dec 2018 14:54:12 +0000 Subject: [PATCH] Elastic: Fix selected state colors in datepicker --- skins/elastic/styles/widgets/jqueryui.less | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/skins/elastic/styles/widgets/jqueryui.less b/skins/elastic/styles/widgets/jqueryui.less index b2ec5cfd2..8c6e5114e 100644 --- a/skins/elastic/styles/widgets/jqueryui.less +++ b/skins/elastic/styles/widgets/jqueryui.less @@ -367,10 +367,9 @@ color: @color-datepicker-highlight; } - .ui-state-active, - &.ui-widget-content .ui-state-active { - background: @color-datepicker-active-background; - color: @color-datepicker-active; + a.ui-state-active { + background: @color-datepicker-active-background !important; + color: @color-datepicker-active !important; font-weight: bold; }