From 25d29f06bc5eee77470bb4a17638a65d26413e3f Mon Sep 17 00:00:00 2001 From: Marin Treselj Date: Fri, 21 Jul 2017 09:26:54 +0200 Subject: [PATCH] Fix font-weight for datepicker title. Signed-off-by: Marin Treselj --- core/css/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index 8e64452e31..f2acca38e1 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -979,13 +979,13 @@ code { .ui-widget-header { padding: 7px; font-size: 13px; - font-weight: 300; border: none; background-color: $color-main-background; color: $color-main-text; .ui-datepicker-title { line-height: 1; + font-weight: 300; } .ui-icon { opacity: .5;