devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
27 lines (24 loc) • 744 B
text/less
/**
* DevExtreme (widgets/generic/tooltip.generic.less)
* Version: 20.1.4
* Build date: Tue Jun 02 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./popover.generic.less";
.dx-tooltip-wrapper {
.dx-overlay-content {
border: 1px solid @tooltip-border-color;
background-color: @tooltip-bg;
color: @tooltip-color;
box-shadow: 0 2px 4px @tooltip-shadow-color;
border-radius: @tooltip-border-radius;
}
&.dx-popover-wrapper .dx-popover-arrow {
&:after {
border: 1px solid @tooltip-border-color;
background: @tooltip-bg;
}
}
}