fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
444 B

8 years ago
@import "../../../bibase";
.bi-tooltip{
max-width: 250px;
.border-radius(2px);
font-size: 12px;
&.tooltip-success{
background: @color-bi-tooltip-success-background;
border: 1px solid @color-bi-tooltip-success-background;
color: @color-bi-text-black;
}
&.tooltip-warning{
7 years ago
background: @color-bi-background-light-failure;
color: @color-bi-text-failure;
7 years ago
border: 1px solid @color-bi-tooltip-failure-border;
8 years ago
}
}