@progress/kendo-ui
Version:
This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.
59 lines (50 loc) • 1.4 kB
text/less
/*!
* Copyright 2018 Telerik EAD
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import "../common/popover.less";
@import "base.less";
// PopOver
.km-material .km-popup.km-pane .km-navbar,
.km-material .km-popup.km-pane .km-toolbar,
.km-material .km-popup.km-pane .km-tabstrip
{
background: none;
}
.km-material .km-popup.km-pane .km-header
{
border-radius: @material-border-radius @material-border-radius 0 0;
-webkit-margin-collapse: separate;
}
.km-material .km-popup-arrow:after
{
border-style: solid;
border-width: 0 15px 15px;
}
.km-material .km-down .km-popup-arrow:before
{
margin-top: -1px;
}
.km-material .km-up .km-popup-arrow:after
{
border-width: 15px 15px 0 15px;
}
.km-material .km-left .km-popup-arrow:after
{
border-width: 15px 0 15px 15px;
}
.km-material .km-right .km-popup-arrow:after
{
border-width: 15px 15px 15px 0;
}