Skip to content

Commit

Permalink
Fix font-weight for datepicker title.
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Treselj <marin@pixelipo.com>
  • Loading branch information
pixelipo authored and rullzer committed Jul 23, 2017
1 parent d138324 commit 25d29f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 25d29f0

Please sign in to comment.