Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
fix(dateinputs): apply consistent header styles
Browse files Browse the repository at this point in the history
see telerik/kendo-theme-bootstrap/#350
  • Loading branch information
elena-gancheva authored and gyoshev committed Nov 28, 2017
1 parent eda2ff9 commit 12e8f1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $font-family: $font-family-base !default;
/// Font family for monospaced text. Used for styling the code.
$font-family-monospace: $font-family-monospace !default;

$font-size-xs: 0.75 * $font-size-base !default;
$font-size-sm: $font-size-sm !default;
$font-size-lg: $font-size-lg !default;

Expand Down
6 changes: 5 additions & 1 deletion scss/calendar/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
$calendar-text: $panel-text !default;
$calendar-border: $panel-border !default;


// Calendar
.k-calendar {
@include fill( $calendar-text, $calendar-bg, $calendar-border );
Expand Down Expand Up @@ -75,6 +74,11 @@
.k-weekend {
background: none;
}

th {
font-size: $font-size-xs;
color: $header-text;
}
}

.k-calendar-navigation {
Expand Down
2 changes: 2 additions & 0 deletions scss/datetime/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
.k-title {
z-index: 12;
opacity: $disabled-opacity;
font-size: $font-size-xs;
color: $header-text;
}

&.k-state-focused {
Expand Down

0 comments on commit 12e8f1f

Please sign in to comment.