Fix font-weight for datepicker title.

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj 2017-07-21 09:26:54 +02:00 committed by Roeland Jago Douma
parent d138324eef
commit 25d29f06bc
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -979,13 +979,13 @@ code {
.ui-widget-header { .ui-widget-header {
padding: 7px; padding: 7px;
font-size: 13px; font-size: 13px;
font-weight: 300;
border: none; border: none;
background-color: $color-main-background; background-color: $color-main-background;
color: $color-main-text; color: $color-main-text;
.ui-datepicker-title { .ui-datepicker-title {
line-height: 1; line-height: 1;
font-weight: 300;
} }
.ui-icon { .ui-icon {
opacity: .5; opacity: .5;