@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
30 lines (22 loc) • 589 B
text/less
// Year view
.k-scheduler-yearview {
.k-calendar {
.fill( @bg: @scheduler-yearview-calendar-bg );
}
.k-month-header {
.fill( @text: @scheduler-yearview-month-header-text );
}
.k-day-indicator {
.fill( @bg: @scheduler-yearview-indicator-bg );
}
.k-state-selected .k-day-indicator {
.fill( @bg: @scheduler-yearview-indicator-selected-bg );
}
}
// Tooltip
.k-tooltip.k-scheduler-tooltip {
.k-tooltip-title .k-day {
.fill( @text: @scheduler-tooltip-day-text );
}
.fill( @bg: @scheduler-tooltip-bg );
}