@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
33 lines (28 loc) • 503 B
text/less
// Default tooltip
.k-tooltip,
.k-tooltip.k-widget,
.k-tooltip.k-popup {
.border-radius( @tooltip-border-radius );
.fill(
@tooltip-text,
@tooltip-bg,
@tooltip-border
);
.box-shadow( @tooltip-shadow );
}
each( @theme-colors, {
.k-tooltip-@{key} {
.fill(
contrast( @value ),
@value,
@value
)
}
});
// Chart tooltip
.k-chart-tooltip {
color: white;
}
.k-chart-tooltip-inverse {
color: black;
}